COLOR #D5D2BC

HEX: #D5D2BC
RGB: (213,210,188)

Color info

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

RGB color model

#D5D2BC color RGB value is (213,210,188).

  • red value is 213;
  • green value is 210;
  • blue value is 188.
RGB:
(213,210,188)
(84%,82%,74%)

RGB channels and saturation

R 213 of 255 = 84%
G 210 of 255 = 82%
B 188 of 255 = 74%

213
210
188

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

Portions of RGB colors in percentages

R + G + B =
213 + 210 + 188 = 611 (100%)
R 213 of 611 ~ 34.86%
G 210 of 611 ~ 34.37%
B 188 of 611 ~ 30.77%

%34.86
%34.37
%30.77

CMYK color model

#D5D2BC color CMYK value is (0,1,12,16).

  • cyan value is 0.00%
  • magenta value is 1.41%
  • yellow value is 11.74%
  • key color value is 16.47%
CMYK:
(0,1,12,16)
C0M1Y12K16 
(0%,1%,12%,16%)
(0.00/0.01/0.12/0.16)	

CMYK percentages

%0
%1.41
%11.74
%16.47

Codes

Color #D5D2BC in popluar color models

D5D2BC
RGB213210188
HSL53°22.94%78.63%
HSB/HSV53°11.74%83.53%
CMYK0.00%1.41%11.74%
16.47%

Color #D5D2BC in popluar number systems.

HEXD5D2BC
Decimal213210188
Binary110101011101001010111100
Octal325322274

Shades and tints

Shades of #D5D2BC

#D5D2BC
(213,210,188)
#C2BFAB
(194,191,171)
#AFAC9A
(175,172,154)
#9C9989
(156,153,137)
#898678
(137,134,120)
#767367
(118,115,103)
#636056
(99,96,86)
#504D45
(80,77,69)
#3D3A34
(61,58,52)
#2A2723
(42,39,35)
#171412
(23,20,18)
#000000
(0,0,0)

Tints of #D5D2BC

#D5D2BC
(213,210,188)
#D8D6C2
(216,214,194)
#DBDAC8
(219,218,200)
#DEDECE
(222,222,206)
#E1E2D4
(225,226,212)
#E4E6DA
(228,230,218)
#E7EAE0
(231,234,224)
#EAEEE6
(234,238,230)
#EDF2EC
(237,242,236)
#F0F6F2
(240,246,242)
#F3FAF8
(243,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D2BC color. Also use rgb(213,210,188) instead hex code.

Text Font Color

.myTextColor { color: #D5D2BC; }

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

This text font color is #D5D2BC.


Background Color

.myBgColor { background-color: #D5D2BC; }

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

This div background color is #D5D2BC.


Border color

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

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

This div border color is #D5D2BC.


Opacity

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

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

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

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

This text has shadow with #D5D2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D2BC on black background.


Color preview on white background

This text has color #D5D2BC on white background.



Black color preview on #D5D2BC background

This text has black color on #D5D2BC background.


White color preview on #D5D2BC background

This text has white color on #D5D2BC background.