COLOR #D6B9E6

HEX: #D6B9E6
RGB: (214,185,230)

Color info

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

RGB color model

#D6B9E6 color RGB value is (214,185,230).

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

RGB channels and saturation

R 214 of 255 = 84%
G 185 of 255 = 73%
B 230 of 255 = 90%

214
185
230

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

Portions of RGB colors in percentages

R + G + B =
214 + 185 + 230 = 629 (100%)
R 214 of 629 ~ 34.02%
G 185 of 629 ~ 29.41%
B 230 of 629 ~ 36.57%

%34.02
%29.41
%36.57

CMYK color model

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

  • cyan value is 6.96%
  • magenta value is 19.57%
  • 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
%19.57
%0
%9.8

Codes

Color #D6B9E6 in popluar color models

D6B9E6
RGB214185230
HSL279°47.37%81.37%
HSB/HSV279°19.57%90.20%
CMYK6.96%19.57%0.00%
9.80%

Color #D6B9E6 in popluar number systems.

HEXD6B9E6
Decimal214185230
Binary110101101011100111100110
Octal326271346

Shades and tints

Shades of #D6B9E6

#D6B9E6
(214,185,230)
#C3A9D2
(195,169,210)
#B099BE
(176,153,190)
#9D89AA
(157,137,170)
#8A7996
(138,121,150)
#776982
(119,105,130)
#64596E
(100,89,110)
#51495A
(81,73,90)
#3E3946
(62,57,70)
#2B2932
(43,41,50)
#18191E
(24,25,30)
#000000
(0,0,0)

Tints of #D6B9E6

#D6B9E6
(214,185,230)
#D9BFE8
(217,191,232)
#DCC5EA
(220,197,234)
#DFCBEC
(223,203,236)
#E2D1EE
(226,209,238)
#E5D7F0
(229,215,240)
#E8DDF2
(232,221,242)
#EBE3F4
(235,227,244)
#EEE9F6
(238,233,246)
#F1EFF8
(241,239,248)
#F4F5FA
(244,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B9E6; }

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

This text font color is #D6B9E6.


Background Color

.myBgColor { background-color: #D6B9E6; }

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

This div background color is #D6B9E6.


Border color

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

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

This div border color is #D6B9E6.


Opacity

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

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

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

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

This text has shadow with #D6B9E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B9E6 on black background.


Color preview on white background

This text has color #D6B9E6 on white background.



Black color preview on #D6B9E6 background

This text has black color on #D6B9E6 background.


White color preview on #D6B9E6 background

This text has white color on #D6B9E6 background.