COLOR #C8D9EB

HEX: #C8D9EB RGB: (200,217,235)

Color info

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

RGB color model

#C8D9EB color RGB value is (200,217,235).

RGB: (200,217,235) (78%, 85%, 92%)

RGB channels and saturation

R 200 of 255 = 78%
G 217 of 255 = 85%
B 235 of 255 = 92%

200
217
235

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

Portions of RGB colors in percentages

R + G + B = 200 + 217 + 235 = 652 (100%)
R 200 of 652 ~ 30.67%
G 217 of 652 ~ 33.28%
B 235 of 652 ~ 36.04'%

%30.67
%33.28
%36.04

CMYK color model

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

  • cyan value is 14.89%
  • magenta value is 7.66%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (15,8,0,8) C15M8Y0K8 (15%,8%,0%,8%) (0.15/0.08/0.00/0.08) 

CMYK percentages

%14.89
%7.66
%0
%7.84

Codes

Color #C8D9EB in popluar color models

C8 D9 EB
RGB 200 217 235
HSL 211° 46.67% 85.29%
HSB/HSV 211° 14.89% 92.16%
CMYK 14.89% 7.66% 0.00%
7.84%

Color #C8D9EB in popluar number systems.

HEX C8 D9 EB
Decimal 200 217 235
Binary 11001000 11011001 11101011
Octal 310 331 353

Shades and tints

Shades of #C8D9EB

#C8D9EB
(200,217,235)
#B6C6D6
(182,198,214)
#A4B3C1
(164,179,193)
#92A0AC
(146,160,172)
#808D97
(128,141,151)
#6E7A82
(110,122,130)
#5C676D
(92,103,109)
#4A5458
(74,84,88)
#384143
(56,65,67)
#262E2E
(38,46,46)
#141B19
(20,27,25)
#000000
(0,0,0)

Tints of #C8D9EB

#C8D9EB
(200,217,235)
#CDDCEC
(205,220,236)
#D2DFED
(210,223,237)
#D7E2EE
(215,226,238)
#DCE5EF
(220,229,239)
#E1E8F0
(225,232,240)
#E6EBF1
(230,235,241)
#EBEEF2
(235,238,242)
#F0F1F3
(240,241,243)
#F5F4F4
(245,244,244)
#FAF7F5
(250,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D9EB color. Also use rgb(200,217,235) instead hex code.

Text Font Color

.myTextColor { color: #C8D9EB; }

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

This text font color is #C8D9EB.

Background Color

.myBgColor { background-color: #C8D9EB; }

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

This div background color is #C8D9EB.

Border color

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

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

This div border color is #C8D9EB.

Opacity

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

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

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

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

This text has shadow with #C8D9EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8D9EB.

Preview

Color preview on black background

This text has color #C8D9EB on black background.


Color preview on white background

This text has color #C8D9EB on white background.


Black color preview on #C8D9EB background

This text has black color on #C8D9EB background.


White color preview on #C8D9EB background

This text has white color on #C8D9EB background.


Related colors

Complementary color

Complementary color for #hex is #372614.


I love getcolorcode.com

Triadic colors

1 #EBC8D9 and #D9EBC8 with #C8D9EB are triadic colors.

2 #EBD9C8 and #D9C8EB with #C8D9EB are triadic colors.