COLOR #D0BFDC

HEX: #D0BFDC
RGB: (208,191,220)

Color info

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

RGB color model

#D0BFDC color RGB value is (208,191,220).

  • red value is 208;
  • green value is 191;
  • blue value is 220.
RGB:
(208,191,220)
(82%,75%,86%)

RGB channels and saturation

R 208 of 255 = 82%
G 191 of 255 = 75%
B 220 of 255 = 86%

208
191
220

R + G + B ~ 81%. #D0BFDC is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 191 + 220 = 619 (100%)
R 208 of 619 ~ 33.6%
G 191 of 619 ~ 30.86%
B 220 of 619 ~ 35.54%

%33.6
%30.86
%35.54

CMYK color model

#D0BFDC color CMYK value is (5,13,0,14).

  • cyan value is 5.45%
  • magenta value is 13.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(5,13,0,14)
C5M13Y0K14 
(5%,13%,0%,14%)
(0.05/0.13/0.00/0.14)	

CMYK percentages

%5.45
%13.18
%0
%13.73

Codes

Color #D0BFDC in popluar color models

D0BFDC
RGB208191220
HSL275°29.29%80.59%
HSB/HSV275°13.18%86.27%
CMYK5.45%13.18%0.00%
13.73%

Color #D0BFDC in popluar number systems.

HEXD0BFDC
Decimal208191220
Binary110100001011111111011100
Octal320277334

Shades and tints

Shades of #D0BFDC

#D0BFDC
(208,191,220)
#BEAEC8
(190,174,200)
#AC9DB4
(172,157,180)
#9A8CA0
(154,140,160)
#887B8C
(136,123,140)
#766A78
(118,106,120)
#645964
(100,89,100)
#524850
(82,72,80)
#40373C
(64,55,60)
#2E2628
(46,38,40)
#1C1514
(28,21,20)
#000000
(0,0,0)

Tints of #D0BFDC

#D0BFDC
(208,191,220)
#D4C4DF
(212,196,223)
#D8C9E2
(216,201,226)
#DCCEE5
(220,206,229)
#E0D3E8
(224,211,232)
#E4D8EB
(228,216,235)
#E8DDEE
(232,221,238)
#ECE2F1
(236,226,241)
#F0E7F4
(240,231,244)
#F4ECF7
(244,236,247)
#F8F1FA
(248,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0BFDC color. Also use rgb(208,191,220) instead hex code.

Text Font Color

.myTextColor { color: #D0BFDC; }

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

This text font color is #D0BFDC.


Background Color

.myBgColor { background-color: #D0BFDC; }

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

This div background color is #D0BFDC.


Border color

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

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

This div border color is #D0BFDC.


Opacity

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

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

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

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

This text has shadow with #D0BFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BFDC on black background.


Color preview on white background

This text has color #D0BFDC on white background.



Black color preview on #D0BFDC background

This text has black color on #D0BFDC background.


White color preview on #D0BFDC background

This text has white color on #D0BFDC background.