COLOR #D3B4BB

HEX: #D3B4BB RGB: (211,180,187)

Color info

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

RGB color model

#D3B4BB color RGB value is (211,180,187).

RGB: (211,180,187) (83%, 71%, 73%)

RGB channels and saturation

R 211 of 255 = 83%
G 180 of 255 = 71%
B 187 of 255 = 73%

211
180
187

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

Portions of RGB colors in percentages

R + G + B = 211 + 180 + 187 = 578 (100%)
R 211 of 578 ~ 36.51%
G 180 of 578 ~ 31.14%
B 187 of 578 ~ 32.35'%

%36.51
%31.14
%32.35

CMYK color model

#D3B4BB color CMYK value is (0,15,11,17).

  • cyan value is 0.00%
  • magenta value is 14.69%
  • yellow value is 11.37%
  • key color value is 17.25%
CMYK: (0,15,11,17) C0M15Y11K17 (0%,15%,11%,17%) (0.00/0.15/0.11/0.17) 

CMYK percentages

%0
%14.69
%11.37
%17.25

Codes

Color #D3B4BB in popluar color models

D3 B4 BB
RGB 211 180 187
HSL 346° 26.05% 76.67%
HSB/HSV 346° 14.69% 82.75%
CMYK 0.00% 14.69% 11.37%
17.25%

Color #D3B4BB in popluar number systems.

HEX D3 B4 BB
Decimal 211 180 187
Binary 11010011 10110100 10111011
Octal 323 264 273

Shades and tints

Shades of #D3B4BB

#D3B4BB
(211,180,187)
#C0A4AA
(192,164,170)
#AD9499
(173,148,153)
#9A8488
(154,132,136)
#877477
(135,116,119)
#746466
(116,100,102)
#615455
(97,84,85)
#4E4444
(78,68,68)
#3B3433
(59,52,51)
#282422
(40,36,34)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #D3B4BB

#D3B4BB
(211,180,187)
#D7BAC1
(215,186,193)
#DBC0C7
(219,192,199)
#DFC6CD
(223,198,205)
#E3CCD3
(227,204,211)
#E7D2D9
(231,210,217)
#EBD8DF
(235,216,223)
#EFDEE5
(239,222,229)
#F3E4EB
(243,228,235)
#F7EAF1
(247,234,241)
#FBF0F7
(251,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3B4BB; }

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

This text font color is #D3B4BB.

Background Color

.myBgColor { background-color: #D3B4BB; }

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

This div background color is #D3B4BB.

Border color

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

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

This div border color is #D3B4BB.

Opacity

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

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

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

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

This text has shadow with #D3B4BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3B4BB.

Preview

Color preview on black background

This text has color #D3B4BB on black background.


Color preview on white background

This text has color #D3B4BB on white background.


Black color preview on #D3B4BB background

This text has black color on #D3B4BB background.


White color preview on #D3B4BB background

This text has white color on #D3B4BB background.


Related colors

Complementary color

Complementary color for #hex is #2C4B44.


I love getcolorcode.com

Triadic colors

1 #BBD3B4 and #B4BBD3 with #D3B4BB are triadic colors.

2 #BBB4D3 and #B4D3BB with #D3B4BB are triadic colors.