COLOR #C8DBC7

HEX: #C8DBC7
RGB: (200,219,199)

Color info

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

RGB color model

#C8DBC7 color RGB value is (200,219,199).

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

RGB channels and saturation

R 200 of 255 = 78%
G 219 of 255 = 86%
B 199 of 255 = 78%

200
219
199

R + G + B ~ 81%. #C8DBC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 219 + 199 = 618 (100%)
R 200 of 618 ~ 32.36%
G 219 of 618 ~ 35.44%
B 199 of 618 ~ 32.2%

%32.36
%35.44
%32.2

CMYK color model

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

  • cyan value is 8.68%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 14.12%
CMYK:
(9,0,9,14)
C9M0Y9K14 
(9%,0%,9%,14%)
(0.09/0.00/0.09/0.14)	

CMYK percentages

%8.68
%0
%9.13
%14.12

Codes

Color #C8DBC7 in popluar color models

C8DBC7
RGB200219199
HSL117°21.74%81.96%
HSB/HSV117°9.13%85.88%
CMYK8.68%0.00%9.13%
14.12%

Color #C8DBC7 in popluar number systems.

HEXC8DBC7
Decimal200219199
Binary110010001101101111000111
Octal310333307

Shades and tints

Shades of #C8DBC7

#C8DBC7
(200,219,199)
#B6C8B5
(182,200,181)
#A4B5A3
(164,181,163)
#92A291
(146,162,145)
#808F7F
(128,143,127)
#6E7C6D
(110,124,109)
#5C695B
(92,105,91)
#4A5649
(74,86,73)
#384337
(56,67,55)
#263025
(38,48,37)
#141D13
(20,29,19)
#000000
(0,0,0)

Tints of #C8DBC7

#C8DBC7
(200,219,199)
#CDDECC
(205,222,204)
#D2E1D1
(210,225,209)
#D7E4D6
(215,228,214)
#DCE7DB
(220,231,219)
#E1EAE0
(225,234,224)
#E6EDE5
(230,237,229)
#EBF0EA
(235,240,234)
#F0F3EF
(240,243,239)
#F5F6F4
(245,246,244)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DBC7; }

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

This text font color is #C8DBC7.


Background Color

.myBgColor { background-color: #C8DBC7; }

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

This div background color is #C8DBC7.


Border color

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

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

This div border color is #C8DBC7.


Opacity

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

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

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

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

This text has shadow with #C8DBC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DBC7 on black background.


Color preview on white background

This text has color #C8DBC7 on white background.



Black color preview on #C8DBC7 background

This text has black color on #C8DBC7 background.


White color preview on #C8DBC7 background

This text has white color on #C8DBC7 background.