COLOR #D5D1B5

HEX: #D5D1B5
RGB: (213,209,181)

Color info

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

RGB color model

#D5D1B5 color RGB value is (213,209,181).

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

RGB channels and saturation

R 213 of 255 = 84%
G 209 of 255 = 82%
B 181 of 255 = 71%

213
209
181

R + G + B ~ 79%. #D5D1B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 209 + 181 = 603 (100%)
R 213 of 603 ~ 35.32%
G 209 of 603 ~ 34.66%
B 181 of 603 ~ 30.02%

%35.32
%34.66
%30.02

CMYK color model

#D5D1B5 color CMYK value is (0,2,15,16).

  • cyan value is 0.00%
  • magenta value is 1.88%
  • yellow value is 15.02%
  • key color value is 16.47%
CMYK:
(0,2,15,16)
C0M2Y15K16 
(0%,2%,15%,16%)
(0.00/0.02/0.15/0.16)	

CMYK percentages

%0
%1.88
%15.02
%16.47

Codes

Color #D5D1B5 in popluar color models

D5D1B5
RGB213209181
HSL53°27.59%77.25%
HSB/HSV53°15.02%83.53%
CMYK0.00%1.88%15.02%
16.47%

Color #D5D1B5 in popluar number systems.

HEXD5D1B5
Decimal213209181
Binary110101011101000110110101
Octal325321265

Shades and tints

Shades of #D5D1B5

#D5D1B5
(213,209,181)
#C2BEA5
(194,190,165)
#AFAB95
(175,171,149)
#9C9885
(156,152,133)
#898575
(137,133,117)
#767265
(118,114,101)
#635F55
(99,95,85)
#504C45
(80,76,69)
#3D3935
(61,57,53)
#2A2625
(42,38,37)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #D5D1B5

#D5D1B5
(213,209,181)
#D8D5BB
(216,213,187)
#DBD9C1
(219,217,193)
#DEDDC7
(222,221,199)
#E1E1CD
(225,225,205)
#E4E5D3
(228,229,211)
#E7E9D9
(231,233,217)
#EAEDDF
(234,237,223)
#EDF1E5
(237,241,229)
#F0F5EB
(240,245,235)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5D1B5; }

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

This text font color is #D5D1B5.


Background Color

.myBgColor { background-color: #D5D1B5; }

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

This div background color is #D5D1B5.


Border color

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

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

This div border color is #D5D1B5.


Opacity

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

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

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

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

This text has shadow with #D5D1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5D1B5 on black background.


Color preview on white background

This text has color #D5D1B5 on white background.



Black color preview on #D5D1B5 background

This text has black color on #D5D1B5 background.


White color preview on #D5D1B5 background

This text has white color on #D5D1B5 background.