COLOR #D0BDD7

HEX: #D0BDD7
RGB: (208,189,215)

Color info

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

RGB color model

#D0BDD7 color RGB value is (208,189,215).

  • red value is 208;
  • green value is 189;
  • blue value is 215.
RGB:
(208,189,215)
(82%,74%,84%)

RGB channels and saturation

R 208 of 255 = 82%
G 189 of 255 = 74%
B 215 of 255 = 84%

208
189
215

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

Portions of RGB colors in percentages

R + G + B =
208 + 189 + 215 = 612 (100%)
R 208 of 612 ~ 33.99%
G 189 of 612 ~ 30.88%
B 215 of 612 ~ 35.13%

%33.99
%30.88
%35.13

CMYK color model

#D0BDD7 color CMYK value is (3,12,0,16).

  • cyan value is 3.26%
  • magenta value is 12.09%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(3,12,0,16)
C3M12Y0K16 
(3%,12%,0%,16%)
(0.03/0.12/0.00/0.16)	

CMYK percentages

%3.26
%12.09
%0
%15.69

Codes

Color #D0BDD7 in popluar color models

D0BDD7
RGB208189215
HSL284°24.53%79.22%
HSB/HSV284°12.09%84.31%
CMYK3.26%12.09%0.00%
15.69%

Color #D0BDD7 in popluar number systems.

HEXD0BDD7
Decimal208189215
Binary110100001011110111010111
Octal320275327

Shades and tints

Shades of #D0BDD7

#D0BDD7
(208,189,215)
#BEACC4
(190,172,196)
#AC9BB1
(172,155,177)
#9A8A9E
(154,138,158)
#88798B
(136,121,139)
#766878
(118,104,120)
#645765
(100,87,101)
#524652
(82,70,82)
#40353F
(64,53,63)
#2E242C
(46,36,44)
#1C1319
(28,19,25)
#000000
(0,0,0)

Tints of #D0BDD7

#D0BDD7
(208,189,215)
#D4C3DA
(212,195,218)
#D8C9DD
(216,201,221)
#DCCFE0
(220,207,224)
#E0D5E3
(224,213,227)
#E4DBE6
(228,219,230)
#E8E1E9
(232,225,233)
#ECE7EC
(236,231,236)
#F0EDEF
(240,237,239)
#F4F3F2
(244,243,242)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0BDD7 color. Also use rgb(208,189,215) instead hex code.

Text Font Color

.myTextColor { color: #D0BDD7; }

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

This text font color is #D0BDD7.


Background Color

.myBgColor { background-color: #D0BDD7; }

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

This div background color is #D0BDD7.


Border color

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

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

This div border color is #D0BDD7.


Opacity

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

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

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

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

This text has shadow with #D0BDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BDD7 on black background.


Color preview on white background

This text has color #D0BDD7 on white background.



Black color preview on #D0BDD7 background

This text has black color on #D0BDD7 background.


White color preview on #D0BDD7 background

This text has white color on #D0BDD7 background.