COLOR #D9B7CE

HEX: #D9B7CE
RGB: (217,183,206)

Color info

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

RGB color model

#D9B7CE color RGB value is (217,183,206).

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

RGB channels and saturation

R 217 of 255 = 85%
G 183 of 255 = 72%
B 206 of 255 = 81%

217
183
206

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

Portions of RGB colors in percentages

R + G + B =
217 + 183 + 206 = 606 (100%)
R 217 of 606 ~ 35.81%
G 183 of 606 ~ 30.2%
B 206 of 606 ~ 33.99%

%35.81
%30.2
%33.99

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.67%
  • 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
%15.67
%5.07
%14.9

Codes

Color #D9B7CE in popluar color models

D9B7CE
RGB217183206
HSL319°30.91%78.43%
HSB/HSV319°15.67%85.10%
CMYK0.00%15.67%5.07%
14.90%

Color #D9B7CE in popluar number systems.

HEXD9B7CE
Decimal217183206
Binary110110011011011111001110
Octal331267316

Shades and tints

Shades of #D9B7CE

#D9B7CE
(217,183,206)
#C6A7BC
(198,167,188)
#B397AA
(179,151,170)
#A08798
(160,135,152)
#8D7786
(141,119,134)
#7A6774
(122,103,116)
#675762
(103,87,98)
#544750
(84,71,80)
#41373E
(65,55,62)
#2E272C
(46,39,44)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #D9B7CE

#D9B7CE
(217,183,206)
#DCBDD2
(220,189,210)
#DFC3D6
(223,195,214)
#E2C9DA
(226,201,218)
#E5CFDE
(229,207,222)
#E8D5E2
(232,213,226)
#EBDBE6
(235,219,230)
#EEE1EA
(238,225,234)
#F1E7EE
(241,231,238)
#F4EDF2
(244,237,242)
#F7F3F6
(247,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9B7CE; }

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

This text font color is #D9B7CE.


Background Color

.myBgColor { background-color: #D9B7CE; }

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

This div background color is #D9B7CE.


Border color

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

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

This div border color is #D9B7CE.


Opacity

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

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

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

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

This text has shadow with #D9B7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9B7CE on black background.


Color preview on white background

This text has color #D9B7CE on white background.



Black color preview on #D9B7CE background

This text has black color on #D9B7CE background.


White color preview on #D9B7CE background

This text has white color on #D9B7CE background.