COLOR #C8DAEC

HEX: #C8DAEC RGB: (200,218,236)

Color info

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

RGB color model

#C8DAEC color RGB value is (200,218,236).

RGB: (200,218,236) (78%, 85%, 93%)

RGB channels and saturation

R 200 of 255 = 78%
G 218 of 255 = 85%
B 236 of 255 = 93%

200
218
236

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

Portions of RGB colors in percentages

R + G + B = 200 + 218 + 236 = 654 (100%)
R 200 of 654 ~ 30.58%
G 218 of 654 ~ 33.33%
B 236 of 654 ~ 36.09'%

%30.58
%33.33
%36.09

CMYK color model

#C8DAEC color CMYK value is (15,8,0,7).

  • cyan value is 15.25%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (15,8,0,7)
C15M8Y0K7 (15%, 8%, 0%, 7%)
(0.15 / 0.08 / 0.00 / 0.07)

CMYK percentages

%15.25
%7.63
%0
%7.45

Codes

Color #C8DAEC in popluar color models

C8 DA EC
RGB 200 218 236
HSL 210° 48.65% 85.49%
HSB/HSV 210° 15.25% 92.55%
CMYK 15.25% 7.63% 0.00%
7.45%

Color #C8DAEC in popluar number systems.

HEX C8 DA EC
Decimal 200 218 236
Binary 11001000 11011010 11101100
Octal 310 332 354

Shades and tints

Shades of #C8DAEC

#C8DAEC
(200,218,236)
#B6C7D7
(182,199,215)
#A4B4C2
(164,180,194)
#92A1AD
(146,161,173)
#808E98
(128,142,152)
#6E7B83
(110,123,131)
#5C686E
(92,104,110)
#4A5559
(74,85,89)
#384244
(56,66,68)
#262F2F
(38,47,47)
#141C1A
(20,28,26)
#000000
(0,0,0)

Tints of #C8DAEC

#C8DAEC
(200,218,236)
#CDDDED
(205,221,237)
#D2E0EE
(210,224,238)
#D7E3EF
(215,227,239)
#DCE6F0
(220,230,240)
#E1E9F1
(225,233,241)
#E6ECF2
(230,236,242)
#EBEFF3
(235,239,243)
#F0F2F4
(240,242,244)
#F5F5F5
(245,245,245)
#FAF8F6
(250,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DAEC; }

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

This text font color is #C8DAEC.

Background Color

.myBgColor { background-color: #C8DAEC; }

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

This div background color is #C8DAEC.

Border color

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

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

This div border color is #C8DAEC.

Opacity

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

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

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

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

This text has shadow with #C8DAEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DAEC.

Preview

Color preview on black background

This text has color #C8DAEC on black background.


Color preview on white background

This text has color #C8DAEC on white background.


Black color preview on #C8DAEC background

This text has black color on #C8DAEC background.


White color preview on #C8DAEC background

This text has white color on #C8DAEC background.


Related colors

Complementary color

Complementary color for #hex is #372513.


I love getcolorcode.com

Triadic colors

1 #ECC8DA and #DAECC8 with #C8DAEC are triadic colors.

2 #ECDAC8 and #DAC8EC with #C8DAEC are triadic colors.