COLOR #D6B8DC

HEX: #D6B8DC
RGB: (214,184,220)

Color info

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

RGB color model

#D6B8DC color RGB value is (214,184,220).

  • red value is 214;
  • green value is 184;
  • blue value is 220.
RGB:
(214,184,220)
(84%,72%,86%)

RGB channels and saturation

R 214 of 255 = 84%
G 184 of 255 = 72%
B 220 of 255 = 86%

214
184
220

R + G + B ~ 81%. #D6B8DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 184 + 220 = 618 (100%)
R 214 of 618 ~ 34.63%
G 184 of 618 ~ 29.77%
B 220 of 618 ~ 35.6%

%34.63
%29.77
%35.6

CMYK color model

#D6B8DC color CMYK value is (3,16,0,14).

  • cyan value is 2.73%
  • magenta value is 16.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(3,16,0,14)
C3M16Y0K14 
(3%,16%,0%,14%)
(0.03/0.16/0.00/0.14)	

CMYK percentages

%2.73
%16.36
%0
%13.73

Codes

Color #D6B8DC in popluar color models

D6B8DC
RGB214184220
HSL290°33.96%79.22%
HSB/HSV290°16.36%86.27%
CMYK2.73%16.36%0.00%
13.73%

Color #D6B8DC in popluar number systems.

HEXD6B8DC
Decimal214184220
Binary110101101011100011011100
Octal326270334

Shades and tints

Shades of #D6B8DC

#D6B8DC
(214,184,220)
#C3A8C8
(195,168,200)
#B098B4
(176,152,180)
#9D88A0
(157,136,160)
#8A788C
(138,120,140)
#776878
(119,104,120)
#645864
(100,88,100)
#514850
(81,72,80)
#3E383C
(62,56,60)
#2B2828
(43,40,40)
#181814
(24,24,20)
#000000
(0,0,0)

Tints of #D6B8DC

#D6B8DC
(214,184,220)
#D9BEDF
(217,190,223)
#DCC4E2
(220,196,226)
#DFCAE5
(223,202,229)
#E2D0E8
(226,208,232)
#E5D6EB
(229,214,235)
#E8DCEE
(232,220,238)
#EBE2F1
(235,226,241)
#EEE8F4
(238,232,244)
#F1EEF7
(241,238,247)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6B8DC color. Also use rgb(214,184,220) instead hex code.

Text Font Color

.myTextColor { color: #D6B8DC; }

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

This text font color is #D6B8DC.


Background Color

.myBgColor { background-color: #D6B8DC; }

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

This div background color is #D6B8DC.


Border color

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

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

This div border color is #D6B8DC.


Opacity

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

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

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

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

This text has shadow with #D6B8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B8DC on black background.


Color preview on white background

This text has color #D6B8DC on white background.



Black color preview on #D6B8DC background

This text has black color on #D6B8DC background.


White color preview on #D6B8DC background

This text has white color on #D6B8DC background.