COLOR #C8DAD9

HEX: #C8DAD9 RGB: (200,218,217)

Color info

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

RGB color model

#C8DAD9 color RGB value is (200,218,217).

RGB: (200,218,217) (78%, 85%, 85%)

RGB channels and saturation

R 200 of 255 = 78%
G 218 of 255 = 85%
B 217 of 255 = 85%

200
218
217

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

Portions of RGB colors in percentages

R + G + B = 200 + 218 + 217 = 635 (100%)
R 200 of 635 ~ 31.5%
G 218 of 635 ~ 34.33%
B 217 of 635 ~ 34.17'%

%31.5
%34.33
%34.17

CMYK color model

#C8DAD9 color CMYK value is (8,0,0,15).

  • cyan value is 8.26%
  • magenta value is 0.00%
  • yellow value is 0.46%
  • key color value is 14.51%

CMYK: (8,0,0,15)
C8M0Y0K15 (8%, 0%, 0%, 15%)
(0.08 / 0.00 / 0.00 / 0.15)

CMYK percentages

%8.26
%0
%0.46
%14.51

Codes

Color #C8DAD9 in popluar color models

C8 DA D9
RGB 200 218 217
HSL 177° 19.57% 81.96%
HSB/HSV 177° 8.26% 85.49%
CMYK 8.26% 0.00% 0.46%
14.51%

Color #C8DAD9 in popluar number systems.

HEX C8 DA D9
Decimal 200 218 217
Binary 11001000 11011010 11011001
Octal 310 332 331

Shades and tints

Shades of #C8DAD9

#C8DAD9
(200,218,217)
#B6C7C6
(182,199,198)
#A4B4B3
(164,180,179)
#92A1A0
(146,161,160)
#808E8D
(128,142,141)
#6E7B7A
(110,123,122)
#5C6867
(92,104,103)
#4A5554
(74,85,84)
#384241
(56,66,65)
#262F2E
(38,47,46)
#141C1B
(20,28,27)
#000000
(0,0,0)

Tints of #C8DAD9

#C8DAD9
(200,218,217)
#CDDDDC
(205,221,220)
#D2E0DF
(210,224,223)
#D7E3E2
(215,227,226)
#DCE6E5
(220,230,229)
#E1E9E8
(225,233,232)
#E6ECEB
(230,236,235)
#EBEFEE
(235,239,238)
#F0F2F1
(240,242,241)
#F5F5F4
(245,245,244)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DAD9; }

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

This text font color is #C8DAD9.

Background Color

.myBgColor { background-color: #C8DAD9; }

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

This div background color is #C8DAD9.

Border color

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

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

This div border color is #C8DAD9.

Opacity

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

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

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

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

This text has shadow with #C8DAD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DAD9.

Preview

Color preview on black background

This text has color #C8DAD9 on black background.


Color preview on white background

This text has color #C8DAD9 on white background.


Black color preview on #C8DAD9 background

This text has black color on #C8DAD9 background.


White color preview on #C8DAD9 background

This text has white color on #C8DAD9 background.


Related colors

Complementary color

Complementary color for #hex is #372526.


I love getcolorcode.com

Triadic colors

1 #D9C8DA and #DAD9C8 with #C8DAD9 are triadic colors.

2 #D9DAC8 and #DAC8D9 with #C8DAD9 are triadic colors.