COLOR #C8DDBD

HEX: #C8DDBD
RGB: (200,221,189)

Color info

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

RGB color model

#C8DDBD color RGB value is (200,221,189).

  • red value is 200;
  • green value is 221;
  • blue value is 189.
RGB:
(200,221,189)
(78%,87%,74%)

RGB channels and saturation

R 200 of 255 = 78%
G 221 of 255 = 87%
B 189 of 255 = 74%

200
221
189

R + G + B ~ 80%. #C8DDBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 221 + 189 = 610 (100%)
R 200 of 610 ~ 32.79%
G 221 of 610 ~ 36.23%
B 189 of 610 ~ 30.98%

%32.79
%36.23
%30.98

CMYK color model

#C8DDBD color CMYK value is (10,0,14,13).

  • cyan value is 9.50%
  • magenta value is 0.00%
  • yellow value is 14.48%
  • key color value is 13.33%
CMYK:
(10,0,14,13)
C10M0Y14K13 
(10%,0%,14%,13%)
(0.10/0.00/0.14/0.13)	

CMYK percentages

%9.5
%0
%14.48
%13.33

Codes

Color #C8DDBD in popluar color models

C8DDBD
RGB200221189
HSL99°32.00%80.39%
HSB/HSV99°14.48%86.67%
CMYK9.50%0.00%14.48%
13.33%

Color #C8DDBD in popluar number systems.

HEXC8DDBD
Decimal200221189
Binary110010001101110110111101
Octal310335275

Shades and tints

Shades of #C8DDBD

#C8DDBD
(200,221,189)
#B6C9AC
(182,201,172)
#A4B59B
(164,181,155)
#92A18A
(146,161,138)
#808D79
(128,141,121)
#6E7968
(110,121,104)
#5C6557
(92,101,87)
#4A5146
(74,81,70)
#383D35
(56,61,53)
#262924
(38,41,36)
#141513
(20,21,19)
#000000
(0,0,0)

Tints of #C8DDBD

#C8DDBD
(200,221,189)
#CDE0C3
(205,224,195)
#D2E3C9
(210,227,201)
#D7E6CF
(215,230,207)
#DCE9D5
(220,233,213)
#E1ECDB
(225,236,219)
#E6EFE1
(230,239,225)
#EBF2E7
(235,242,231)
#F0F5ED
(240,245,237)
#F5F8F3
(245,248,243)
#FAFBF9
(250,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8DDBD color. Also use rgb(200,221,189) instead hex code.

Text Font Color

.myTextColor { color: #C8DDBD; }

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

This text font color is #C8DDBD.


Background Color

.myBgColor { background-color: #C8DDBD; }

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

This div background color is #C8DDBD.


Border color

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

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

This div border color is #C8DDBD.


Opacity

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

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

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

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

This text has shadow with #C8DDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DDBD on black background.


Color preview on white background

This text has color #C8DDBD on white background.



Black color preview on #C8DDBD background

This text has black color on #C8DDBD background.


White color preview on #C8DDBD background

This text has white color on #C8DDBD background.