COLOR #C8DBD7

HEX: #C8DBD7
RGB: (200,219,215)

Color info

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

RGB color model

#C8DBD7 color RGB value is (200,219,215).

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

RGB channels and saturation

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

200
219
215

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

Portions of RGB colors in percentages

R + G + B =
200 + 219 + 215 = 634 (100%)
R 200 of 634 ~ 31.55%
G 219 of 634 ~ 34.54%
B 215 of 634 ~ 33.91%

%31.55
%34.54
%33.91

CMYK color model

#C8DBD7 color CMYK value is (9,0,2,14).

  • cyan value is 8.68%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 14.12%
CMYK:
(9,0,2,14)
C9M0Y2K14 
(9%,0%,2%,14%)
(0.09/0.00/0.02/0.14)	

CMYK percentages

%8.68
%0
%1.83
%14.12

Codes

Color #C8DBD7 in popluar color models

C8DBD7
RGB200219215
HSL167°20.88%82.16%
HSB/HSV167°8.68%85.88%
CMYK8.68%0.00%1.83%
14.12%

Color #C8DBD7 in popluar number systems.

HEXC8DBD7
Decimal200219215
Binary110010001101101111010111
Octal310333327

Shades and tints

Shades of #C8DBD7

#C8DBD7
(200,219,215)
#B6C8C4
(182,200,196)
#A4B5B1
(164,181,177)
#92A29E
(146,162,158)
#808F8B
(128,143,139)
#6E7C78
(110,124,120)
#5C6965
(92,105,101)
#4A5652
(74,86,82)
#38433F
(56,67,63)
#26302C
(38,48,44)
#141D19
(20,29,25)
#000000
(0,0,0)

Tints of #C8DBD7

#C8DBD7
(200,219,215)
#CDDEDA
(205,222,218)
#D2E1DD
(210,225,221)
#D7E4E0
(215,228,224)
#DCE7E3
(220,231,227)
#E1EAE6
(225,234,230)
#E6EDE9
(230,237,233)
#EBF0EC
(235,240,236)
#F0F3EF
(240,243,239)
#F5F6F2
(245,246,242)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DBD7; }

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

This text font color is #C8DBD7.


Background Color

.myBgColor { background-color: #C8DBD7; }

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

This div background color is #C8DBD7.


Border color

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

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

This div border color is #C8DBD7.


Opacity

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

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

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

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

This text has shadow with #C8DBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DBD7 on black background.


Color preview on white background

This text has color #C8DBD7 on white background.



Black color preview on #C8DBD7 background

This text has black color on #C8DBD7 background.


White color preview on #C8DBD7 background

This text has white color on #C8DBD7 background.