COLOR #D6B9EA

HEX: #D6B9EA
RGB: (214,185,234)

Color info

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

RGB color model

#D6B9EA color RGB value is (214,185,234).

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

RGB channels and saturation

R 214 of 255 = 84%
G 185 of 255 = 73%
B 234 of 255 = 92%

214
185
234

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

Portions of RGB colors in percentages

R + G + B =
214 + 185 + 234 = 633 (100%)
R 214 of 633 ~ 33.81%
G 185 of 633 ~ 29.23%
B 234 of 633 ~ 36.97%

%33.81
%29.23
%36.97

CMYK color model

#D6B9EA color CMYK value is (9,21,0,8).

  • cyan value is 8.55%
  • magenta value is 20.94%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(9,21,0,8)
C9M21Y0K8 
(9%,21%,0%,8%)
(0.09/0.21/0.00/0.08)	

CMYK percentages

%8.55
%20.94
%0
%8.24

Codes

Color #D6B9EA in popluar color models

D6B9EA
RGB214185234
HSL276°53.85%82.16%
HSB/HSV276°20.94%91.76%
CMYK8.55%20.94%0.00%
8.24%

Color #D6B9EA in popluar number systems.

HEXD6B9EA
Decimal214185234
Binary110101101011100111101010
Octal326271352

Shades and tints

Shades of #D6B9EA

#D6B9EA
(214,185,234)
#C3A9D5
(195,169,213)
#B099C0
(176,153,192)
#9D89AB
(157,137,171)
#8A7996
(138,121,150)
#776981
(119,105,129)
#64596C
(100,89,108)
#514957
(81,73,87)
#3E3942
(62,57,66)
#2B292D
(43,41,45)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #D6B9EA

#D6B9EA
(214,185,234)
#D9BFEB
(217,191,235)
#DCC5EC
(220,197,236)
#DFCBED
(223,203,237)
#E2D1EE
(226,209,238)
#E5D7EF
(229,215,239)
#E8DDF0
(232,221,240)
#EBE3F1
(235,227,241)
#EEE9F2
(238,233,242)
#F1EFF3
(241,239,243)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B9EA; }

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

This text font color is #D6B9EA.


Background Color

.myBgColor { background-color: #D6B9EA; }

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

This div background color is #D6B9EA.


Border color

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

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

This div border color is #D6B9EA.


Opacity

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

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

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

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

This text has shadow with #D6B9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B9EA on black background.


Color preview on white background

This text has color #D6B9EA on white background.



Black color preview on #D6B9EA background

This text has black color on #D6B9EA background.


White color preview on #D6B9EA background

This text has white color on #D6B9EA background.