COLOR #D5B8B8

HEX: #D5B8B8
RGB: (213,184,184)

Color info

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

RGB color model

#D5B8B8 color RGB value is (213,184,184).

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

RGB channels and saturation

R 213 of 255 = 84%
G 184 of 255 = 72%
B 184 of 255 = 72%

213
184
184

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

Portions of RGB colors in percentages

R + G + B =
213 + 184 + 184 = 581 (100%)
R 213 of 581 ~ 36.66%
G 184 of 581 ~ 31.67%
B 184 of 581 ~ 31.67%

%36.66
%31.67
%31.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.62%
  • yellow value is 13.62%
  • key color value is 16.47%
CMYK:
(0,14,14,16)
C0M14Y14K16 
(0%,14%,14%,16%)
(0.00/0.14/0.14/0.16)	

CMYK percentages

%0
%13.62
%13.62
%16.47

Codes

Color #D5B8B8 in popluar color models

D5B8B8
RGB213184184
HSL25.66%77.84%
HSB/HSV13.62%83.53%
CMYK0.00%13.62%13.62%
16.47%

Color #D5B8B8 in popluar number systems.

HEXD5B8B8
Decimal213184184
Binary110101011011100010111000
Octal325270270

Shades and tints

Shades of #D5B8B8

#D5B8B8
(213,184,184)
#C2A8A8
(194,168,168)
#AF9898
(175,152,152)
#9C8888
(156,136,136)
#897878
(137,120,120)
#766868
(118,104,104)
#635858
(99,88,88)
#504848
(80,72,72)
#3D3838
(61,56,56)
#2A2828
(42,40,40)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #D5B8B8

#D5B8B8
(213,184,184)
#D8BEBE
(216,190,190)
#DBC4C4
(219,196,196)
#DECACA
(222,202,202)
#E1D0D0
(225,208,208)
#E4D6D6
(228,214,214)
#E7DCDC
(231,220,220)
#EAE2E2
(234,226,226)
#EDE8E8
(237,232,232)
#F0EEEE
(240,238,238)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B8B8; }

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

This text font color is #D5B8B8.


Background Color

.myBgColor { background-color: #D5B8B8; }

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

This div background color is #D5B8B8.


Border color

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

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

This div border color is #D5B8B8.


Opacity

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

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

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

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

This text has shadow with #D5B8B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B8B8 on black background.


Color preview on white background

This text has color #D5B8B8 on white background.



Black color preview on #D5B8B8 background

This text has black color on #D5B8B8 background.


White color preview on #D5B8B8 background

This text has white color on #D5B8B8 background.