COLOR #C8CCDE

HEX: #C8CCDE RGB: (200,204,222)

Color info

#C8CCDE contains red, green and blue colors in about the same proportion. Web safe color of #C8CCDE is #CCCCCC (or #CCC).

RGB color model

#C8CCDE color RGB value is (200,204,222).

RGB: (200,204,222) (78%, 80%, 87%)

RGB channels and saturation

R 200 of 255 = 78%
G 204 of 255 = 80%
B 222 of 255 = 87%

200
204
222

R + G + B ~ 82%. #C8CCDE is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 204 + 222 = 626 (100%)
R 200 of 626 ~ 31.95%
G 204 of 626 ~ 32.59%
B 222 of 626 ~ 35.46'%

%31.95
%32.59
%35.46

CMYK color model

#C8CCDE color CMYK value is (10,8,0,13).

  • cyan value is 9.91%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (10,8,0,13)
C10M8Y0K13 (10%, 8%, 0%, 13%)
(0.10 / 0.08 / 0.00 / 0.13)

CMYK percentages

%9.91
%8.11
%0
%12.94

Codes

Color #C8CCDE in popluar color models

C8 CC DE
RGB 200 204 222
HSL 229° 25.00% 82.75%
HSB/HSV 229° 9.91% 87.06%
CMYK 9.91% 8.11% 0.00%
12.94%

Color #C8CCDE in popluar number systems.

HEX C8 CC DE
Decimal 200 204 222
Binary 11001000 11001100 11011110
Octal 310 314 336

Shades and tints

Shades of #C8CCDE

#C8CCDE
(200,204,222)
#B6BACA
(182,186,202)
#A4A8B6
(164,168,182)
#9296A2
(146,150,162)
#80848E
(128,132,142)
#6E727A
(110,114,122)
#5C6066
(92,96,102)
#4A4E52
(74,78,82)
#383C3E
(56,60,62)
#262A2A
(38,42,42)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #C8CCDE

#C8CCDE
(200,204,222)
#CDD0E1
(205,208,225)
#D2D4E4
(210,212,228)
#D7D8E7
(215,216,231)
#DCDCEA
(220,220,234)
#E1E0ED
(225,224,237)
#E6E4F0
(230,228,240)
#EBE8F3
(235,232,243)
#F0ECF6
(240,236,246)
#F5F0F9
(245,240,249)
#FAF4FC
(250,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8CCDE color. Also use rgb(200,204,222) instead hex code.

Text Font Color

.myTextColor { color: #C8CCDE; }

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

This text font color is #C8CCDE.

Background Color

.myBgColor { background-color: #C8CCDE; }

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

This div background color is #C8CCDE.

Border color

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

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

This div border color is #C8CCDE.

Opacity

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

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

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

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

This text has shadow with #C8CCDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8CCDE.

Preview

Color preview on black background

This text has color #C8CCDE on black background.


Color preview on white background

This text has color #C8CCDE on white background.


Black color preview on #C8CCDE background

This text has black color on #C8CCDE background.


White color preview on #C8CCDE background

This text has white color on #C8CCDE background.


Related colors

Complementary color

Complementary color for #hex is #373321.


I love getcolorcode.com

Triadic colors

1 #DEC8CC and #CCDEC8 with #C8CCDE are triadic colors.

2 #DECCC8 and #CCC8DE with #C8CCDE are triadic colors.