COLOR #D0B0CF

HEX: #D0B0CF
RGB: (208,176,207)

Color info

#D0B0CF contains red, green and blue colors in about the same proportion. Web safe color of #D0B0CF is #CC99CC (or #C9C).

RGB color model

#D0B0CF color RGB value is (208,176,207).

  • red value is 208;
  • green value is 176;
  • blue value is 207.
RGB:
(208,176,207)
(82%,69%,81%)

RGB channels and saturation

R 208 of 255 = 82%
G 176 of 255 = 69%
B 207 of 255 = 81%

208
176
207

R + G + B ~ 77%. #D0B0CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 176 + 207 = 591 (100%)
R 208 of 591 ~ 35.19%
G 176 of 591 ~ 29.78%
B 207 of 591 ~ 35.03%

%35.19
%29.78
%35.03

CMYK color model

#D0B0CF color CMYK value is (0,15,0,18).

  • cyan value is 0.00%
  • magenta value is 15.38%
  • yellow value is 0.48%
  • key color value is 18.43%
CMYK:
(0,15,0,18)
C0M15Y0K18 
(0%,15%,0%,18%)
(0.00/0.15/0.00/0.18)	

CMYK percentages

%0
%15.38
%0.48
%18.43

Codes

Color #D0B0CF in popluar color models

D0B0CF
RGB208176207
HSL302°25.40%75.29%
HSB/HSV302°15.38%81.57%
CMYK0.00%15.38%0.48%
18.43%

Color #D0B0CF in popluar number systems.

HEXD0B0CF
Decimal208176207
Binary110100001011000011001111
Octal320260317

Shades and tints

Shades of #D0B0CF

#D0B0CF
(208,176,207)
#BEA0BD
(190,160,189)
#AC90AB
(172,144,171)
#9A8099
(154,128,153)
#887087
(136,112,135)
#766075
(118,96,117)
#645063
(100,80,99)
#524051
(82,64,81)
#40303F
(64,48,63)
#2E202D
(46,32,45)
#1C101B
(28,16,27)
#000000
(0,0,0)

Tints of #D0B0CF

#D0B0CF
(208,176,207)
#D4B7D3
(212,183,211)
#D8BED7
(216,190,215)
#DCC5DB
(220,197,219)
#E0CCDF
(224,204,223)
#E4D3E3
(228,211,227)
#E8DAE7
(232,218,231)
#ECE1EB
(236,225,235)
#F0E8EF
(240,232,239)
#F4EFF3
(244,239,243)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B0CF color. Also use rgb(208,176,207) instead hex code.

Text Font Color

.myTextColor { color: #D0B0CF; }

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

This text font color is #D0B0CF.


Background Color

.myBgColor { background-color: #D0B0CF; }

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

This div background color is #D0B0CF.


Border color

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

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

This div border color is #D0B0CF.


Opacity

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

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

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

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

This text has shadow with #D0B0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B0CF on black background.


Color preview on white background

This text has color #D0B0CF on white background.



Black color preview on #D0B0CF background

This text has black color on #D0B0CF background.


White color preview on #D0B0CF background

This text has white color on #D0B0CF background.