COLOR #D6B0DD

HEX: #D6B0DD
RGB: (214,176,221)

Color info

#D6B0DD contains red, green and blue colors in about the same proportion. Web safe color of #D6B0DD is #CC99CC (or #C9C).

RGB color model

#D6B0DD color RGB value is (214,176,221).

  • red value is 214;
  • green value is 176;
  • blue value is 221.
RGB: (214,176,221) (84%,69%,87%)

RGB channels and saturation

R 214 of 255 = 84%
G 176 of 255 = 69%
B 221 of 255 = 87%

214
176
221

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

Portions of RGB colors in percentages

R + G + B =
214 + 176 + 221 = 611 (100%)
R 214 of 611 ~ 35.02%
G 176 of 611 ~ 28.81%
B 221 of 611 ~ 36.17%

%35.02
%28.81
%36.17

CMYK color model

#D6B0DD color CMYK value is (3,20,0,13).

  • cyan value is 3.17%
  • magenta value is 20.36%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (3,20,0,13) C3M20Y0K13 (3%,20%,0%,13%) (0.03/0.20/0.00/0.13)

CMYK percentages

%3.17
%20.36
%0
%13.33

Codes

Color #D6B0DD in popluar color models

D6B0DD
RGB214176221
HSL291°39.82%77.84%
HSB/HSV291°20.36%86.67%
CMYK3.17%20.36%0.00%
13.33%

Color #D6B0DD in popluar number systems.

HEXD6B0DD
Decimal214176221
Binary110101101011000011011101
Octal326260335

Shades and tints

Shades of #D6B0DD

#D6B0DD
(214,176,221)
#C3A0C9
(195,160,201)
#B090B5
(176,144,181)
#9D80A1
(157,128,161)
#8A708D
(138,112,141)
#776079
(119,96,121)
#645065
(100,80,101)
#514051
(81,64,81)
#3E303D
(62,48,61)
#2B2029
(43,32,41)
#181015
(24,16,21)
#000000
(0,0,0)

Tints of #D6B0DD

#D6B0DD
(214,176,221)
#D9B7E0
(217,183,224)
#DCBEE3
(220,190,227)
#DFC5E6
(223,197,230)
#E2CCE9
(226,204,233)
#E5D3EC
(229,211,236)
#E8DAEF
(232,218,239)
#EBE1F2
(235,225,242)
#EEE8F5
(238,232,245)
#F1EFF8
(241,239,248)
#F4F6FB
(244,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B0DD color. Also use rgb(214,176,221) instead hex code.

Text Font Color

.myTextColor { color: #D6B0DD; }

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

This text font color is #D6B0DD.


Background Color

.myBgColor { background-color: #D6B0DD; }

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

This div background color is #D6B0DD.


Border color

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

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

This div border color is #D6B0DD.


Opacity

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

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

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

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

This text has shadow with #D6B0DD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D6B0DD on black background.


Color preview on white background

This text has color #D6B0DD on white background.



Black color preview on #D6B0DD background

This text has black color on #D6B0DD background.


White color preview on #D6B0DD background

This text has white color on #D6B0DD background.