COLOR #D0B4CD

HEX: #D0B4CD
RGB: (208,180,205)

Color info

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

RGB color model

#D0B4CD color RGB value is (208,180,205).

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

RGB channels and saturation

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

208
180
205

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

Portions of RGB colors in percentages

R + G + B =
208 + 180 + 205 = 593 (100%)
R 208 of 593 ~ 35.08%
G 180 of 593 ~ 30.35%
B 205 of 593 ~ 34.57%

%35.08
%30.35
%34.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.46%
  • 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
%13.46
%1.44
%18.43

Codes

Color #D0B4CD in popluar color models

D0B4CD
RGB208180205
HSL306°22.95%76.08%
HSB/HSV306°13.46%81.57%
CMYK0.00%13.46%1.44%
18.43%

Color #D0B4CD in popluar number systems.

HEXD0B4CD
Decimal208180205
Binary110100001011010011001101
Octal320264315

Shades and tints

Shades of #D0B4CD

#D0B4CD
(208,180,205)
#BEA4BB
(190,164,187)
#AC94A9
(172,148,169)
#9A8497
(154,132,151)
#887485
(136,116,133)
#766473
(118,100,115)
#645461
(100,84,97)
#52444F
(82,68,79)
#40343D
(64,52,61)
#2E242B
(46,36,43)
#1C1419
(28,20,25)
#000000
(0,0,0)

Tints of #D0B4CD

#D0B4CD
(208,180,205)
#D4BAD1
(212,186,209)
#D8C0D5
(216,192,213)
#DCC6D9
(220,198,217)
#E0CCDD
(224,204,221)
#E4D2E1
(228,210,225)
#E8D8E5
(232,216,229)
#ECDEE9
(236,222,233)
#F0E4ED
(240,228,237)
#F4EAF1
(244,234,241)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0B4CD; }

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

This text font color is #D0B4CD.


Background Color

.myBgColor { background-color: #D0B4CD; }

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

This div background color is #D0B4CD.


Border color

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

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

This div border color is #D0B4CD.


Opacity

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

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

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

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

This text has shadow with #D0B4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B4CD on black background.


Color preview on white background

This text has color #D0B4CD on white background.



Black color preview on #D0B4CD background

This text has black color on #D0B4CD background.


White color preview on #D0B4CD background

This text has white color on #D0B4CD background.