COLOR #D3B9BB

HEX: #D3B9BB RGB: (211,185,187)

Color info

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

RGB color model

#D3B9BB color RGB value is (211,185,187).

RGB: (211,185,187) (83%, 73%, 73%)

RGB channels and saturation

R 211 of 255 = 83%
G 185 of 255 = 73%
B 187 of 255 = 73%

211
185
187

R + G + B ~ 76%. #D3B9BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 211 + 185 + 187 = 583 (100%)
R 211 of 583 ~ 36.19%
G 185 of 583 ~ 31.73%
B 187 of 583 ~ 32.08'%

%36.19
%31.73
%32.08

CMYK color model

#D3B9BB color CMYK value is (0,12,11,17).

  • cyan value is 0.00%
  • magenta value is 12.32%
  • yellow value is 11.37%
  • key color value is 17.25%

CMYK: (0,12,11,17)
C0M12Y11K17 (0%, 12%, 11%, 17%)
(0.00 / 0.12 / 0.11 / 0.17)

CMYK percentages

%0
%12.32
%11.37
%17.25

Codes

Color #D3B9BB in popluar color models

D3 B9 BB
RGB 211 185 187
HSL 355° 22.81% 77.65%
HSB/HSV 355° 12.32% 82.75%
CMYK 0.00% 12.32% 11.37%
17.25%

Color #D3B9BB in popluar number systems.

HEX D3 B9 BB
Decimal 211 185 187
Binary 11010011 10111001 10111011
Octal 323 271 273

Shades and tints

Shades of #D3B9BB

#D3B9BB
(211,185,187)
#C0A9AA
(192,169,170)
#AD9999
(173,153,153)
#9A8988
(154,137,136)
#877977
(135,121,119)
#746966
(116,105,102)
#615955
(97,89,85)
#4E4944
(78,73,68)
#3B3933
(59,57,51)
#282922
(40,41,34)
#151911
(21,25,17)
#000000
(0,0,0)

Tints of #D3B9BB

#D3B9BB
(211,185,187)
#D7BFC1
(215,191,193)
#DBC5C7
(219,197,199)
#DFCBCD
(223,203,205)
#E3D1D3
(227,209,211)
#E7D7D9
(231,215,217)
#EBDDDF
(235,221,223)
#EFE3E5
(239,227,229)
#F3E9EB
(243,233,235)
#F7EFF1
(247,239,241)
#FBF5F7
(251,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B9BB; }

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

This text font color is #D3B9BB.

Background Color

.myBgColor { background-color: #D3B9BB; }

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

This div background color is #D3B9BB.

Border color

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

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

This div border color is #D3B9BB.

Opacity

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

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

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

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

This text has shadow with #D3B9BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B9BB.

Preview

Color preview on black background

This text has color #D3B9BB on black background.


Color preview on white background

This text has color #D3B9BB on white background.


Black color preview on #D3B9BB background

This text has black color on #D3B9BB background.


White color preview on #D3B9BB background

This text has white color on #D3B9BB background.


Related colors

Complementary color

Complementary color for #hex is #2C4644.


I love getcolorcode.com

Triadic colors

1 #BBD3B9 and #B9BBD3 with #D3B9BB are triadic colors.

2 #BBB9D3 and #B9D3BB with #D3B9BB are triadic colors.