COLOR #D5D1BD

HEX: #D5D1BD
RGB: (213,209,189)

Color info

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

RGB color model

#D5D1BD color RGB value is (213,209,189).

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

RGB channels and saturation

R 213 of 255 = 84%
G 209 of 255 = 82%
B 189 of 255 = 74%

213
209
189

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

Portions of RGB colors in percentages

R + G + B =
213 + 209 + 189 = 611 (100%)
R 213 of 611 ~ 34.86%
G 209 of 611 ~ 34.21%
B 189 of 611 ~ 30.93%

%34.86
%34.21
%30.93

CMYK color model

#D5D1BD color CMYK value is (0,2,11,16).

  • cyan value is 0.00%
  • magenta value is 1.88%
  • yellow value is 11.27%
  • key color value is 16.47%
CMYK:
(0,2,11,16)
C0M2Y11K16 
(0%,2%,11%,16%)
(0.00/0.02/0.11/0.16)	

CMYK percentages

%0
%1.88
%11.27
%16.47

Codes

Color #D5D1BD in popluar color models

D5D1BD
RGB213209189
HSL50°22.22%78.82%
HSB/HSV50°11.27%83.53%
CMYK0.00%1.88%11.27%
16.47%

Color #D5D1BD in popluar number systems.

HEXD5D1BD
Decimal213209189
Binary110101011101000110111101
Octal325321275

Shades and tints

Shades of #D5D1BD

#D5D1BD
(213,209,189)
#C2BEAC
(194,190,172)
#AFAB9B
(175,171,155)
#9C988A
(156,152,138)
#898579
(137,133,121)
#767268
(118,114,104)
#635F57
(99,95,87)
#504C46
(80,76,70)
#3D3935
(61,57,53)
#2A2624
(42,38,36)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #D5D1BD

#D5D1BD
(213,209,189)
#D8D5C3
(216,213,195)
#DBD9C9
(219,217,201)
#DEDDCF
(222,221,207)
#E1E1D5
(225,225,213)
#E4E5DB
(228,229,219)
#E7E9E1
(231,233,225)
#EAEDE7
(234,237,231)
#EDF1ED
(237,241,237)
#F0F5F3
(240,245,243)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5D1BD color. Also use rgb(213,209,189) instead hex code.

Text Font Color

.myTextColor { color: #D5D1BD; }

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

This text font color is #D5D1BD.


Background Color

.myBgColor { background-color: #D5D1BD; }

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

This div background color is #D5D1BD.


Border color

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

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

This div border color is #D5D1BD.


Opacity

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

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

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

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

This text has shadow with #D5D1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D1BD on black background.


Color preview on white background

This text has color #D5D1BD on white background.



Black color preview on #D5D1BD background

This text has black color on #D5D1BD background.


White color preview on #D5D1BD background

This text has white color on #D5D1BD background.