COLOR #D3B9C7

HEX: #D3B9C7
RGB: (211,185,199)

Color info

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

RGB color model

#D3B9C7 color RGB value is (211,185,199).

  • red value is 211;
  • green value is 185;
  • blue value is 199.
RGB:
(211,185,199)
(83%,73%,78%)

RGB channels and saturation

R 211 of 255 = 83%
G 185 of 255 = 73%
B 199 of 255 = 78%

211
185
199

R + G + B ~ 78%. #D3B9C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 185 + 199 = 595 (100%)
R 211 of 595 ~ 35.46%
G 185 of 595 ~ 31.09%
B 199 of 595 ~ 33.45%

%35.46
%31.09
%33.45

CMYK color model

#D3B9C7 color CMYK value is (0,12,6,17).

  • cyan value is 0.00%
  • magenta value is 12.32%
  • yellow value is 5.69%
  • key color value is 17.25%
CMYK:
(0,12,6,17)
C0M12Y6K17 
(0%,12%,6%,17%)
(0.00/0.12/0.06/0.17)	

CMYK percentages

%0
%12.32
%5.69
%17.25

Codes

Color #D3B9C7 in popluar color models

D3B9C7
RGB211185199
HSL328°22.81%77.65%
HSB/HSV328°12.32%82.75%
CMYK0.00%12.32%5.69%
17.25%

Color #D3B9C7 in popluar number systems.

HEXD3B9C7
Decimal211185199
Binary110100111011100111000111
Octal323271307

Shades and tints

Shades of #D3B9C7

#D3B9C7
(211,185,199)
#C0A9B5
(192,169,181)
#AD99A3
(173,153,163)
#9A8991
(154,137,145)
#87797F
(135,121,127)
#74696D
(116,105,109)
#61595B
(97,89,91)
#4E4949
(78,73,73)
#3B3937
(59,57,55)
#282925
(40,41,37)
#151913
(21,25,19)
#000000
(0,0,0)

Tints of #D3B9C7

#D3B9C7
(211,185,199)
#D7BFCC
(215,191,204)
#DBC5D1
(219,197,209)
#DFCBD6
(223,203,214)
#E3D1DB
(227,209,219)
#E7D7E0
(231,215,224)
#EBDDE5
(235,221,229)
#EFE3EA
(239,227,234)
#F3E9EF
(243,233,239)
#F7EFF4
(247,239,244)
#FBF5F9
(251,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3B9C7 color. Also use rgb(211,185,199) instead hex code.

Text Font Color

.myTextColor { color: #D3B9C7; }

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

This text font color is #D3B9C7.


Background Color

.myBgColor { background-color: #D3B9C7; }

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

This div background color is #D3B9C7.


Border color

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

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

This div border color is #D3B9C7.


Opacity

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

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

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

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

This text has shadow with #D3B9C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B9C7 on black background.


Color preview on white background

This text has color #D3B9C7 on white background.



Black color preview on #D3B9C7 background

This text has black color on #D3B9C7 background.


White color preview on #D3B9C7 background

This text has white color on #D3B9C7 background.