COLOR #D5BBB4

HEX: #D5BBB4
RGB: (213,187,180)

Color info

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

RGB color model

#D5BBB4 color RGB value is (213,187,180).

  • red value is 213;
  • green value is 187;
  • blue value is 180.
RGB:
(213,187,180)
(84%,73%,71%)

RGB channels and saturation

R 213 of 255 = 84%
G 187 of 255 = 73%
B 180 of 255 = 71%

213
187
180

R + G + B ~ 76%. #D5BBB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 187 + 180 = 580 (100%)
R 213 of 580 ~ 36.72%
G 187 of 580 ~ 32.24%
B 180 of 580 ~ 31.03%

%36.72
%32.24
%31.03

CMYK color model

#D5BBB4 color CMYK value is (0,12,15,16).

  • cyan value is 0.00%
  • magenta value is 12.21%
  • yellow value is 15.49%
  • key color value is 16.47%
CMYK:
(0,12,15,16)
C0M12Y15K16 
(0%,12%,15%,16%)
(0.00/0.12/0.15/0.16)	

CMYK percentages

%0
%12.21
%15.49
%16.47

Codes

Color #D5BBB4 in popluar color models

D5BBB4
RGB213187180
HSL13°28.21%77.06%
HSB/HSV13°15.49%83.53%
CMYK0.00%12.21%15.49%
16.47%

Color #D5BBB4 in popluar number systems.

HEXD5BBB4
Decimal213187180
Binary110101011011101110110100
Octal325273264

Shades and tints

Shades of #D5BBB4

#D5BBB4
(213,187,180)
#C2AAA4
(194,170,164)
#AF9994
(175,153,148)
#9C8884
(156,136,132)
#897774
(137,119,116)
#766664
(118,102,100)
#635554
(99,85,84)
#504444
(80,68,68)
#3D3334
(61,51,52)
#2A2224
(42,34,36)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #D5BBB4

#D5BBB4
(213,187,180)
#D8C1BA
(216,193,186)
#DBC7C0
(219,199,192)
#DECDC6
(222,205,198)
#E1D3CC
(225,211,204)
#E4D9D2
(228,217,210)
#E7DFD8
(231,223,216)
#EAE5DE
(234,229,222)
#EDEBE4
(237,235,228)
#F0F1EA
(240,241,234)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5BBB4 color. Also use rgb(213,187,180) instead hex code.

Text Font Color

.myTextColor { color: #D5BBB4; }

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

This text font color is #D5BBB4.


Background Color

.myBgColor { background-color: #D5BBB4; }

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

This div background color is #D5BBB4.


Border color

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

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

This div border color is #D5BBB4.


Opacity

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

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

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

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

This text has shadow with #D5BBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5BBB4 on black background.


Color preview on white background

This text has color #D5BBB4 on white background.



Black color preview on #D5BBB4 background

This text has black color on #D5BBB4 background.


White color preview on #D5BBB4 background

This text has white color on #D5BBB4 background.