COLOR #D1B5B8

HEX: #D1B5B8
RGB: (209,181,184)

Color info

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

RGB color model

#D1B5B8 color RGB value is (209,181,184).

  • red value is 209;
  • green value is 181;
  • blue value is 184.
RGB:
(209,181,184)
(82%,71%,72%)

RGB channels and saturation

R 209 of 255 = 82%
G 181 of 255 = 71%
B 184 of 255 = 72%

209
181
184

R + G + B ~ 75%. #D1B5B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 181 + 184 = 574 (100%)
R 209 of 574 ~ 36.41%
G 181 of 574 ~ 31.53%
B 184 of 574 ~ 32.06%

%36.41
%31.53
%32.06

CMYK color model

#D1B5B8 color CMYK value is (0,13,12,18).

  • cyan value is 0.00%
  • magenta value is 13.40%
  • yellow value is 11.96%
  • key color value is 18.04%
CMYK:
(0,13,12,18)
C0M13Y12K18 
(0%,13%,12%,18%)
(0.00/0.13/0.12/0.18)	

CMYK percentages

%0
%13.4
%11.96
%18.04

Codes

Color #D1B5B8 in popluar color models

D1B5B8
RGB209181184
HSL354°23.33%76.47%
HSB/HSV354°13.40%81.96%
CMYK0.00%13.40%11.96%
18.04%

Color #D1B5B8 in popluar number systems.

HEXD1B5B8
Decimal209181184
Binary110100011011010110111000
Octal321265270

Shades and tints

Shades of #D1B5B8

#D1B5B8
(209,181,184)
#BEA5A8
(190,165,168)
#AB9598
(171,149,152)
#988588
(152,133,136)
#857578
(133,117,120)
#726568
(114,101,104)
#5F5558
(95,85,88)
#4C4548
(76,69,72)
#393538
(57,53,56)
#262528
(38,37,40)
#131518
(19,21,24)
#000000
(0,0,0)

Tints of #D1B5B8

#D1B5B8
(209,181,184)
#D5BBBE
(213,187,190)
#D9C1C4
(217,193,196)
#DDC7CA
(221,199,202)
#E1CDD0
(225,205,208)
#E5D3D6
(229,211,214)
#E9D9DC
(233,217,220)
#EDDFE2
(237,223,226)
#F1E5E8
(241,229,232)
#F5EBEE
(245,235,238)
#F9F1F4
(249,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B5B8; }

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

This text font color is #D1B5B8.


Background Color

.myBgColor { background-color: #D1B5B8; }

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

This div background color is #D1B5B8.


Border color

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

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

This div border color is #D1B5B8.


Opacity

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

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

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

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

This text has shadow with #D1B5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B5B8 on black background.


Color preview on white background

This text has color #D1B5B8 on white background.



Black color preview on #D1B5B8 background

This text has black color on #D1B5B8 background.


White color preview on #D1B5B8 background

This text has white color on #D1B5B8 background.