COLOR #C8D3EA

HEX: #C8D3EA RGB: (200,211,234)

Color info

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

RGB color model

#C8D3EA color RGB value is (200,211,234).

RGB: (200,211,234) (78%, 83%, 92%)

RGB channels and saturation

R 200 of 255 = 78%
G 211 of 255 = 83%
B 234 of 255 = 92%

200
211
234

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

Portions of RGB colors in percentages

R + G + B = 200 + 211 + 234 = 645 (100%)
R 200 of 645 ~ 31.01%
G 211 of 645 ~ 32.71%
B 234 of 645 ~ 36.28'%

%31.01
%32.71
%36.28

CMYK color model

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

  • cyan value is 14.53%
  • magenta value is 9.83%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (15,10,0,8) C15M10Y0K8 (15%,10%,0%,8%) (0.15/0.10/0.00/0.08) 

CMYK percentages

%14.53
%9.83
%0
%8.24

Codes

Color #C8D3EA in popluar color models

C8 D3 EA
RGB 200 211 234
HSL 221° 44.74% 85.10%
HSB/HSV 221° 14.53% 91.76%
CMYK 14.53% 9.83% 0.00%
8.24%

Color #C8D3EA in popluar number systems.

HEX C8 D3 EA
Decimal 200 211 234
Binary 11001000 11010011 11101010
Octal 310 323 352

Shades and tints

Shades of #C8D3EA

#C8D3EA
(200,211,234)
#B6C0D5
(182,192,213)
#A4ADC0
(164,173,192)
#929AAB
(146,154,171)
#808796
(128,135,150)
#6E7481
(110,116,129)
#5C616C
(92,97,108)
#4A4E57
(74,78,87)
#383B42
(56,59,66)
#26282D
(38,40,45)
#141518
(20,21,24)
#000000
(0,0,0)

Tints of #C8D3EA

#C8D3EA
(200,211,234)
#CDD7EB
(205,215,235)
#D2DBEC
(210,219,236)
#D7DFED
(215,223,237)
#DCE3EE
(220,227,238)
#E1E7EF
(225,231,239)
#E6EBF0
(230,235,240)
#EBEFF1
(235,239,241)
#F0F3F2
(240,243,242)
#F5F7F3
(245,247,243)
#FAFBF4
(250,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8D3EA color. Also use rgb(200,211,234) instead hex code.

Text Font Color

.myTextColor { color: #C8D3EA; }

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

This text font color is #C8D3EA.

Background Color

.myBgColor { background-color: #C8D3EA; }

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

This div background color is #C8D3EA.

Border color

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

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

This div border color is #C8D3EA.

Opacity

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

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

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

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

This text has shadow with #C8D3EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8D3EA.

Preview

Color preview on black background

This text has color #C8D3EA on black background.


Color preview on white background

This text has color #C8D3EA on white background.


Black color preview on #C8D3EA background

This text has black color on #C8D3EA background.


White color preview on #C8D3EA background

This text has white color on #C8D3EA background.


Related colors

Complementary color

Complementary color for #hex is #372C15.


I love getcolorcode.com

Triadic colors

1 #EAC8D3 and #D3EAC8 with #C8D3EA are triadic colors.

2 #EAD3C8 and #D3C8EA with #C8D3EA are triadic colors.