COLOR #D0B5CD

HEX: #D0B5CD
RGB: (208,181,205)

Color info

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

RGB color model

#D0B5CD color RGB value is (208,181,205).

  • red value is 208;
  • green value is 181;
  • blue value is 205.
RGB:
(208,181,205)
(82%,71%,80%)

RGB channels and saturation

R 208 of 255 = 82%
G 181 of 255 = 71%
B 205 of 255 = 80%

208
181
205

R + G + B ~ 78%. #D0B5CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 181 + 205 = 594 (100%)
R 208 of 594 ~ 35.02%
G 181 of 594 ~ 30.47%
B 205 of 594 ~ 34.51%

%35.02
%30.47
%34.51

CMYK color model

#D0B5CD color CMYK value is (0,13,1,18).

  • cyan value is 0.00%
  • magenta value is 12.98%
  • yellow value is 1.44%
  • key color value is 18.43%
CMYK:
(0,13,1,18)
C0M13Y1K18 
(0%,13%,1%,18%)
(0.00/0.13/0.01/0.18)	

CMYK percentages

%0
%12.98
%1.44
%18.43

Codes

Color #D0B5CD in popluar color models

D0B5CD
RGB208181205
HSL307°22.31%76.27%
HSB/HSV307°12.98%81.57%
CMYK0.00%12.98%1.44%
18.43%

Color #D0B5CD in popluar number systems.

HEXD0B5CD
Decimal208181205
Binary110100001011010111001101
Octal320265315

Shades and tints

Shades of #D0B5CD

#D0B5CD
(208,181,205)
#BEA5BB
(190,165,187)
#AC95A9
(172,149,169)
#9A8597
(154,133,151)
#887585
(136,117,133)
#766573
(118,101,115)
#645561
(100,85,97)
#52454F
(82,69,79)
#40353D
(64,53,61)
#2E252B
(46,37,43)
#1C1519
(28,21,25)
#000000
(0,0,0)

Tints of #D0B5CD

#D0B5CD
(208,181,205)
#D4BBD1
(212,187,209)
#D8C1D5
(216,193,213)
#DCC7D9
(220,199,217)
#E0CDDD
(224,205,221)
#E4D3E1
(228,211,225)
#E8D9E5
(232,217,229)
#ECDFE9
(236,223,233)
#F0E5ED
(240,229,237)
#F4EBF1
(244,235,241)
#F8F1F5
(248,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B5CD color. Also use rgb(208,181,205) instead hex code.

Text Font Color

.myTextColor { color: #D0B5CD; }

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

This text font color is #D0B5CD.


Background Color

.myBgColor { background-color: #D0B5CD; }

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

This div background color is #D0B5CD.


Border color

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

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

This div border color is #D0B5CD.


Opacity

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

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

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

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

This text has shadow with #D0B5CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B5CD on black background.


Color preview on white background

This text has color #D0B5CD on white background.



Black color preview on #D0B5CD background

This text has black color on #D0B5CD background.


White color preview on #D0B5CD background

This text has white color on #D0B5CD background.