COLOR #D8CDC4

HEX: #D8CDC4
RGB: (216,205,196)

Color info

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

RGB color model

#D8CDC4 color RGB value is (216,205,196).

  • red value is 216;
  • green value is 205;
  • blue value is 196.
RGB:
(216,205,196)
(85%,80%,77%)

RGB channels and saturation

R 216 of 255 = 85%
G 205 of 255 = 80%
B 196 of 255 = 77%

216
205
196

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

Portions of RGB colors in percentages

R + G + B =
216 + 205 + 196 = 617 (100%)
R 216 of 617 ~ 35.01%
G 205 of 617 ~ 33.23%
B 196 of 617 ~ 31.77%

%35.01
%33.23
%31.77

CMYK color model

#D8CDC4 color CMYK value is (0,5,9,15).

  • cyan value is 0.00%
  • magenta value is 5.09%
  • yellow value is 9.26%
  • key color value is 15.29%
CMYK:
(0,5,9,15)
C0M5Y9K15 
(0%,5%,9%,15%)
(0.00/0.05/0.09/0.15)	

CMYK percentages

%0
%5.09
%9.26
%15.29

Codes

Color #D8CDC4 in popluar color models

D8CDC4
RGB216205196
HSL27°20.41%80.78%
HSB/HSV27°9.26%84.71%
CMYK0.00%5.09%9.26%
15.29%

Color #D8CDC4 in popluar number systems.

HEXD8CDC4
Decimal216205196
Binary110110001100110111000100
Octal330315304

Shades and tints

Shades of #D8CDC4

#D8CDC4
(216,205,196)
#C5BBB3
(197,187,179)
#B2A9A2
(178,169,162)
#9F9791
(159,151,145)
#8C8580
(140,133,128)
#79736F
(121,115,111)
#66615E
(102,97,94)
#534F4D
(83,79,77)
#403D3C
(64,61,60)
#2D2B2B
(45,43,43)
#1A191A
(26,25,26)
#000000
(0,0,0)

Tints of #D8CDC4

#D8CDC4
(216,205,196)
#DBD1C9
(219,209,201)
#DED5CE
(222,213,206)
#E1D9D3
(225,217,211)
#E4DDD8
(228,221,216)
#E7E1DD
(231,225,221)
#EAE5E2
(234,229,226)
#EDE9E7
(237,233,231)
#F0EDEC
(240,237,236)
#F3F1F1
(243,241,241)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8CDC4 color. Also use rgb(216,205,196) instead hex code.

Text Font Color

.myTextColor { color: #D8CDC4; }

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

This text font color is #D8CDC4.


Background Color

.myBgColor { background-color: #D8CDC4; }

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

This div background color is #D8CDC4.


Border color

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

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

This div border color is #D8CDC4.


Opacity

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

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

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

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

This text has shadow with #D8CDC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CDC4 on black background.


Color preview on white background

This text has color #D8CDC4 on white background.



Black color preview on #D8CDC4 background

This text has black color on #D8CDC4 background.


White color preview on #D8CDC4 background

This text has white color on #D8CDC4 background.