COLOR #C8DCDA

HEX: #C8DCDA RGB: (200,220,218)

Color info

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

RGB color model

#C8DCDA color RGB value is (200,220,218).

RGB: (200,220,218) (78%, 86%, 85%)

RGB channels and saturation

R 200 of 255 = 78%
G 220 of 255 = 86%
B 218 of 255 = 85%

200
220
218

R + G + B ~ 83%. #C8DCDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 220 + 218 = 638 (100%)
R 200 of 638 ~ 31.35%
G 220 of 638 ~ 34.48%
B 218 of 638 ~ 34.17'%

%31.35
%34.48
%34.17

CMYK color model

#C8DCDA color CMYK value is (9,0,1,14).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 13.73%
CMYK: (9,0,1,14) C9M0Y1K14 (9%,0%,1%,14%) (0.09/0.00/0.01/0.14) 

CMYK percentages

%9.09
%0
%0.91
%13.73

Codes

Color #C8DCDA in popluar color models

C8 DC DA
RGB 200 220 218
HSL 174° 22.22% 82.35%
HSB/HSV 174° 9.09% 86.27%
CMYK 9.09% 0.00% 0.91%
13.73%

Color #C8DCDA in popluar number systems.

HEX C8 DC DA
Decimal 200 220 218
Binary 11001000 11011100 11011010
Octal 310 334 332

Shades and tints

Shades of #C8DCDA

#C8DCDA
(200,220,218)
#B6C8C7
(182,200,199)
#A4B4B4
(164,180,180)
#92A0A1
(146,160,161)
#808C8E
(128,140,142)
#6E787B
(110,120,123)
#5C6468
(92,100,104)
#4A5055
(74,80,85)
#383C42
(56,60,66)
#26282F
(38,40,47)
#14141C
(20,20,28)
#000000
(0,0,0)

Tints of #C8DCDA

#C8DCDA
(200,220,218)
#CDDFDD
(205,223,221)
#D2E2E0
(210,226,224)
#D7E5E3
(215,229,227)
#DCE8E6
(220,232,230)
#E1EBE9
(225,235,233)
#E6EEEC
(230,238,236)
#EBF1EF
(235,241,239)
#F0F4F2
(240,244,242)
#F5F7F5
(245,247,245)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DCDA; }

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

This text font color is #C8DCDA.

Background Color

.myBgColor { background-color: #C8DCDA; }

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

This div background color is #C8DCDA.

Border color

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

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

This div border color is #C8DCDA.

Opacity

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

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

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

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

This text has shadow with #C8DCDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DCDA.

Preview

Color preview on black background

This text has color #C8DCDA on black background.


Color preview on white background

This text has color #C8DCDA on white background.


Black color preview on #C8DCDA background

This text has black color on #C8DCDA background.


White color preview on #C8DCDA background

This text has white color on #C8DCDA background.


Related colors

Complementary color

Complementary color for #hex is #372325.


I love getcolorcode.com

Triadic colors

1 #DAC8DC and #DCDAC8 with #C8DCDA are triadic colors.

2 #DADCC8 and #DCC8DA with #C8DCDA are triadic colors.