COLOR #D6B0DF

HEX: #D6B0DF
RGB: (214,176,223)

Color info

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

RGB color model

#D6B0DF color RGB value is (214,176,223).

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

RGB channels and saturation

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

214
176
223

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

Portions of RGB colors in percentages

R + G + B =
214 + 176 + 223 = 613 (100%)
R 214 of 613 ~ 34.91%
G 176 of 613 ~ 28.71%
B 223 of 613 ~ 36.38%

%34.91
%28.71
%36.38

CMYK color model

#D6B0DF color CMYK value is (4,21,0,13).

  • cyan value is 4.04%
  • magenta value is 21.08%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(4,21,0,13)
C4M21Y0K13 
(4%,21%,0%,13%)
(0.04/0.21/0.00/0.13)	

CMYK percentages

%4.04
%21.08
%0
%12.55

Codes

Color #D6B0DF in popluar color models

D6B0DF
RGB214176223
HSL289°42.34%78.24%
HSB/HSV289°21.08%87.45%
CMYK4.04%21.08%0.00%
12.55%

Color #D6B0DF in popluar number systems.

HEXD6B0DF
Decimal214176223
Binary110101101011000011011111
Octal326260337

Shades and tints

Shades of #D6B0DF

#D6B0DF
(214,176,223)
#C3A0CB
(195,160,203)
#B090B7
(176,144,183)
#9D80A3
(157,128,163)
#8A708F
(138,112,143)
#77607B
(119,96,123)
#645067
(100,80,103)
#514053
(81,64,83)
#3E303F
(62,48,63)
#2B202B
(43,32,43)
#181017
(24,16,23)
#000000
(0,0,0)

Tints of #D6B0DF

#D6B0DF
(214,176,223)
#D9B7E1
(217,183,225)
#DCBEE3
(220,190,227)
#DFC5E5
(223,197,229)
#E2CCE7
(226,204,231)
#E5D3E9
(229,211,233)
#E8DAEB
(232,218,235)
#EBE1ED
(235,225,237)
#EEE8EF
(238,232,239)
#F1EFF1
(241,239,241)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B0DF; }

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

This text font color is #D6B0DF.


Background Color

.myBgColor { background-color: #D6B0DF; }

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

This div background color is #D6B0DF.


Border color

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

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

This div border color is #D6B0DF.


Opacity

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

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

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

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

This text has shadow with #D6B0DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B0DF on black background.


Color preview on white background

This text has color #D6B0DF on white background.



Black color preview on #D6B0DF background

This text has black color on #D6B0DF background.


White color preview on #D6B0DF background

This text has white color on #D6B0DF background.