COLOR #C8DCB1

HEX: #C8DCB1
RGB: (200,220,177)

Color info

#C8DCB1 contains red, green and blue colors in about the same proportion. Web safe color of #C8DCB1 is #CCCC99 (or #CC9).

RGB color model

#C8DCB1 color RGB value is (200,220,177).

  • red value is 200;
  • green value is 220;
  • blue value is 177.
RGB:
(200,220,177)
(78%,86%,69%)

RGB channels and saturation

R 200 of 255 = 78%
G 220 of 255 = 86%
B 177 of 255 = 69%

200
220
177

R + G + B ~ 78%. #C8DCB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 220 + 177 = 597 (100%)
R 200 of 597 ~ 33.5%
G 220 of 597 ~ 36.85%
B 177 of 597 ~ 29.65%

%33.5
%36.85
%29.65

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 19.55%
  • key color value is 13.73%
CMYK:
(9,0,20,14)
C9M0Y20K14 
(9%,0%,20%,14%)
(0.09/0.00/0.20/0.14)	

CMYK percentages

%9.09
%0
%19.55
%13.73

Codes

Color #C8DCB1 in popluar color models

C8DCB1
RGB200220177
HSL88°38.05%77.84%
HSB/HSV88°19.55%86.27%
CMYK9.09%0.00%19.55%
13.73%

Color #C8DCB1 in popluar number systems.

HEXC8DCB1
Decimal200220177
Binary110010001101110010110001
Octal310334261

Shades and tints

Shades of #C8DCB1

#C8DCB1
(200,220,177)
#B6C8A1
(182,200,161)
#A4B491
(164,180,145)
#92A081
(146,160,129)
#808C71
(128,140,113)
#6E7861
(110,120,97)
#5C6451
(92,100,81)
#4A5041
(74,80,65)
#383C31
(56,60,49)
#262821
(38,40,33)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #C8DCB1

#C8DCB1
(200,220,177)
#CDDFB8
(205,223,184)
#D2E2BF
(210,226,191)
#D7E5C6
(215,229,198)
#DCE8CD
(220,232,205)
#E1EBD4
(225,235,212)
#E6EEDB
(230,238,219)
#EBF1E2
(235,241,226)
#F0F4E9
(240,244,233)
#F5F7F0
(245,247,240)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8DCB1 color. Also use rgb(200,220,177) instead hex code.

Text Font Color

.myTextColor { color: #C8DCB1; }

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

This text font color is #C8DCB1.


Background Color

.myBgColor { background-color: #C8DCB1; }

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

This div background color is #C8DCB1.


Border color

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

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

This div border color is #C8DCB1.


Opacity

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

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

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

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

This text has shadow with #C8DCB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DCB1 on black background.


Color preview on white background

This text has color #C8DCB1 on white background.



Black color preview on #C8DCB1 background

This text has black color on #C8DCB1 background.


White color preview on #C8DCB1 background

This text has white color on #C8DCB1 background.