COLOR #D5B5BE

HEX: #D5B5BE
RGB: (213,181,190)

Color info

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

RGB color model

#D5B5BE color RGB value is (213,181,190).

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

RGB channels and saturation

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

213
181
190

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

Portions of RGB colors in percentages

R + G + B =
213 + 181 + 190 = 584 (100%)
R 213 of 584 ~ 36.47%
G 181 of 584 ~ 30.99%
B 190 of 584 ~ 32.53%

%36.47
%30.99
%32.53

CMYK color model

#D5B5BE color CMYK value is (0,15,11,16).

  • cyan value is 0.00%
  • magenta value is 15.02%
  • yellow value is 10.80%
  • key color value is 16.47%
CMYK:
(0,15,11,16)
C0M15Y11K16 
(0%,15%,11%,16%)
(0.00/0.15/0.11/0.16)	

CMYK percentages

%0
%15.02
%10.8
%16.47

Codes

Color #D5B5BE in popluar color models

D5B5BE
RGB213181190
HSL343°27.59%77.25%
HSB/HSV343°15.02%83.53%
CMYK0.00%15.02%10.80%
16.47%

Color #D5B5BE in popluar number systems.

HEXD5B5BE
Decimal213181190
Binary110101011011010110111110
Octal325265276

Shades and tints

Shades of #D5B5BE

#D5B5BE
(213,181,190)
#C2A5AD
(194,165,173)
#AF959C
(175,149,156)
#9C858B
(156,133,139)
#89757A
(137,117,122)
#766569
(118,101,105)
#635558
(99,85,88)
#504547
(80,69,71)
#3D3536
(61,53,54)
#2A2525
(42,37,37)
#171514
(23,21,20)
#000000
(0,0,0)

Tints of #D5B5BE

#D5B5BE
(213,181,190)
#D8BBC3
(216,187,195)
#DBC1C8
(219,193,200)
#DEC7CD
(222,199,205)
#E1CDD2
(225,205,210)
#E4D3D7
(228,211,215)
#E7D9DC
(231,217,220)
#EADFE1
(234,223,225)
#EDE5E6
(237,229,230)
#F0EBEB
(240,235,235)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5B5BE; }

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

This text font color is #D5B5BE.


Background Color

.myBgColor { background-color: #D5B5BE; }

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

This div background color is #D5B5BE.


Border color

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

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

This div border color is #D5B5BE.


Opacity

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

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

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

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

This text has shadow with #D5B5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5B5BE on black background.


Color preview on white background

This text has color #D5B5BE on white background.



Black color preview on #D5B5BE background

This text has black color on #D5B5BE background.


White color preview on #D5B5BE background

This text has white color on #D5B5BE background.