COLOR #D0BDD5

HEX: #D0BDD5
RGB: (208,189,213)

Color info

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

RGB color model

#D0BDD5 color RGB value is (208,189,213).

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

RGB channels and saturation

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

208
189
213

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

Portions of RGB colors in percentages

R + G + B =
208 + 189 + 213 = 610 (100%)
R 208 of 610 ~ 34.1%
G 189 of 610 ~ 30.98%
B 213 of 610 ~ 34.92%

%34.1
%30.98
%34.92

CMYK color model

#D0BDD5 color CMYK value is (2,11,0,16).

  • cyan value is 2.35%
  • magenta value is 11.27%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(2,11,0,16)
C2M11Y0K16 
(2%,11%,0%,16%)
(0.02/0.11/0.00/0.16)	

CMYK percentages

%2.35
%11.27
%0
%16.47

Codes

Color #D0BDD5 in popluar color models

D0BDD5
RGB208189213
HSL288°22.22%78.82%
HSB/HSV288°11.27%83.53%
CMYK2.35%11.27%0.00%
16.47%

Color #D0BDD5 in popluar number systems.

HEXD0BDD5
Decimal208189213
Binary110100001011110111010101
Octal320275325

Shades and tints

Shades of #D0BDD5

#D0BDD5
(208,189,213)
#BEACC2
(190,172,194)
#AC9BAF
(172,155,175)
#9A8A9C
(154,138,156)
#887989
(136,121,137)
#766876
(118,104,118)
#645763
(100,87,99)
#524650
(82,70,80)
#40353D
(64,53,61)
#2E242A
(46,36,42)
#1C1317
(28,19,23)
#000000
(0,0,0)

Tints of #D0BDD5

#D0BDD5
(208,189,213)
#D4C3D8
(212,195,216)
#D8C9DB
(216,201,219)
#DCCFDE
(220,207,222)
#E0D5E1
(224,213,225)
#E4DBE4
(228,219,228)
#E8E1E7
(232,225,231)
#ECE7EA
(236,231,234)
#F0EDED
(240,237,237)
#F4F3F0
(244,243,240)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0BDD5; }

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

This text font color is #D0BDD5.


Background Color

.myBgColor { background-color: #D0BDD5; }

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

This div background color is #D0BDD5.


Border color

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

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

This div border color is #D0BDD5.


Opacity

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

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

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

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

This text has shadow with #D0BDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0BDD5 on black background.


Color preview on white background

This text has color #D0BDD5 on white background.



Black color preview on #D0BDD5 background

This text has black color on #D0BDD5 background.


White color preview on #D0BDD5 background

This text has white color on #D0BDD5 background.