COLOR #D6B9CE

HEX: #D6B9CE
RGB: (214,185,206)

Color info

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

RGB color model

#D6B9CE color RGB value is (214,185,206).

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

RGB channels and saturation

R 214 of 255 = 84%
G 185 of 255 = 73%
B 206 of 255 = 81%

214
185
206

R + G + B ~ 79%. #D6B9CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
214 + 185 + 206 = 605 (100%)
R 214 of 605 ~ 35.37%
G 185 of 605 ~ 30.58%
B 206 of 605 ~ 34.05%

%35.37
%30.58
%34.05

CMYK color model

#D6B9CE color CMYK value is (0,14,4,16).

  • cyan value is 0.00%
  • magenta value is 13.55%
  • yellow value is 3.74%
  • key color value is 16.08%
CMYK:
(0,14,4,16)
C0M14Y4K16 
(0%,14%,4%,16%)
(0.00/0.14/0.04/0.16)	

CMYK percentages

%0
%13.55
%3.74
%16.08

Codes

Color #D6B9CE in popluar color models

D6B9CE
RGB214185206
HSL317°26.13%78.24%
HSB/HSV317°13.55%83.92%
CMYK0.00%13.55%3.74%
16.08%

Color #D6B9CE in popluar number systems.

HEXD6B9CE
Decimal214185206
Binary110101101011100111001110
Octal326271316

Shades and tints

Shades of #D6B9CE

#D6B9CE
(214,185,206)
#C3A9BC
(195,169,188)
#B099AA
(176,153,170)
#9D8998
(157,137,152)
#8A7986
(138,121,134)
#776974
(119,105,116)
#645962
(100,89,98)
#514950
(81,73,80)
#3E393E
(62,57,62)
#2B292C
(43,41,44)
#18191A
(24,25,26)
#000000
(0,0,0)

Tints of #D6B9CE

#D6B9CE
(214,185,206)
#D9BFD2
(217,191,210)
#DCC5D6
(220,197,214)
#DFCBDA
(223,203,218)
#E2D1DE
(226,209,222)
#E5D7E2
(229,215,226)
#E8DDE6
(232,221,230)
#EBE3EA
(235,227,234)
#EEE9EE
(238,233,238)
#F1EFF2
(241,239,242)
#F4F5F6
(244,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6B9CE; }

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

This text font color is #D6B9CE.


Background Color

.myBgColor { background-color: #D6B9CE; }

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

This div background color is #D6B9CE.


Border color

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

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

This div border color is #D6B9CE.


Opacity

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

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

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

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

This text has shadow with #D6B9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6B9CE on black background.


Color preview on white background

This text has color #D6B9CE on white background.



Black color preview on #D6B9CE background

This text has black color on #D6B9CE background.


White color preview on #D6B9CE background

This text has white color on #D6B9CE background.