COLOR #D8B6E6

HEX: #D8B6E6
RGB: (216,182,230)

Color info

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

RGB color model

#D8B6E6 color RGB value is (216,182,230).

  • red value is 216;
  • green value is 182;
  • blue value is 230.
RGB:
(216,182,230)
(85%,71%,90%)

RGB channels and saturation

R 216 of 255 = 85%
G 182 of 255 = 71%
B 230 of 255 = 90%

216
182
230

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

Portions of RGB colors in percentages

R + G + B =
216 + 182 + 230 = 628 (100%)
R 216 of 628 ~ 34.39%
G 182 of 628 ~ 28.98%
B 230 of 628 ~ 36.62%

%34.39
%28.98
%36.62

CMYK color model

#D8B6E6 color CMYK value is (6,21,0,10).

  • cyan value is 6.09%
  • magenta value is 20.87%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(6,21,0,10)
C6M21Y0K10 
(6%,21%,0%,10%)
(0.06/0.21/0.00/0.10)	

CMYK percentages

%6.09
%20.87
%0
%9.8

Codes

Color #D8B6E6 in popluar color models

D8B6E6
RGB216182230
HSL283°48.98%80.78%
HSB/HSV283°20.87%90.20%
CMYK6.09%20.87%0.00%
9.80%

Color #D8B6E6 in popluar number systems.

HEXD8B6E6
Decimal216182230
Binary110110001011011011100110
Octal330266346

Shades and tints

Shades of #D8B6E6

#D8B6E6
(216,182,230)
#C5A6D2
(197,166,210)
#B296BE
(178,150,190)
#9F86AA
(159,134,170)
#8C7696
(140,118,150)
#796682
(121,102,130)
#66566E
(102,86,110)
#53465A
(83,70,90)
#403646
(64,54,70)
#2D2632
(45,38,50)
#1A161E
(26,22,30)
#000000
(0,0,0)

Tints of #D8B6E6

#D8B6E6
(216,182,230)
#DBBCE8
(219,188,232)
#DEC2EA
(222,194,234)
#E1C8EC
(225,200,236)
#E4CEEE
(228,206,238)
#E7D4F0
(231,212,240)
#EADAF2
(234,218,242)
#EDE0F4
(237,224,244)
#F0E6F6
(240,230,246)
#F3ECF8
(243,236,248)
#F6F2FA
(246,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8B6E6 color. Also use rgb(216,182,230) instead hex code.

Text Font Color

.myTextColor { color: #D8B6E6; }

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

This text font color is #D8B6E6.


Background Color

.myBgColor { background-color: #D8B6E6; }

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

This div background color is #D8B6E6.


Border color

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

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

This div border color is #D8B6E6.


Opacity

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

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

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

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

This text has shadow with #D8B6E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B6E6 on black background.


Color preview on white background

This text has color #D8B6E6 on white background.



Black color preview on #D8B6E6 background

This text has black color on #D8B6E6 background.


White color preview on #D8B6E6 background

This text has white color on #D8B6E6 background.