COLOR #C8DCB5

HEX: #C8DCB5
RGB: (200,220,181)

Color info

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

RGB color model

#C8DCB5 color RGB value is (200,220,181).

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

RGB channels and saturation

R 200 of 255 = 78%
G 220 of 255 = 86%
B 181 of 255 = 71%

200
220
181

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

Portions of RGB colors in percentages

R + G + B =
200 + 220 + 181 = 601 (100%)
R 200 of 601 ~ 33.28%
G 220 of 601 ~ 36.61%
B 181 of 601 ~ 30.12%

%33.28
%36.61
%30.12

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 17.73%
  • key color value is 13.73%
CMYK:
(9,0,18,14)
C9M0Y18K14 
(9%,0%,18%,14%)
(0.09/0.00/0.18/0.14)	

CMYK percentages

%9.09
%0
%17.73
%13.73

Codes

Color #C8DCB5 in popluar color models

C8DCB5
RGB200220181
HSL91°35.78%78.63%
HSB/HSV91°17.73%86.27%
CMYK9.09%0.00%17.73%
13.73%

Color #C8DCB5 in popluar number systems.

HEXC8DCB5
Decimal200220181
Binary110010001101110010110101
Octal310334265

Shades and tints

Shades of #C8DCB5

#C8DCB5
(200,220,181)
#B6C8A5
(182,200,165)
#A4B495
(164,180,149)
#92A085
(146,160,133)
#808C75
(128,140,117)
#6E7865
(110,120,101)
#5C6455
(92,100,85)
#4A5045
(74,80,69)
#383C35
(56,60,53)
#262825
(38,40,37)
#141415
(20,20,21)
#000000
(0,0,0)

Tints of #C8DCB5

#C8DCB5
(200,220,181)
#CDDFBB
(205,223,187)
#D2E2C1
(210,226,193)
#D7E5C7
(215,229,199)
#DCE8CD
(220,232,205)
#E1EBD3
(225,235,211)
#E6EED9
(230,238,217)
#EBF1DF
(235,241,223)
#F0F4E5
(240,244,229)
#F5F7EB
(245,247,235)
#FAFAF1
(250,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8DCB5; }

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

This text font color is #C8DCB5.


Background Color

.myBgColor { background-color: #C8DCB5; }

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

This div background color is #C8DCB5.


Border color

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

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

This div border color is #C8DCB5.


Opacity

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

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

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

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

This text has shadow with #C8DCB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8DCB5 on black background.


Color preview on white background

This text has color #C8DCB5 on white background.



Black color preview on #C8DCB5 background

This text has black color on #C8DCB5 background.


White color preview on #C8DCB5 background

This text has white color on #C8DCB5 background.