COLOR #D5CCB6

HEX: #D5CCB6
RGB: (213,204,182)

Color info

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

RGB color model

#D5CCB6 color RGB value is (213,204,182).

  • red value is 213;
  • green value is 204;
  • blue value is 182.
RGB:
(213,204,182)
(84%,80%,71%)

RGB channels and saturation

R 213 of 255 = 84%
G 204 of 255 = 80%
B 182 of 255 = 71%

213
204
182

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

Portions of RGB colors in percentages

R + G + B =
213 + 204 + 182 = 599 (100%)
R 213 of 599 ~ 35.56%
G 204 of 599 ~ 34.06%
B 182 of 599 ~ 30.38%

%35.56
%34.06
%30.38

CMYK color model

#D5CCB6 color CMYK value is (0,4,15,16).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 14.55%
  • key color value is 16.47%
CMYK:
(0,4,15,16)
C0M4Y15K16 
(0%,4%,15%,16%)
(0.00/0.04/0.15/0.16)	

CMYK percentages

%0
%4.23
%14.55
%16.47

Codes

Color #D5CCB6 in popluar color models

D5CCB6
RGB213204182
HSL43°26.96%77.45%
HSB/HSV43°14.55%83.53%
CMYK0.00%4.23%14.55%
16.47%

Color #D5CCB6 in popluar number systems.

HEXD5CCB6
Decimal213204182
Binary110101011100110010110110
Octal325314266

Shades and tints

Shades of #D5CCB6

#D5CCB6
(213,204,182)
#C2BAA6
(194,186,166)
#AFA896
(175,168,150)
#9C9686
(156,150,134)
#898476
(137,132,118)
#767266
(118,114,102)
#636056
(99,96,86)
#504E46
(80,78,70)
#3D3C36
(61,60,54)
#2A2A26
(42,42,38)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #D5CCB6

#D5CCB6
(213,204,182)
#D8D0BC
(216,208,188)
#DBD4C2
(219,212,194)
#DED8C8
(222,216,200)
#E1DCCE
(225,220,206)
#E4E0D4
(228,224,212)
#E7E4DA
(231,228,218)
#EAE8E0
(234,232,224)
#EDECE6
(237,236,230)
#F0F0EC
(240,240,236)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CCB6 color. Also use rgb(213,204,182) instead hex code.

Text Font Color

.myTextColor { color: #D5CCB6; }

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

This text font color is #D5CCB6.


Background Color

.myBgColor { background-color: #D5CCB6; }

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

This div background color is #D5CCB6.


Border color

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

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

This div border color is #D5CCB6.


Opacity

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

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

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

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

This text has shadow with #D5CCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CCB6 on black background.


Color preview on white background

This text has color #D5CCB6 on white background.



Black color preview on #D5CCB6 background

This text has black color on #D5CCB6 background.


White color preview on #D5CCB6 background

This text has white color on #D5CCB6 background.