COLOR #C6DAE6

HEX: #C6DAE6
RGB: (198,218,230)

Color info

#C6DAE6 contains red, green and blue colors in about the same proportion. Web safe color of #C6DAE6 is #CCCCCC (or #CCC).

RGB color model

#C6DAE6 color RGB value is (198,218,230).

  • red value is 198;
  • green value is 218;
  • blue value is 230.
RGB:
(198,218,230)
(78%,85%,90%)

RGB channels and saturation

R 198 of 255 = 78%
G 218 of 255 = 85%
B 230 of 255 = 90%

198
218
230

R + G + B ~ 84%. #C6DAE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 218 + 230 = 646 (100%)
R 198 of 646 ~ 30.65%
G 218 of 646 ~ 33.75%
B 230 of 646 ~ 35.6%

%30.65
%33.75
%35.6

CMYK color model

#C6DAE6 color CMYK value is (14,5,0,10).

  • cyan value is 13.91%
  • magenta value is 5.22%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(14,5,0,10)
C14M5Y0K10 
(14%,5%,0%,10%)
(0.14/0.05/0.00/0.10)	

CMYK percentages

%13.91
%5.22
%0
%9.8

Codes

Color #C6DAE6 in popluar color models

C6DAE6
RGB198218230
HSL203°39.02%83.92%
HSB/HSV203°13.91%90.20%
CMYK13.91%5.22%0.00%
9.80%

Color #C6DAE6 in popluar number systems.

HEXC6DAE6
Decimal198218230
Binary110001101101101011100110
Octal306332346

Shades and tints

Shades of #C6DAE6

#C6DAE6
(198,218,230)
#B4C7D2
(180,199,210)
#A2B4BE
(162,180,190)
#90A1AA
(144,161,170)
#7E8E96
(126,142,150)
#6C7B82
(108,123,130)
#5A686E
(90,104,110)
#48555A
(72,85,90)
#364246
(54,66,70)
#242F32
(36,47,50)
#121C1E
(18,28,30)
#000000
(0,0,0)

Tints of #C6DAE6

#C6DAE6
(198,218,230)
#CBDDE8
(203,221,232)
#D0E0EA
(208,224,234)
#D5E3EC
(213,227,236)
#DAE6EE
(218,230,238)
#DFE9F0
(223,233,240)
#E4ECF2
(228,236,242)
#E9EFF4
(233,239,244)
#EEF2F6
(238,242,246)
#F3F5F8
(243,245,248)
#F8F8FA
(248,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6DAE6 color. Also use rgb(198,218,230) instead hex code.

Text Font Color

.myTextColor { color: #C6DAE6; }

<p style="color:#C6DAE6">This sample text font color is #C6DAE6.</p>

This text font color is #C6DAE6.


Background Color

.myBgColor { background-color: #C6DAE6; }

<div style="background-color:#C6DAE6">Inner text</div>

This div background color is #C6DAE6.


Border color

.myBorderColor { border: 1px solid #C6DAE6; }

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

This div border color is #C6DAE6.


Opacity

.myOpacity80 { color: #C6DAE6; opacity: 0.8; }

<p style="color:#C6DAE6;opacity:0.8;">80%</p>

Text with #C6DAE6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C6DAE6;}

<p style="text-shadow: 3px 3px 1px #C6DAE6">Text here.</p>

This text has shadow with #C6DAE6 color.

.textShadow {text-shadow: 3px 3px 1px #C6DAE6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C6DAE6, 5px 5px 20px red">Text here.</p>

This text has shadow with #C6DAE6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6DAE6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C6DAE6, Direction=45, Strength=4)">Text</p>

This text has shadow with #C6DAE6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C6DAE6;
  -webkit-box-shadow:	1px 1px 3px 2px #C6DAE6;
  box-shadow:		1px 1px 3px 2px #C6DAE6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C6DAE6;
-webkit-box-shadow: 1px 1px 3px 2px #C6DAE6;
box-shadow:1px 1px 3px 2px #C6DAE6;">
Div content here</div>
This div box has shadow with color #C6DAE6.

Preview

Color preview on black background

This text has color #C6DAE6 on black background.


Color preview on white background

This text has color #C6DAE6 on white background.



Black color preview on #C6DAE6 background

This text has black color on #C6DAE6 background.


White color preview on #C6DAE6 background

This text has white color on #C6DAE6 background.