COLOR #D4B0BB

HEX: #D4B0BB RGB: (212,176,187)

Color info

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

RGB color model

#D4B0BB color RGB value is (212,176,187).

RGB: (212,176,187) (83%, 69%, 73%)

RGB channels and saturation

R 212 of 255 = 83%
G 176 of 255 = 69%
B 187 of 255 = 73%

212
176
187

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

Portions of RGB colors in percentages

R + G + B = 212 + 176 + 187 = 575 (100%)
R 212 of 575 ~ 36.87%
G 176 of 575 ~ 30.61%
B 187 of 575 ~ 32.52'%

%36.87
%30.61
%32.52

CMYK color model

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

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

CMYK: (0,17,12,17)
C0M17Y12K17 (0%, 17%, 12%, 17%)
(0.00 / 0.17 / 0.12 / 0.17)

CMYK percentages

%0
%16.98
%11.79
%16.86

Codes

Color #D4B0BB in popluar color models

D4 B0 BB
RGB 212 176 187
HSL 342° 29.51% 76.08%
HSB/HSV 342° 16.98% 83.14%
CMYK 0.00% 16.98% 11.79%
16.86%

Color #D4B0BB in popluar number systems.

HEX D4 B0 BB
Decimal 212 176 187
Binary 11010100 10110000 10111011
Octal 324 260 273

Shades and tints

Shades of #D4B0BB

#D4B0BB
(212,176,187)
#C1A0AA
(193,160,170)
#AE9099
(174,144,153)
#9B8088
(155,128,136)
#887077
(136,112,119)
#756066
(117,96,102)
#625055
(98,80,85)
#4F4044
(79,64,68)
#3C3033
(60,48,51)
#292022
(41,32,34)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #D4B0BB

#D4B0BB
(212,176,187)
#D7B7C1
(215,183,193)
#DABEC7
(218,190,199)
#DDC5CD
(221,197,205)
#E0CCD3
(224,204,211)
#E3D3D9
(227,211,217)
#E6DADF
(230,218,223)
#E9E1E5
(233,225,229)
#ECE8EB
(236,232,235)
#EFEFF1
(239,239,241)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B0BB; }

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

This text font color is #D4B0BB.

Background Color

.myBgColor { background-color: #D4B0BB; }

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

This div background color is #D4B0BB.

Border color

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

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

This div border color is #D4B0BB.

Opacity

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

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

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

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

This text has shadow with #D4B0BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4B0BB.

Preview

Color preview on black background

This text has color #D4B0BB on black background.


Color preview on white background

This text has color #D4B0BB on white background.


Black color preview on #D4B0BB background

This text has black color on #D4B0BB background.


White color preview on #D4B0BB background

This text has white color on #D4B0BB background.


Related colors

Complementary color

Complementary color for #hex is #2B4F44.


I love getcolorcode.com

Triadic colors

1 #BBD4B0 and #B0BBD4 with #D4B0BB are triadic colors.

2 #BBB0D4 and #B0D4BB with #D4B0BB are triadic colors.