COLOR #C8CEED

HEX: #C8CEED RGB: (200,206,237)

Color info

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

RGB color model

#C8CEED color RGB value is (200,206,237).

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

RGB channels and saturation

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

200
206
237

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

Portions of RGB colors in percentages

R + G + B = 200 + 206 + 237 = 643 (100%)
R 200 of 643 ~ 31.1%
G 206 of 643 ~ 32.04%
B 237 of 643 ~ 36.86'%

%31.1
%32.04
%36.86

CMYK color model

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

  • cyan value is 15.61%
  • magenta value is 13.08%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK: (16,13,0,7) C16M13Y0K7 (16%,13%,0%,7%) (0.16/0.13/0.00/0.07) 

CMYK percentages

%15.61
%13.08
%0
%7.06

Codes

Color #C8CEED in popluar color models

C8 CE ED
RGB 200 206 237
HSL 230° 50.68% 85.69%
HSB/HSV 230° 15.61% 92.94%
CMYK 15.61% 13.08% 0.00%
7.06%

Color #C8CEED in popluar number systems.

HEX C8 CE ED
Decimal 200 206 237
Binary 11001000 11001110 11101101
Octal 310 316 355

Shades and tints

Shades of #C8CEED

#C8CEED
(200,206,237)
#B6BCD8
(182,188,216)
#A4AAC3
(164,170,195)
#9298AE
(146,152,174)
#808699
(128,134,153)
#6E7484
(110,116,132)
#5C626F
(92,98,111)
#4A505A
(74,80,90)
#383E45
(56,62,69)
#262C30
(38,44,48)
#141A1B
(20,26,27)
#000000
(0,0,0)

Tints of #C8CEED

#C8CEED
(200,206,237)
#CDD2EE
(205,210,238)
#D2D6EF
(210,214,239)
#D7DAF0
(215,218,240)
#DCDEF1
(220,222,241)
#E1E2F2
(225,226,242)
#E6E6F3
(230,230,243)
#EBEAF4
(235,234,244)
#F0EEF5
(240,238,245)
#F5F2F6
(245,242,246)
#FAF6F7
(250,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8CEED; }

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

This text font color is #C8CEED.

Background Color

.myBgColor { background-color: #C8CEED; }

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

This div background color is #C8CEED.

Border color

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

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

This div border color is #C8CEED.

Opacity

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

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

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

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

This text has shadow with #C8CEED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8CEED.

Preview

Color preview on black background

This text has color #C8CEED on black background.


Color preview on white background

This text has color #C8CEED on white background.


Black color preview on #C8CEED background

This text has black color on #C8CEED background.


White color preview on #C8CEED background

This text has white color on #C8CEED background.


Related colors

Complementary color

Complementary color for #hex is #373112.


I love getcolorcode.com

Triadic colors

1 #EDC8CE and #CEEDC8 with #C8CEED are triadic colors.

2 #EDCEC8 and #CEC8ED with #C8CEED are triadic colors.