COLOR #C8DCCE

HEX: #C8DCCE RGB: (200,220,206)

Color info

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

RGB color model

#C8DCCE color RGB value is (200,220,206).

RGB: (200,220,206) (78%, 86%, 81%)

RGB channels and saturation

R 200 of 255 = 78%
G 220 of 255 = 86%
B 206 of 255 = 81%

200
220
206

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

Portions of RGB colors in percentages

R + G + B = 200 + 220 + 206 = 626 (100%)
R 200 of 626 ~ 31.95%
G 220 of 626 ~ 35.14%
B 206 of 626 ~ 32.91'%

%31.95
%35.14
%32.91

CMYK color model

#C8DCCE color CMYK value is (9,0,6,14).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 6.36%
  • key color value is 13.73%

CMYK: (9,0,6,14)
C9M0Y6K14 (9%, 0%, 6%, 14%)
(0.09 / 0.00 / 0.06 / 0.14)

CMYK percentages

%9.09
%0
%6.36
%13.73

Codes

Color #C8DCCE in popluar color models

C8 DC CE
RGB 200 220 206
HSL 138° 22.22% 82.35%
HSB/HSV 138° 9.09% 86.27%
CMYK 9.09% 0.00% 6.36%
13.73%

Color #C8DCCE in popluar number systems.

HEX C8 DC CE
Decimal 200 220 206
Binary 11001000 11011100 11001110
Octal 310 334 316

Shades and tints

Shades of #C8DCCE

#C8DCCE
(200,220,206)
#B6C8BC
(182,200,188)
#A4B4AA
(164,180,170)
#92A098
(146,160,152)
#808C86
(128,140,134)
#6E7874
(110,120,116)
#5C6462
(92,100,98)
#4A5050
(74,80,80)
#383C3E
(56,60,62)
#26282C
(38,40,44)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #C8DCCE

#C8DCCE
(200,220,206)
#CDDFD2
(205,223,210)
#D2E2D6
(210,226,214)
#D7E5DA
(215,229,218)
#DCE8DE
(220,232,222)
#E1EBE2
(225,235,226)
#E6EEE6
(230,238,230)
#EBF1EA
(235,241,234)
#F0F4EE
(240,244,238)
#F5F7F2
(245,247,242)
#FAFAF6
(250,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DCCE; }

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

This text font color is #C8DCCE.

Background Color

.myBgColor { background-color: #C8DCCE; }

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

This div background color is #C8DCCE.

Border color

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

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

This div border color is #C8DCCE.

Opacity

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

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

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

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

This text has shadow with #C8DCCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DCCE.

Preview

Color preview on black background

This text has color #C8DCCE on black background.


Color preview on white background

This text has color #C8DCCE on white background.


Black color preview on #C8DCCE background

This text has black color on #C8DCCE background.


White color preview on #C8DCCE background

This text has white color on #C8DCCE background.


Related colors

Complementary color

Complementary color for #hex is #372331.


I love getcolorcode.com

Triadic colors

1 #CEC8DC and #DCCEC8 with #C8DCCE are triadic colors.

2 #CEDCC8 and #DCC8CE with #C8DCCE are triadic colors.