Hex #c6e2ff Color

#c6e2ff
equivalent to

RGB

(198, 226, 255)

Details of #c6e2ff

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
198
68.5351
0.58
0.22
88.7419
73.6185
211°
85.8012
226
73.6185
1.00
0.11
-3.1122
0.2771
22°
-7.5720
255
105.2053
0.89
0.00   0.00
-17.1330
0.2976
100°
-12.6123

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11000110
306
198
C6
Green
11100010
342
226
E2
Blue
11111111
377
255
FF

RGB in % of #c6e2ff

%29.16
%33.28
%37.56

CMYK in % of #c6e2ff

%22
%11
%0
%0

Triads of color #c6e2ff

#c6e2ff #e2ffc6 #ffc6ff

Similar Colors to #c6e2ff

#c6e2ff #c6ffff #c7c6ff

Preview Color #c6e2ff on black ground

#c6e2ff is very interesting for text.

Preview Color #c6e2ff on white ground

#c6e2ff is very interesting for text.

CSS Codes #c6e2ff color

.mybgcolor {background-color:#c6e2ff; }
.myforecolor {color:#c6e2ff; }
.mybordercolor {border:3px solid #c6e2ff; }

Text Font Color #c6e2ff

<p style="color:#c6e2ff">Text here</p>

This sample text font color is #c6e2ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #c6e2ff

<div style="background-color:#c6e2ff">
Div content here</div>

This div background color is #c6e2ff


Border Color #c6e2ff

<div style="border:3px solid #c6e2ff">
Div here</div>

The color of this border is #c6e2ff


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #c6e2ff; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #c6e2ff;
-webkit-box-shadow: 1px 1px 3px 2px #c6e2ff;
box-shadow:         1px 1px 3px 2px #c6e2ff; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #c6e2ff">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #c6e2ff;
  -webkit-box-shadow: 1px 1px 3px 2px #c6e2ff;
  box-shadow:         1px 1px 3px 2px #c6e2ff;">
Div content here</div>

The shadow of div box using color #c6e2ff