COLOR #D5BDB7

HEX: #D5BDB7
RGB: (213,189,183)

Color info

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

RGB color model

#D5BDB7 color RGB value is (213,189,183).

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

RGB channels and saturation

R 213 of 255 = 84%
G 189 of 255 = 74%
B 183 of 255 = 72%

213
189
183

R + G + B ~ 77%. #D5BDB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 189 + 183 = 585 (100%)
R 213 of 585 ~ 36.41%
G 189 of 585 ~ 32.31%
B 183 of 585 ~ 31.28%

%36.41
%32.31
%31.28

CMYK color model

#D5BDB7 color CMYK value is (0,11,14,16).

  • cyan value is 0.00%
  • magenta value is 11.27%
  • yellow value is 14.08%
  • key color value is 16.47%
CMYK:
(0,11,14,16)
C0M11Y14K16 
(0%,11%,14%,16%)
(0.00/0.11/0.14/0.16)	

CMYK percentages

%0
%11.27
%14.08
%16.47

Codes

Color #D5BDB7 in popluar color models

D5BDB7
RGB213189183
HSL12°26.32%77.65%
HSB/HSV12°14.08%83.53%
CMYK0.00%11.27%14.08%
16.47%

Color #D5BDB7 in popluar number systems.

HEXD5BDB7
Decimal213189183
Binary110101011011110110110111
Octal325275267

Shades and tints

Shades of #D5BDB7

#D5BDB7
(213,189,183)
#C2ACA7
(194,172,167)
#AF9B97
(175,155,151)
#9C8A87
(156,138,135)
#897977
(137,121,119)
#766867
(118,104,103)
#635757
(99,87,87)
#504647
(80,70,71)
#3D3537
(61,53,55)
#2A2427
(42,36,39)
#171317
(23,19,23)
#000000
(0,0,0)

Tints of #D5BDB7

#D5BDB7
(213,189,183)
#D8C3BD
(216,195,189)
#DBC9C3
(219,201,195)
#DECFC9
(222,207,201)
#E1D5CF
(225,213,207)
#E4DBD5
(228,219,213)
#E7E1DB
(231,225,219)
#EAE7E1
(234,231,225)
#EDEDE7
(237,237,231)
#F0F3ED
(240,243,237)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BDB7; }

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

This text font color is #D5BDB7.


Background Color

.myBgColor { background-color: #D5BDB7; }

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

This div background color is #D5BDB7.


Border color

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

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

This div border color is #D5BDB7.


Opacity

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

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

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

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

This text has shadow with #D5BDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BDB7 on black background.


Color preview on white background

This text has color #D5BDB7 on white background.



Black color preview on #D5BDB7 background

This text has black color on #D5BDB7 background.


White color preview on #D5BDB7 background

This text has white color on #D5BDB7 background.