COLOR #D3B9BE

HEX: #D3B9BE
RGB: (211,185,190)

Color info

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

RGB color model

#D3B9BE color RGB value is (211,185,190).

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

RGB channels and saturation

R 211 of 255 = 83%
G 185 of 255 = 73%
B 190 of 255 = 75%

211
185
190

R + G + B ~ 77%. #D3B9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
211 + 185 + 190 = 586 (100%)
R 211 of 586 ~ 36.01%
G 185 of 586 ~ 31.57%
B 190 of 586 ~ 32.42%

%36.01
%31.57
%32.42

CMYK color model

#D3B9BE color CMYK value is (0,12,10,17).

  • cyan value is 0.00%
  • magenta value is 12.32%
  • yellow value is 9.95%
  • key color value is 17.25%
CMYK:
(0,12,10,17)
C0M12Y10K17 
(0%,12%,10%,17%)
(0.00/0.12/0.10/0.17)	

CMYK percentages

%0
%12.32
%9.95
%17.25

Codes

Color #D3B9BE in popluar color models

D3B9BE
RGB211185190
HSL348°22.81%77.65%
HSB/HSV348°12.32%82.75%
CMYK0.00%12.32%9.95%
17.25%

Color #D3B9BE in popluar number systems.

HEXD3B9BE
Decimal211185190
Binary110100111011100110111110
Octal323271276

Shades and tints

Shades of #D3B9BE

#D3B9BE
(211,185,190)
#C0A9AD
(192,169,173)
#AD999C
(173,153,156)
#9A898B
(154,137,139)
#87797A
(135,121,122)
#746969
(116,105,105)
#615958
(97,89,88)
#4E4947
(78,73,71)
#3B3936
(59,57,54)
#282925
(40,41,37)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #D3B9BE

#D3B9BE
(211,185,190)
#D7BFC3
(215,191,195)
#DBC5C8
(219,197,200)
#DFCBCD
(223,203,205)
#E3D1D2
(227,209,210)
#E7D7D7
(231,215,215)
#EBDDDC
(235,221,220)
#EFE3E1
(239,227,225)
#F3E9E6
(243,233,230)
#F7EFEB
(247,239,235)
#FBF5F0
(251,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B9BE; }

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

This text font color is #D3B9BE.


Background Color

.myBgColor { background-color: #D3B9BE; }

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

This div background color is #D3B9BE.


Border color

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

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

This div border color is #D3B9BE.


Opacity

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

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

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

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

This text has shadow with #D3B9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3B9BE on black background.


Color preview on white background

This text has color #D3B9BE on white background.



Black color preview on #D3B9BE background

This text has black color on #D3B9BE background.


White color preview on #D3B9BE background

This text has white color on #D3B9BE background.