COLOR #D5B5BF

HEX: #D5B5BF
RGB: (213,181,191)

Color info

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

RGB color model

#D5B5BF color RGB value is (213,181,191).

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

RGB channels and saturation

R 213 of 255 = 84%
G 181 of 255 = 71%
B 191 of 255 = 75%

213
181
191

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

Portions of RGB colors in percentages

R + G + B =
213 + 181 + 191 = 585 (100%)
R 213 of 585 ~ 36.41%
G 181 of 585 ~ 30.94%
B 191 of 585 ~ 32.65%

%36.41
%30.94
%32.65

CMYK color model

#D5B5BF color CMYK value is (0,15,10,16).

  • cyan value is 0.00%
  • magenta value is 15.02%
  • yellow value is 10.33%
  • key color value is 16.47%
CMYK:
(0,15,10,16)
C0M15Y10K16 
(0%,15%,10%,16%)
(0.00/0.15/0.10/0.16)	

CMYK percentages

%0
%15.02
%10.33
%16.47

Codes

Color #D5B5BF in popluar color models

D5B5BF
RGB213181191
HSL341°27.59%77.25%
HSB/HSV341°15.02%83.53%
CMYK0.00%15.02%10.33%
16.47%

Color #D5B5BF in popluar number systems.

HEXD5B5BF
Decimal213181191
Binary110101011011010110111111
Octal325265277

Shades and tints

Shades of #D5B5BF

#D5B5BF
(213,181,191)
#C2A5AE
(194,165,174)
#AF959D
(175,149,157)
#9C858C
(156,133,140)
#89757B
(137,117,123)
#76656A
(118,101,106)
#635559
(99,85,89)
#504548
(80,69,72)
#3D3537
(61,53,55)
#2A2526
(42,37,38)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #D5B5BF

#D5B5BF
(213,181,191)
#D8BBC4
(216,187,196)
#DBC1C9
(219,193,201)
#DEC7CE
(222,199,206)
#E1CDD3
(225,205,211)
#E4D3D8
(228,211,216)
#E7D9DD
(231,217,221)
#EADFE2
(234,223,226)
#EDE5E7
(237,229,231)
#F0EBEC
(240,235,236)
#F3F1F1
(243,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B5BF; }

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

This text font color is #D5B5BF.


Background Color

.myBgColor { background-color: #D5B5BF; }

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

This div background color is #D5B5BF.


Border color

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

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

This div border color is #D5B5BF.


Opacity

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

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

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

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

This text has shadow with #D5B5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B5BF on black background.


Color preview on white background

This text has color #D5B5BF on white background.



Black color preview on #D5B5BF background

This text has black color on #D5B5BF background.


White color preview on #D5B5BF background

This text has white color on #D5B5BF background.