COLOR #D4B7BB

HEX: #D4B7BB RGB: (212,183,187)

Color info

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

RGB color model

#D4B7BB color RGB value is (212,183,187).

RGB: (212,183,187) (83%, 72%, 73%)

RGB channels and saturation

R 212 of 255 = 83%
G 183 of 255 = 72%
B 187 of 255 = 73%

212
183
187

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

Portions of RGB colors in percentages

R + G + B = 212 + 183 + 187 = 582 (100%)
R 212 of 582 ~ 36.43%
G 183 of 582 ~ 31.44%
B 187 of 582 ~ 32.13'%

%36.43
%31.44
%32.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 11.79%
  • key color value is 16.86%
CMYK: (0,14,12,17) C0M14Y12K17 (0%,14%,12%,17%) (0.00/0.14/0.12/0.17) 

CMYK percentages

%0
%13.68
%11.79
%16.86

Codes

Color #D4B7BB in popluar color models

D4 B7 BB
RGB 212 183 187
HSL 352° 25.22% 77.45%
HSB/HSV 352° 13.68% 83.14%
CMYK 0.00% 13.68% 11.79%
16.86%

Color #D4B7BB in popluar number systems.

HEX D4 B7 BB
Decimal 212 183 187
Binary 11010100 10110111 10111011
Octal 324 267 273

Shades and tints

Shades of #D4B7BB

#D4B7BB
(212,183,187)
#C1A7AA
(193,167,170)
#AE9799
(174,151,153)
#9B8788
(155,135,136)
#887777
(136,119,119)
#756766
(117,103,102)
#625755
(98,87,85)
#4F4744
(79,71,68)
#3C3733
(60,55,51)
#292722
(41,39,34)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #D4B7BB

#D4B7BB
(212,183,187)
#D7BDC1
(215,189,193)
#DAC3C7
(218,195,199)
#DDC9CD
(221,201,205)
#E0CFD3
(224,207,211)
#E3D5D9
(227,213,217)
#E6DBDF
(230,219,223)
#E9E1E5
(233,225,229)
#ECE7EB
(236,231,235)
#EFEDF1
(239,237,241)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B7BB; }

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

This text font color is #D4B7BB.

Background Color

.myBgColor { background-color: #D4B7BB; }

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

This div background color is #D4B7BB.

Border color

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

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

This div border color is #D4B7BB.

Opacity

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

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

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

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

This text has shadow with #D4B7BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4B7BB.

Preview

Color preview on black background

This text has color #D4B7BB on black background.


Color preview on white background

This text has color #D4B7BB on white background.


Black color preview on #D4B7BB background

This text has black color on #D4B7BB background.


White color preview on #D4B7BB background

This text has white color on #D4B7BB background.


Related colors

Complementary color

Complementary color for #hex is #2B4844.


I love getcolorcode.com

Triadic colors

1 #BBD4B7 and #B7BBD4 with #D4B7BB are triadic colors.

2 #BBB7D4 and #B7D4BB with #D4B7BB are triadic colors.