COLOR #D9B6CE

HEX: #D9B6CE
RGB: (217,182,206)

Color info

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

RGB color model

#D9B6CE color RGB value is (217,182,206).

  • red value is 217;
  • green value is 182;
  • blue value is 206.
RGB:
(217,182,206)
(85%,71%,81%)

RGB channels and saturation

R 217 of 255 = 85%
G 182 of 255 = 71%
B 206 of 255 = 81%

217
182
206

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

Portions of RGB colors in percentages

R + G + B =
217 + 182 + 206 = 605 (100%)
R 217 of 605 ~ 35.87%
G 182 of 605 ~ 30.08%
B 206 of 605 ~ 34.05%

%35.87
%30.08
%34.05

CMYK color model

#D9B6CE color CMYK value is (0,16,5,15).

  • cyan value is 0.00%
  • magenta value is 16.13%
  • yellow value is 5.07%
  • key color value is 14.90%
CMYK:
(0,16,5,15)
C0M16Y5K15 
(0%,16%,5%,15%)
(0.00/0.16/0.05/0.15)	

CMYK percentages

%0
%16.13
%5.07
%14.9

Codes

Color #D9B6CE in popluar color models

D9B6CE
RGB217182206
HSL319°31.53%78.24%
HSB/HSV319°16.13%85.10%
CMYK0.00%16.13%5.07%
14.90%

Color #D9B6CE in popluar number systems.

HEXD9B6CE
Decimal217182206
Binary110110011011011011001110
Octal331266316

Shades and tints

Shades of #D9B6CE

#D9B6CE
(217,182,206)
#C6A6BC
(198,166,188)
#B396AA
(179,150,170)
#A08698
(160,134,152)
#8D7686
(141,118,134)
#7A6674
(122,102,116)
#675662
(103,86,98)
#544650
(84,70,80)
#41363E
(65,54,62)
#2E262C
(46,38,44)
#1B161A
(27,22,26)
#000000
(0,0,0)

Tints of #D9B6CE

#D9B6CE
(217,182,206)
#DCBCD2
(220,188,210)
#DFC2D6
(223,194,214)
#E2C8DA
(226,200,218)
#E5CEDE
(229,206,222)
#E8D4E2
(232,212,226)
#EBDAE6
(235,218,230)
#EEE0EA
(238,224,234)
#F1E6EE
(241,230,238)
#F4ECF2
(244,236,242)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9B6CE color. Also use rgb(217,182,206) instead hex code.

Text Font Color

.myTextColor { color: #D9B6CE; }

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

This text font color is #D9B6CE.


Background Color

.myBgColor { background-color: #D9B6CE; }

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

This div background color is #D9B6CE.


Border color

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

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

This div border color is #D9B6CE.


Opacity

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

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

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

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

This text has shadow with #D9B6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B6CE on black background.


Color preview on white background

This text has color #D9B6CE on white background.



Black color preview on #D9B6CE background

This text has black color on #D9B6CE background.


White color preview on #D9B6CE background

This text has white color on #D9B6CE background.