COLOR #C8CEEA

HEX: #C8CEEA RGB: (200,206,234)

Color info

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

RGB color model

#C8CEEA color RGB value is (200,206,234).

RGB: (200,206,234) (78%, 81%, 92%)

RGB channels and saturation

R 200 of 255 = 78%
G 206 of 255 = 81%
B 234 of 255 = 92%

200
206
234

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

Portions of RGB colors in percentages

R + G + B = 200 + 206 + 234 = 640 (100%)
R 200 of 640 ~ 31.25%
G 206 of 640 ~ 32.19%
B 234 of 640 ~ 36.56'%

%31.25
%32.19
%36.56

CMYK color model

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

  • cyan value is 14.53%
  • magenta value is 11.97%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (15,12,0,8) C15M12Y0K8 (15%,12%,0%,8%) (0.15/0.12/0.00/0.08) 

CMYK percentages

%14.53
%11.97
%0
%8.24

Codes

Color #C8CEEA in popluar color models

C8 CE EA
RGB 200 206 234
HSL 229° 44.74% 85.10%
HSB/HSV 229° 14.53% 91.76%
CMYK 14.53% 11.97% 0.00%
8.24%

Color #C8CEEA in popluar number systems.

HEX C8 CE EA
Decimal 200 206 234
Binary 11001000 11001110 11101010
Octal 310 316 352

Shades and tints

Shades of #C8CEEA

#C8CEEA
(200,206,234)
#B6BCD5
(182,188,213)
#A4AAC0
(164,170,192)
#9298AB
(146,152,171)
#808696
(128,134,150)
#6E7481
(110,116,129)
#5C626C
(92,98,108)
#4A5057
(74,80,87)
#383E42
(56,62,66)
#262C2D
(38,44,45)
#141A18
(20,26,24)
#000000
(0,0,0)

Tints of #C8CEEA

#C8CEEA
(200,206,234)
#CDD2EB
(205,210,235)
#D2D6EC
(210,214,236)
#D7DAED
(215,218,237)
#DCDEEE
(220,222,238)
#E1E2EF
(225,226,239)
#E6E6F0
(230,230,240)
#EBEAF1
(235,234,241)
#F0EEF2
(240,238,242)
#F5F2F3
(245,242,243)
#FAF6F4
(250,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CEEA; }

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

This text font color is #C8CEEA.

Background Color

.myBgColor { background-color: #C8CEEA; }

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

This div background color is #C8CEEA.

Border color

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

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

This div border color is #C8CEEA.

Opacity

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

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

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

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

This text has shadow with #C8CEEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8CEEA.

Preview

Color preview on black background

This text has color #C8CEEA on black background.


Color preview on white background

This text has color #C8CEEA on white background.


Black color preview on #C8CEEA background

This text has black color on #C8CEEA background.


White color preview on #C8CEEA background

This text has white color on #C8CEEA background.


Related colors

Complementary color

Complementary color for #hex is #373115.


I love getcolorcode.com

Triadic colors

1 #EAC8CE and #CEEAC8 with #C8CEEA are triadic colors.

2 #EACEC8 and #CEC8EA with #C8CEEA are triadic colors.