COLOR #D8B6ED

HEX: #D8B6ED
RGB: (216,182,237)

Color info

#D8B6ED contains red, green and blue colors in about the same proportion. Web safe color of #D8B6ED is #CCCCFF (or #CCF).

RGB color model

#D8B6ED color RGB value is (216,182,237).

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

RGB channels and saturation

R 216 of 255 = 85%
G 182 of 255 = 71%
B 237 of 255 = 93%

216
182
237

R + G + B ~ 83%. #D8B6ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 182 + 237 = 635 (100%)
R 216 of 635 ~ 34.02%
G 182 of 635 ~ 28.66%
B 237 of 635 ~ 37.32%

%34.02
%28.66
%37.32

CMYK color model

#D8B6ED color CMYK value is (9,23,0,7).

  • cyan value is 8.86%
  • magenta value is 23.21%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(9,23,0,7)
C9M23Y0K7 
(9%,23%,0%,7%)
(0.09/0.23/0.00/0.07)	

CMYK percentages

%8.86
%23.21
%0
%7.06

Codes

Color #D8B6ED in popluar color models

D8B6ED
RGB216182237
HSL277°60.44%82.16%
HSB/HSV277°23.21%92.94%
CMYK8.86%23.21%0.00%
7.06%

Color #D8B6ED in popluar number systems.

HEXD8B6ED
Decimal216182237
Binary110110001011011011101101
Octal330266355

Shades and tints

Shades of #D8B6ED

#D8B6ED
(216,182,237)
#C5A6D8
(197,166,216)
#B296C3
(178,150,195)
#9F86AE
(159,134,174)
#8C7699
(140,118,153)
#796684
(121,102,132)
#66566F
(102,86,111)
#53465A
(83,70,90)
#403645
(64,54,69)
#2D2630
(45,38,48)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #D8B6ED

#D8B6ED
(216,182,237)
#DBBCEE
(219,188,238)
#DEC2EF
(222,194,239)
#E1C8F0
(225,200,240)
#E4CEF1
(228,206,241)
#E7D4F2
(231,212,242)
#EADAF3
(234,218,243)
#EDE0F4
(237,224,244)
#F0E6F5
(240,230,245)
#F3ECF6
(243,236,246)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8B6ED; }

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

This text font color is #D8B6ED.


Background Color

.myBgColor { background-color: #D8B6ED; }

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

This div background color is #D8B6ED.


Border color

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

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

This div border color is #D8B6ED.


Opacity

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

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

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

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

This text has shadow with #D8B6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8B6ED on black background.


Color preview on white background

This text has color #D8B6ED on white background.



Black color preview on #D8B6ED background

This text has black color on #D8B6ED background.


White color preview on #D8B6ED background

This text has white color on #D8B6ED background.