COLOR #D0B5DD

HEX: #D0B5DD
RGB: (208,181,221)

Color info

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

RGB color model

#D0B5DD color RGB value is (208,181,221).

  • red value is 208;
  • green value is 181;
  • blue value is 221.
RGB:
(208,181,221)
(82%,71%,87%)

RGB channels and saturation

R 208 of 255 = 82%
G 181 of 255 = 71%
B 221 of 255 = 87%

208
181
221

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

Portions of RGB colors in percentages

R + G + B =
208 + 181 + 221 = 610 (100%)
R 208 of 610 ~ 34.1%
G 181 of 610 ~ 29.67%
B 221 of 610 ~ 36.23%

%34.1
%29.67
%36.23

CMYK color model

#D0B5DD color CMYK value is (6,18,0,13).

  • cyan value is 5.88%
  • magenta value is 18.10%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(6,18,0,13)
C6M18Y0K13 
(6%,18%,0%,13%)
(0.06/0.18/0.00/0.13)	

CMYK percentages

%5.88
%18.1
%0
%13.33

Codes

Color #D0B5DD in popluar color models

D0B5DD
RGB208181221
HSL281°37.04%78.82%
HSB/HSV281°18.10%86.67%
CMYK5.88%18.10%0.00%
13.33%

Color #D0B5DD in popluar number systems.

HEXD0B5DD
Decimal208181221
Binary110100001011010111011101
Octal320265335

Shades and tints

Shades of #D0B5DD

#D0B5DD
(208,181,221)
#BEA5C9
(190,165,201)
#AC95B5
(172,149,181)
#9A85A1
(154,133,161)
#88758D
(136,117,141)
#766579
(118,101,121)
#645565
(100,85,101)
#524551
(82,69,81)
#40353D
(64,53,61)
#2E2529
(46,37,41)
#1C1515
(28,21,21)
#000000
(0,0,0)

Tints of #D0B5DD

#D0B5DD
(208,181,221)
#D4BBE0
(212,187,224)
#D8C1E3
(216,193,227)
#DCC7E6
(220,199,230)
#E0CDE9
(224,205,233)
#E4D3EC
(228,211,236)
#E8D9EF
(232,217,239)
#ECDFF2
(236,223,242)
#F0E5F5
(240,229,245)
#F4EBF8
(244,235,248)
#F8F1FB
(248,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B5DD color. Also use rgb(208,181,221) instead hex code.

Text Font Color

.myTextColor { color: #D0B5DD; }

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

This text font color is #D0B5DD.


Background Color

.myBgColor { background-color: #D0B5DD; }

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

This div background color is #D0B5DD.


Border color

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

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

This div border color is #D0B5DD.


Opacity

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

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

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

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

This text has shadow with #D0B5DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B5DD on black background.


Color preview on white background

This text has color #D0B5DD on white background.



Black color preview on #D0B5DD background

This text has black color on #D0B5DD background.


White color preview on #D0B5DD background

This text has white color on #D0B5DD background.