COLOR #C8DBD5

HEX: #C8DBD5
RGB: (200,219,213)

Color info

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

RGB color model

#C8DBD5 color RGB value is (200,219,213).

  • red value is 200;
  • green value is 219;
  • blue value is 213.
RGB: (200,219,213) (78%,86%,84%)

RGB channels and saturation

R 200 of 255 = 78%
G 219 of 255 = 86%
B 213 of 255 = 84%

200
219
213

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

Portions of RGB colors in percentages

R + G + B =
200 + 219 + 213 = 632 (100%)
R 200 of 632 ~ 31.65%
G 219 of 632 ~ 34.65%
B 213 of 632 ~ 33.7%

%31.65
%34.65
%33.7

CMYK color model

#C8DBD5 color CMYK value is (9,0,3,14).

  • cyan value is 8.68%
  • magenta value is 0.00%
  • yellow value is 2.74%
  • key color value is 14.12%
CMYK: (9,0,3,14) C9M0Y3K14 (9%,0%,3%,14%) (0.09/0.00/0.03/0.14)

CMYK percentages

%8.68
%0
%2.74
%14.12

Codes

Color #C8DBD5 in popluar color models

C8DBD5
RGB200219213
HSL161°20.88%82.16%
HSB/HSV161°8.68%85.88%
CMYK8.68%0.00%2.74%
14.12%

Color #C8DBD5 in popluar number systems.

HEXC8DBD5
Decimal200219213
Binary110010001101101111010101
Octal310333325

Shades and tints

Shades of #C8DBD5

#C8DBD5
(200,219,213)
#B6C8C2
(182,200,194)
#A4B5AF
(164,181,175)
#92A29C
(146,162,156)
#808F89
(128,143,137)
#6E7C76
(110,124,118)
#5C6963
(92,105,99)
#4A5650
(74,86,80)
#38433D
(56,67,61)
#26302A
(38,48,42)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #C8DBD5

#C8DBD5
(200,219,213)
#CDDED8
(205,222,216)
#D2E1DB
(210,225,219)
#D7E4DE
(215,228,222)
#DCE7E1
(220,231,225)
#E1EAE4
(225,234,228)
#E6EDE7
(230,237,231)
#EBF0EA
(235,240,234)
#F0F3ED
(240,243,237)
#F5F6F0
(245,246,240)
#FAF9F3
(250,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DBD5; }

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

This text font color is #C8DBD5.


Background Color

.myBgColor { background-color: #C8DBD5; }

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

This div background color is #C8DBD5.


Border color

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

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

This div border color is #C8DBD5.


Opacity

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

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

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

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

This text has shadow with #C8DBD5 color.

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

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

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


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

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

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


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #C8DBD5; -webkit-box-shadow:	1px 1px 3px 2px #C8DBD5; box-shadow:	1px 1px 3px 2px #C8DBD5; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C8DBD5; -webkit-box-shadow: 1px 1px 3px 2px #C8DBD5; box-shadow:1px 1px 3px 2px #C8DBD5;">
Div content here</div>
This div box has shadow with color #C8DBD5.

Preview

Color preview on black background

This text has color #C8DBD5 on black background.


Color preview on white background

This text has color #C8DBD5 on white background.



Black color preview on #C8DBD5 background

This text has black color on #C8DBD5 background.


White color preview on #C8DBD5 background

This text has white color on #C8DBD5 background.