COLOR #D0B8DF

HEX: #D0B8DF
RGB: (208,184,223)

Color info

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

RGB color model

#D0B8DF color RGB value is (208,184,223).

  • red value is 208;
  • green value is 184;
  • blue value is 223.
RGB:
(208,184,223)
(82%,72%,87%)

RGB channels and saturation

R 208 of 255 = 82%
G 184 of 255 = 72%
B 223 of 255 = 87%

208
184
223

R + G + B ~ 80%. #D0B8DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 184 + 223 = 615 (100%)
R 208 of 615 ~ 33.82%
G 184 of 615 ~ 29.92%
B 223 of 615 ~ 36.26%

%33.82
%29.92
%36.26

CMYK color model

#D0B8DF color CMYK value is (7,17,0,13).

  • cyan value is 6.73%
  • magenta value is 17.49%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(7,17,0,13)
C7M17Y0K13 
(7%,17%,0%,13%)
(0.07/0.17/0.00/0.13)	

CMYK percentages

%6.73
%17.49
%0
%12.55

Codes

Color #D0B8DF in popluar color models

D0B8DF
RGB208184223
HSL277°37.86%79.80%
HSB/HSV277°17.49%87.45%
CMYK6.73%17.49%0.00%
12.55%

Color #D0B8DF in popluar number systems.

HEXD0B8DF
Decimal208184223
Binary110100001011100011011111
Octal320270337

Shades and tints

Shades of #D0B8DF

#D0B8DF
(208,184,223)
#BEA8CB
(190,168,203)
#AC98B7
(172,152,183)
#9A88A3
(154,136,163)
#88788F
(136,120,143)
#76687B
(118,104,123)
#645867
(100,88,103)
#524853
(82,72,83)
#40383F
(64,56,63)
#2E282B
(46,40,43)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #D0B8DF

#D0B8DF
(208,184,223)
#D4BEE1
(212,190,225)
#D8C4E3
(216,196,227)
#DCCAE5
(220,202,229)
#E0D0E7
(224,208,231)
#E4D6E9
(228,214,233)
#E8DCEB
(232,220,235)
#ECE2ED
(236,226,237)
#F0E8EF
(240,232,239)
#F4EEF1
(244,238,241)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B8DF color. Also use rgb(208,184,223) instead hex code.

Text Font Color

.myTextColor { color: #D0B8DF; }

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

This text font color is #D0B8DF.


Background Color

.myBgColor { background-color: #D0B8DF; }

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

This div background color is #D0B8DF.


Border color

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

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

This div border color is #D0B8DF.


Opacity

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

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

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

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

This text has shadow with #D0B8DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B8DF on black background.


Color preview on white background

This text has color #D0B8DF on white background.



Black color preview on #D0B8DF background

This text has black color on #D0B8DF background.


White color preview on #D0B8DF background

This text has white color on #D0B8DF background.