COLOR #C8DAD5

HEX: #C8DAD5 RGB: (200,218,213)

Color info

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

RGB color model

#C8DAD5 color RGB value is (200,218,213).

RGB: (200,218,213) (78%, 85%, 84%)

RGB channels and saturation

R 200 of 255 = 78%
G 218 of 255 = 85%
B 213 of 255 = 84%

200
218
213

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

Portions of RGB colors in percentages

R + G + B = 200 + 218 + 213 = 631 (100%)
R 200 of 631 ~ 31.7%
G 218 of 631 ~ 34.55%
B 213 of 631 ~ 33.76'%

%31.7
%34.55
%33.76

CMYK color model

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

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

CMYK: (8,0,2,15)
C8M0Y2K15 (8%, 0%, 2%, 15%)
(0.08 / 0.00 / 0.02 / 0.15)

CMYK percentages

%8.26
%0
%2.29
%14.51

Codes

Color #C8DAD5 in popluar color models

C8 DA D5
RGB 200 218 213
HSL 163° 19.57% 81.96%
HSB/HSV 163° 8.26% 85.49%
CMYK 8.26% 0.00% 2.29%
14.51%

Color #C8DAD5 in popluar number systems.

HEX C8 DA D5
Decimal 200 218 213
Binary 11001000 11011010 11010101
Octal 310 332 325

Shades and tints

Shades of #C8DAD5

#C8DAD5
(200,218,213)
#B6C7C2
(182,199,194)
#A4B4AF
(164,180,175)
#92A19C
(146,161,156)
#808E89
(128,142,137)
#6E7B76
(110,123,118)
#5C6863
(92,104,99)
#4A5550
(74,85,80)
#38423D
(56,66,61)
#262F2A
(38,47,42)
#141C17
(20,28,23)
#000000
(0,0,0)

Tints of #C8DAD5

#C8DAD5
(200,218,213)
#CDDDD8
(205,221,216)
#D2E0DB
(210,224,219)
#D7E3DE
(215,227,222)
#DCE6E1
(220,230,225)
#E1E9E4
(225,233,228)
#E6ECE7
(230,236,231)
#EBEFEA
(235,239,234)
#F0F2ED
(240,242,237)
#F5F5F0
(245,245,240)
#FAF8F3
(250,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DAD5; }

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

This text font color is #C8DAD5.

Background Color

.myBgColor { background-color: #C8DAD5; }

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

This div background color is #C8DAD5.

Border color

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

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

This div border color is #C8DAD5.

Opacity

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

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

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

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

This text has shadow with #C8DAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DAD5.

Preview

Color preview on black background

This text has color #C8DAD5 on black background.


Color preview on white background

This text has color #C8DAD5 on white background.


Black color preview on #C8DAD5 background

This text has black color on #C8DAD5 background.


White color preview on #C8DAD5 background

This text has white color on #C8DAD5 background.


Related colors

Complementary color

Complementary color for #hex is #37252A.


I love getcolorcode.com

Triadic colors

1 #D5C8DA and #DAD5C8 with #C8DAD5 are triadic colors.

2 #D5DAC8 and #DAC8D5 with #C8DAD5 are triadic colors.