COLOR #D0B4BE

HEX: #D0B4BE
RGB: (208,180,190)

Color info

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

RGB color model

#D0B4BE color RGB value is (208,180,190).

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

RGB channels and saturation

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

208
180
190

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

Portions of RGB colors in percentages

R + G + B =
208 + 180 + 190 = 578 (100%)
R 208 of 578 ~ 35.99%
G 180 of 578 ~ 31.14%
B 190 of 578 ~ 32.87%

%35.99
%31.14
%32.87

CMYK color model

#D0B4BE color CMYK value is (0,13,9,18).

  • cyan value is 0.00%
  • magenta value is 13.46%
  • yellow value is 8.65%
  • key color value is 18.43%
CMYK:
(0,13,9,18)
C0M13Y9K18 
(0%,13%,9%,18%)
(0.00/0.13/0.09/0.18)	

CMYK percentages

%0
%13.46
%8.65
%18.43

Codes

Color #D0B4BE in popluar color models

D0B4BE
RGB208180190
HSL339°22.95%76.08%
HSB/HSV339°13.46%81.57%
CMYK0.00%13.46%8.65%
18.43%

Color #D0B4BE in popluar number systems.

HEXD0B4BE
Decimal208180190
Binary110100001011010010111110
Octal320264276

Shades and tints

Shades of #D0B4BE

#D0B4BE
(208,180,190)
#BEA4AD
(190,164,173)
#AC949C
(172,148,156)
#9A848B
(154,132,139)
#88747A
(136,116,122)
#766469
(118,100,105)
#645458
(100,84,88)
#524447
(82,68,71)
#403436
(64,52,54)
#2E2425
(46,36,37)
#1C1414
(28,20,20)
#000000
(0,0,0)

Tints of #D0B4BE

#D0B4BE
(208,180,190)
#D4BAC3
(212,186,195)
#D8C0C8
(216,192,200)
#DCC6CD
(220,198,205)
#E0CCD2
(224,204,210)
#E4D2D7
(228,210,215)
#E8D8DC
(232,216,220)
#ECDEE1
(236,222,225)
#F0E4E6
(240,228,230)
#F4EAEB
(244,234,235)
#F8F0F0
(248,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B4BE; }

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

This text font color is #D0B4BE.


Background Color

.myBgColor { background-color: #D0B4BE; }

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

This div background color is #D0B4BE.


Border color

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

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

This div border color is #D0B4BE.


Opacity

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

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

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

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

This text has shadow with #D0B4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B4BE on black background.


Color preview on white background

This text has color #D0B4BE on white background.



Black color preview on #D0B4BE background

This text has black color on #D0B4BE background.


White color preview on #D0B4BE background

This text has white color on #D0B4BE background.