COLOR #D5BDBF

HEX: #D5BDBF
RGB: (213,189,191)

Color info

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

RGB color model

#D5BDBF color RGB value is (213,189,191).

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

RGB channels and saturation

R 213 of 255 = 84%
G 189 of 255 = 74%
B 191 of 255 = 75%

213
189
191

R + G + B ~ 78%. #D5BDBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 189 + 191 = 593 (100%)
R 213 of 593 ~ 35.92%
G 189 of 593 ~ 31.87%
B 191 of 593 ~ 32.21%

%35.92
%31.87
%32.21

CMYK color model

#D5BDBF color CMYK value is (0,11,10,16).

  • cyan value is 0.00%
  • magenta value is 11.27%
  • yellow value is 10.33%
  • key color value is 16.47%
CMYK:
(0,11,10,16)
C0M11Y10K16 
(0%,11%,10%,16%)
(0.00/0.11/0.10/0.16)	

CMYK percentages

%0
%11.27
%10.33
%16.47

Codes

Color #D5BDBF in popluar color models

D5BDBF
RGB213189191
HSL355°22.22%78.82%
HSB/HSV355°11.27%83.53%
CMYK0.00%11.27%10.33%
16.47%

Color #D5BDBF in popluar number systems.

HEXD5BDBF
Decimal213189191
Binary110101011011110110111111
Octal325275277

Shades and tints

Shades of #D5BDBF

#D5BDBF
(213,189,191)
#C2ACAE
(194,172,174)
#AF9B9D
(175,155,157)
#9C8A8C
(156,138,140)
#89797B
(137,121,123)
#76686A
(118,104,106)
#635759
(99,87,89)
#504648
(80,70,72)
#3D3537
(61,53,55)
#2A2426
(42,36,38)
#171315
(23,19,21)
#000000
(0,0,0)

Tints of #D5BDBF

#D5BDBF
(213,189,191)
#D8C3C4
(216,195,196)
#DBC9C9
(219,201,201)
#DECFCE
(222,207,206)
#E1D5D3
(225,213,211)
#E4DBD8
(228,219,216)
#E7E1DD
(231,225,221)
#EAE7E2
(234,231,226)
#EDEDE7
(237,237,231)
#F0F3EC
(240,243,236)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5BDBF; }

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

This text font color is #D5BDBF.


Background Color

.myBgColor { background-color: #D5BDBF; }

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

This div background color is #D5BDBF.


Border color

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

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

This div border color is #D5BDBF.


Opacity

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

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

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

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

This text has shadow with #D5BDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BDBF on black background.


Color preview on white background

This text has color #D5BDBF on white background.



Black color preview on #D5BDBF background

This text has black color on #D5BDBF background.


White color preview on #D5BDBF background

This text has white color on #D5BDBF background.