COLOR #D4B3BB

HEX: #D4B3BB RGB: (212,179,187)

Color info

#D4B3BB contains red, green and blue colors in about the same proportion. Web safe color of #D4B3BB is #CC99CC (or #C9C).

RGB color model

#D4B3BB color RGB value is (212,179,187).

RGB: (212,179,187) (83%, 70%, 73%)

RGB channels and saturation

R 212 of 255 = 83%
G 179 of 255 = 70%
B 187 of 255 = 73%

212
179
187

R + G + B ~ 75%. #D4B3BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 179 + 187 = 578 (100%)
R 212 of 578 ~ 36.68%
G 179 of 578 ~ 30.97%
B 187 of 578 ~ 32.35'%

%36.68
%30.97
%32.35

CMYK color model

#D4B3BB color CMYK value is (0,16,12,17).

  • cyan value is 0.00%
  • magenta value is 15.57%
  • yellow value is 11.79%
  • key color value is 16.86%

CMYK: (0,16,12,17)
C0M16Y12K17 (0%, 16%, 12%, 17%)
(0.00 / 0.16 / 0.12 / 0.17)

CMYK percentages

%0
%15.57
%11.79
%16.86

Codes

Color #D4B3BB in popluar color models

D4 B3 BB
RGB 212 179 187
HSL 345° 27.73% 76.67%
HSB/HSV 345° 15.57% 83.14%
CMYK 0.00% 15.57% 11.79%
16.86%

Color #D4B3BB in popluar number systems.

HEX D4 B3 BB
Decimal 212 179 187
Binary 11010100 10110011 10111011
Octal 324 263 273

Shades and tints

Shades of #D4B3BB

#D4B3BB
(212,179,187)
#C1A3AA
(193,163,170)
#AE9399
(174,147,153)
#9B8388
(155,131,136)
#887377
(136,115,119)
#756366
(117,99,102)
#625355
(98,83,85)
#4F4344
(79,67,68)
#3C3333
(60,51,51)
#292322
(41,35,34)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #D4B3BB

#D4B3BB
(212,179,187)
#D7B9C1
(215,185,193)
#DABFC7
(218,191,199)
#DDC5CD
(221,197,205)
#E0CBD3
(224,203,211)
#E3D1D9
(227,209,217)
#E6D7DF
(230,215,223)
#E9DDE5
(233,221,229)
#ECE3EB
(236,227,235)
#EFE9F1
(239,233,241)
#F2EFF7
(242,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B3BB color. Also use rgb(212,179,187) instead hex code.

Text Font Color

.myTextColor { color: #D4B3BB; }

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

This text font color is #D4B3BB.

Background Color

.myBgColor { background-color: #D4B3BB; }

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

This div background color is #D4B3BB.

Border color

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

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

This div border color is #D4B3BB.

Opacity

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

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

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

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

This text has shadow with #D4B3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4B3BB.

Preview

Color preview on black background

This text has color #D4B3BB on black background.


Color preview on white background

This text has color #D4B3BB on white background.


Black color preview on #D4B3BB background

This text has black color on #D4B3BB background.


White color preview on #D4B3BB background

This text has white color on #D4B3BB background.


Related colors

Complementary color

Complementary color for #hex is #2B4C44.


I love getcolorcode.com

Triadic colors

1 #BBD4B3 and #B3BBD4 with #D4B3BB are triadic colors.

2 #BBB3D4 and #B3D4BB with #D4B3BB are triadic colors.