COLOR #C8DAE8

HEX: #C8DAE8 RGB: (200,218,232)

Color info

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

RGB color model

#C8DAE8 color RGB value is (200,218,232).

RGB: (200,218,232) (78%, 85%, 91%)

RGB channels and saturation

R 200 of 255 = 78%
G 218 of 255 = 85%
B 232 of 255 = 91%

200
218
232

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

Portions of RGB colors in percentages

R + G + B = 200 + 218 + 232 = 650 (100%)
R 200 of 650 ~ 30.77%
G 218 of 650 ~ 33.54%
B 232 of 650 ~ 35.69'%

%30.77
%33.54
%35.69

CMYK color model

#C8DAE8 color CMYK value is (14,6,0,9).

  • cyan value is 13.79%
  • magenta value is 6.03%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (14,6,0,9)
C14M6Y0K9 (14%, 6%, 0%, 9%)
(0.14 / 0.06 / 0.00 / 0.09)

CMYK percentages

%13.79
%6.03
%0
%9.02

Codes

Color #C8DAE8 in popluar color models

C8 DA E8
RGB 200 218 232
HSL 206° 41.03% 84.71%
HSB/HSV 206° 13.79% 90.98%
CMYK 13.79% 6.03% 0.00%
9.02%

Color #C8DAE8 in popluar number systems.

HEX C8 DA E8
Decimal 200 218 232
Binary 11001000 11011010 11101000
Octal 310 332 350

Shades and tints

Shades of #C8DAE8

#C8DAE8
(200,218,232)
#B6C7D3
(182,199,211)
#A4B4BE
(164,180,190)
#92A1A9
(146,161,169)
#808E94
(128,142,148)
#6E7B7F
(110,123,127)
#5C686A
(92,104,106)
#4A5555
(74,85,85)
#384240
(56,66,64)
#262F2B
(38,47,43)
#141C16
(20,28,22)
#000000
(0,0,0)

Tints of #C8DAE8

#C8DAE8
(200,218,232)
#CDDDEA
(205,221,234)
#D2E0EC
(210,224,236)
#D7E3EE
(215,227,238)
#DCE6F0
(220,230,240)
#E1E9F2
(225,233,242)
#E6ECF4
(230,236,244)
#EBEFF6
(235,239,246)
#F0F2F8
(240,242,248)
#F5F5FA
(245,245,250)
#FAF8FC
(250,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8DAE8 color. Also use rgb(200,218,232) instead hex code.

Text Font Color

.myTextColor { color: #C8DAE8; }

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

This text font color is #C8DAE8.

Background Color

.myBgColor { background-color: #C8DAE8; }

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

This div background color is #C8DAE8.

Border color

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

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

This div border color is #C8DAE8.

Opacity

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

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

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

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

This text has shadow with #C8DAE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DAE8.

Preview

Color preview on black background

This text has color #C8DAE8 on black background.


Color preview on white background

This text has color #C8DAE8 on white background.


Black color preview on #C8DAE8 background

This text has black color on #C8DAE8 background.


White color preview on #C8DAE8 background

This text has white color on #C8DAE8 background.


Related colors

Complementary color

Complementary color for #hex is #372517.


I love getcolorcode.com

Triadic colors

1 #E8C8DA and #DAE8C8 with #C8DAE8 are triadic colors.

2 #E8DAC8 and #DAC8E8 with #C8DAE8 are triadic colors.