COLOR #D1B8BD

HEX: #D1B8BD
RGB: (209,184,189)

Color info

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

RGB color model

#D1B8BD color RGB value is (209,184,189).

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

RGB channels and saturation

R 209 of 255 = 82%
G 184 of 255 = 72%
B 189 of 255 = 74%

209
184
189

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

Portions of RGB colors in percentages

R + G + B =
209 + 184 + 189 = 582 (100%)
R 209 of 582 ~ 35.91%
G 184 of 582 ~ 31.62%
B 189 of 582 ~ 32.47%

%35.91
%31.62
%32.47

CMYK color model

#D1B8BD color CMYK value is (0,12,10,18).

  • cyan value is 0.00%
  • magenta value is 11.96%
  • yellow value is 9.57%
  • key color value is 18.04%
CMYK:
(0,12,10,18)
C0M12Y10K18 
(0%,12%,10%,18%)
(0.00/0.12/0.10/0.18)	

CMYK percentages

%0
%11.96
%9.57
%18.04

Codes

Color #D1B8BD in popluar color models

D1B8BD
RGB209184189
HSL348°21.37%77.06%
HSB/HSV348°11.96%81.96%
CMYK0.00%11.96%9.57%
18.04%

Color #D1B8BD in popluar number systems.

HEXD1B8BD
Decimal209184189
Binary110100011011100010111101
Octal321270275

Shades and tints

Shades of #D1B8BD

#D1B8BD
(209,184,189)
#BEA8AC
(190,168,172)
#AB989B
(171,152,155)
#98888A
(152,136,138)
#857879
(133,120,121)
#726868
(114,104,104)
#5F5857
(95,88,87)
#4C4846
(76,72,70)
#393835
(57,56,53)
#262824
(38,40,36)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #D1B8BD

#D1B8BD
(209,184,189)
#D5BEC3
(213,190,195)
#D9C4C9
(217,196,201)
#DDCACF
(221,202,207)
#E1D0D5
(225,208,213)
#E5D6DB
(229,214,219)
#E9DCE1
(233,220,225)
#EDE2E7
(237,226,231)
#F1E8ED
(241,232,237)
#F5EEF3
(245,238,243)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1B8BD; }

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

This text font color is #D1B8BD.


Background Color

.myBgColor { background-color: #D1B8BD; }

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

This div background color is #D1B8BD.


Border color

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

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

This div border color is #D1B8BD.


Opacity

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

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

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

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

This text has shadow with #D1B8BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1B8BD on black background.


Color preview on white background

This text has color #D1B8BD on white background.



Black color preview on #D1B8BD background

This text has black color on #D1B8BD background.


White color preview on #D1B8BD background

This text has white color on #D1B8BD background.