COLOR #D0B9BD

HEX: #D0B9BD
RGB: (208,185,189)

Color info

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

RGB color model

#D0B9BD color RGB value is (208,185,189).

  • red value is 208;
  • green value is 185;
  • blue value is 189.
RGB:
(208,185,189)
(82%,73%,74%)

RGB channels and saturation

R 208 of 255 = 82%
G 185 of 255 = 73%
B 189 of 255 = 74%

208
185
189

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

Portions of RGB colors in percentages

R + G + B =
208 + 185 + 189 = 582 (100%)
R 208 of 582 ~ 35.74%
G 185 of 582 ~ 31.79%
B 189 of 582 ~ 32.47%

%35.74
%31.79
%32.47

CMYK color model

#D0B9BD color CMYK value is (0,11,9,18).

  • cyan value is 0.00%
  • magenta value is 11.06%
  • yellow value is 9.13%
  • key color value is 18.43%
CMYK:
(0,11,9,18)
C0M11Y9K18 
(0%,11%,9%,18%)
(0.00/0.11/0.09/0.18)	

CMYK percentages

%0
%11.06
%9.13
%18.43

Codes

Color #D0B9BD in popluar color models

D0B9BD
RGB208185189
HSL350°19.66%77.06%
HSB/HSV350°11.06%81.57%
CMYK0.00%11.06%9.13%
18.43%

Color #D0B9BD in popluar number systems.

HEXD0B9BD
Decimal208185189
Binary110100001011100110111101
Octal320271275

Shades and tints

Shades of #D0B9BD

#D0B9BD
(208,185,189)
#BEA9AC
(190,169,172)
#AC999B
(172,153,155)
#9A898A
(154,137,138)
#887979
(136,121,121)
#766968
(118,105,104)
#645957
(100,89,87)
#524946
(82,73,70)
#403935
(64,57,53)
#2E2924
(46,41,36)
#1C1913
(28,25,19)
#000000
(0,0,0)

Tints of #D0B9BD

#D0B9BD
(208,185,189)
#D4BFC3
(212,191,195)
#D8C5C9
(216,197,201)
#DCCBCF
(220,203,207)
#E0D1D5
(224,209,213)
#E4D7DB
(228,215,219)
#E8DDE1
(232,221,225)
#ECE3E7
(236,227,231)
#F0E9ED
(240,233,237)
#F4EFF3
(244,239,243)
#F8F5F9
(248,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B9BD color. Also use rgb(208,185,189) instead hex code.

Text Font Color

.myTextColor { color: #D0B9BD; }

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

This text font color is #D0B9BD.


Background Color

.myBgColor { background-color: #D0B9BD; }

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

This div background color is #D0B9BD.


Border color

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

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

This div border color is #D0B9BD.


Opacity

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

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

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

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

This text has shadow with #D0B9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B9BD on black background.


Color preview on white background

This text has color #D0B9BD on white background.



Black color preview on #D0B9BD background

This text has black color on #D0B9BD background.


White color preview on #D0B9BD background

This text has white color on #D0B9BD background.