COLOR #C8CEEE

HEX: #C8CEEE RGB: (200,206,238)

Color info

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

RGB color model

#C8CEEE color RGB value is (200,206,238).

RGB: (200,206,238) (78%, 81%, 93%)

RGB channels and saturation

R 200 of 255 = 78%
G 206 of 255 = 81%
B 238 of 255 = 93%

200
206
238

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

Portions of RGB colors in percentages

R + G + B = 200 + 206 + 238 = 644 (100%)
R 200 of 644 ~ 31.06%
G 206 of 644 ~ 31.99%
B 238 of 644 ~ 36.96'%

%31.06
%31.99
%36.96

CMYK color model

#C8CEEE color CMYK value is (16,13,0,7).

  • cyan value is 15.97%
  • magenta value is 13.45%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (16,13,0,7)
C16M13Y0K7 (16%, 13%, 0%, 7%)
(0.16 / 0.13 / 0.00 / 0.07)

CMYK percentages

%15.97
%13.45
%0
%6.67

Codes

Color #C8CEEE in popluar color models

C8 CE EE
RGB 200 206 238
HSL 231° 52.78% 85.88%
HSB/HSV 231° 15.97% 93.33%
CMYK 15.97% 13.45% 0.00%
6.67%

Color #C8CEEE in popluar number systems.

HEX C8 CE EE
Decimal 200 206 238
Binary 11001000 11001110 11101110
Octal 310 316 356

Shades and tints

Shades of #C8CEEE

#C8CEEE
(200,206,238)
#B6BCD9
(182,188,217)
#A4AAC4
(164,170,196)
#9298AF
(146,152,175)
#80869A
(128,134,154)
#6E7485
(110,116,133)
#5C6270
(92,98,112)
#4A505B
(74,80,91)
#383E46
(56,62,70)
#262C31
(38,44,49)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #C8CEEE

#C8CEEE
(200,206,238)
#CDD2EF
(205,210,239)
#D2D6F0
(210,214,240)
#D7DAF1
(215,218,241)
#DCDEF2
(220,222,242)
#E1E2F3
(225,226,243)
#E6E6F4
(230,230,244)
#EBEAF5
(235,234,245)
#F0EEF6
(240,238,246)
#F5F2F7
(245,242,247)
#FAF6F8
(250,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CEEE; }

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

This text font color is #C8CEEE.

Background Color

.myBgColor { background-color: #C8CEEE; }

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

This div background color is #C8CEEE.

Border color

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

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

This div border color is #C8CEEE.

Opacity

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

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

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

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

This text has shadow with #C8CEEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8CEEE.

Preview

Color preview on black background

This text has color #C8CEEE on black background.


Color preview on white background

This text has color #C8CEEE on white background.


Black color preview on #C8CEEE background

This text has black color on #C8CEEE background.


White color preview on #C8CEEE background

This text has white color on #C8CEEE background.


Related colors

Complementary color

Complementary color for #hex is #373111.


I love getcolorcode.com

Triadic colors

1 #EEC8CE and #CEEEC8 with #C8CEEE are triadic colors.

2 #EECEC8 and #CEC8EE with #C8CEEE are triadic colors.