COLOR #D6B8E6

HEX: #D6B8E6
RGB: (214,184,230)

Color info

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

RGB color model

#D6B8E6 color RGB value is (214,184,230).

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

RGB channels and saturation

R 214 of 255 = 84%
G 184 of 255 = 72%
B 230 of 255 = 90%

214
184
230

R + G + B ~ 82%. #D6B8E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 184 + 230 = 628 (100%)
R 214 of 628 ~ 34.08%
G 184 of 628 ~ 29.3%
B 230 of 628 ~ 36.62%

%34.08
%29.3
%36.62

CMYK color model

#D6B8E6 color CMYK value is (7,20,0,10).

  • cyan value is 6.96%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(7,20,0,10)
C7M20Y0K10 
(7%,20%,0%,10%)
(0.07/0.20/0.00/0.10)	

CMYK percentages

%6.96
%20
%0
%9.8

Codes

Color #D6B8E6 in popluar color models

D6B8E6
RGB214184230
HSL279°47.92%81.18%
HSB/HSV279°20.00%90.20%
CMYK6.96%20.00%0.00%
9.80%

Color #D6B8E6 in popluar number systems.

HEXD6B8E6
Decimal214184230
Binary110101101011100011100110
Octal326270346

Shades and tints

Shades of #D6B8E6

#D6B8E6
(214,184,230)
#C3A8D2
(195,168,210)
#B098BE
(176,152,190)
#9D88AA
(157,136,170)
#8A7896
(138,120,150)
#776882
(119,104,130)
#64586E
(100,88,110)
#51485A
(81,72,90)
#3E3846
(62,56,70)
#2B2832
(43,40,50)
#18181E
(24,24,30)
#000000
(0,0,0)

Tints of #D6B8E6

#D6B8E6
(214,184,230)
#D9BEE8
(217,190,232)
#DCC4EA
(220,196,234)
#DFCAEC
(223,202,236)
#E2D0EE
(226,208,238)
#E5D6F0
(229,214,240)
#E8DCF2
(232,220,242)
#EBE2F4
(235,226,244)
#EEE8F6
(238,232,246)
#F1EEF8
(241,238,248)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B8E6; }

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

This text font color is #D6B8E6.


Background Color

.myBgColor { background-color: #D6B8E6; }

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

This div background color is #D6B8E6.


Border color

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

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

This div border color is #D6B8E6.


Opacity

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

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

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

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

This text has shadow with #D6B8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B8E6 on black background.


Color preview on white background

This text has color #D6B8E6 on white background.



Black color preview on #D6B8E6 background

This text has black color on #D6B8E6 background.


White color preview on #D6B8E6 background

This text has white color on #D6B8E6 background.