COLOR #C6DAE9

HEX: #C6DAE9
RGB: (198,218,233)

Color info

#C6DAE9 contains red, green and blue colors in about the same proportion. Web safe color of #C6DAE9 is #CCCCFF (or #CCF).

RGB color model

#C6DAE9 color RGB value is (198,218,233).

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

RGB channels and saturation

R 198 of 255 = 78%
G 218 of 255 = 85%
B 233 of 255 = 91%

198
218
233

R + G + B ~ 85%. #C6DAE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 218 + 233 = 649 (100%)
R 198 of 649 ~ 30.51%
G 218 of 649 ~ 33.59%
B 233 of 649 ~ 35.9%

%30.51
%33.59
%35.9

CMYK color model

#C6DAE9 color CMYK value is (15,6,0,9).

  • cyan value is 15.02%
  • magenta value is 6.44%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(15,6,0,9)
C15M6Y0K9 
(15%,6%,0%,9%)
(0.15/0.06/0.00/0.09)	

CMYK percentages

%15.02
%6.44
%0
%8.63

Codes

Color #C6DAE9 in popluar color models

C6DAE9
RGB198218233
HSL206°44.30%84.51%
HSB/HSV206°15.02%91.37%
CMYK15.02%6.44%0.00%
8.63%

Color #C6DAE9 in popluar number systems.

HEXC6DAE9
Decimal198218233
Binary110001101101101011101001
Octal306332351

Shades and tints

Shades of #C6DAE9

#C6DAE9
(198,218,233)
#B4C7D4
(180,199,212)
#A2B4BF
(162,180,191)
#90A1AA
(144,161,170)
#7E8E95
(126,142,149)
#6C7B80
(108,123,128)
#5A686B
(90,104,107)
#485556
(72,85,86)
#364241
(54,66,65)
#242F2C
(36,47,44)
#121C17
(18,28,23)
#000000
(0,0,0)

Tints of #C6DAE9

#C6DAE9
(198,218,233)
#CBDDEB
(203,221,235)
#D0E0ED
(208,224,237)
#D5E3EF
(213,227,239)
#DAE6F1
(218,230,241)
#DFE9F3
(223,233,243)
#E4ECF5
(228,236,245)
#E9EFF7
(233,239,247)
#EEF2F9
(238,242,249)
#F3F5FB
(243,245,251)
#F8F8FD
(248,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6DAE9; }

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

This text font color is #C6DAE9.


Background Color

.myBgColor { background-color: #C6DAE9; }

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

This div background color is #C6DAE9.


Border color

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

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

This div border color is #C6DAE9.


Opacity

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

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

Text with #C6DAE9 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 #C6DAE9;}

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

This text has shadow with #C6DAE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6DAE9 on black background.


Color preview on white background

This text has color #C6DAE9 on white background.



Black color preview on #C6DAE9 background

This text has black color on #C6DAE9 background.


White color preview on #C6DAE9 background

This text has white color on #C6DAE9 background.