COLOR #D0B4BF

HEX: #D0B4BF
RGB: (208,180,191)

Color info

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

RGB color model

#D0B4BF color RGB value is (208,180,191).

  • red value is 208;
  • green value is 180;
  • blue value is 191.
RGB:
(208,180,191)
(82%,71%,75%)

RGB channels and saturation

R 208 of 255 = 82%
G 180 of 255 = 71%
B 191 of 255 = 75%

208
180
191

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

Portions of RGB colors in percentages

R + G + B =
208 + 180 + 191 = 579 (100%)
R 208 of 579 ~ 35.92%
G 180 of 579 ~ 31.09%
B 191 of 579 ~ 32.99%

%35.92
%31.09
%32.99

CMYK color model

#D0B4BF color CMYK value is (0,13,8,18).

  • cyan value is 0.00%
  • magenta value is 13.46%
  • yellow value is 8.17%
  • key color value is 18.43%
CMYK:
(0,13,8,18)
C0M13Y8K18 
(0%,13%,8%,18%)
(0.00/0.13/0.08/0.18)	

CMYK percentages

%0
%13.46
%8.17
%18.43

Codes

Color #D0B4BF in popluar color models

D0B4BF
RGB208180191
HSL336°22.95%76.08%
HSB/HSV336°13.46%81.57%
CMYK0.00%13.46%8.17%
18.43%

Color #D0B4BF in popluar number systems.

HEXD0B4BF
Decimal208180191
Binary110100001011010010111111
Octal320264277

Shades and tints

Shades of #D0B4BF

#D0B4BF
(208,180,191)
#BEA4AE
(190,164,174)
#AC949D
(172,148,157)
#9A848C
(154,132,140)
#88747B
(136,116,123)
#76646A
(118,100,106)
#645459
(100,84,89)
#524448
(82,68,72)
#403437
(64,52,55)
#2E2426
(46,36,38)
#1C1415
(28,20,21)
#000000
(0,0,0)

Tints of #D0B4BF

#D0B4BF
(208,180,191)
#D4BAC4
(212,186,196)
#D8C0C9
(216,192,201)
#DCC6CE
(220,198,206)
#E0CCD3
(224,204,211)
#E4D2D8
(228,210,216)
#E8D8DD
(232,216,221)
#ECDEE2
(236,222,226)
#F0E4E7
(240,228,231)
#F4EAEC
(244,234,236)
#F8F0F1
(248,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B4BF color. Also use rgb(208,180,191) instead hex code.

Text Font Color

.myTextColor { color: #D0B4BF; }

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

This text font color is #D0B4BF.


Background Color

.myBgColor { background-color: #D0B4BF; }

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

This div background color is #D0B4BF.


Border color

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

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

This div border color is #D0B4BF.


Opacity

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

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

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

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

This text has shadow with #D0B4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B4BF on black background.


Color preview on white background

This text has color #D0B4BF on white background.



Black color preview on #D0B4BF background

This text has black color on #D0B4BF background.


White color preview on #D0B4BF background

This text has white color on #D0B4BF background.