COLOR #D4B7BD

HEX: #D4B7BD RGB: (212,183,189)

Color info

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

RGB color model

#D4B7BD color RGB value is (212,183,189).

RGB: (212,183,189) (83%, 72%, 74%)

RGB channels and saturation

R 212 of 255 = 83%
G 183 of 255 = 72%
B 189 of 255 = 74%

212
183
189

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

Portions of RGB colors in percentages

R + G + B = 212 + 183 + 189 = 584 (100%)
R 212 of 584 ~ 36.3%
G 183 of 584 ~ 31.34%
B 189 of 584 ~ 32.36'%

%36.3
%31.34
%32.36

CMYK color model

#D4B7BD color CMYK value is (0,14,11,17).

  • cyan value is 0.00%
  • magenta value is 13.68%
  • yellow value is 10.85%
  • key color value is 16.86%

CMYK: (0,14,11,17)
C0M14Y11K17 (0%, 14%, 11%, 17%)
(0.00 / 0.14 / 0.11 / 0.17)

CMYK percentages

%0
%13.68
%10.85
%16.86

Codes

Color #D4B7BD in popluar color models

D4 B7 BD
RGB 212 183 189
HSL 348° 25.22% 77.45%
HSB/HSV 348° 13.68% 83.14%
CMYK 0.00% 13.68% 10.85%
16.86%

Color #D4B7BD in popluar number systems.

HEX D4 B7 BD
Decimal 212 183 189
Binary 11010100 10110111 10111101
Octal 324 267 275

Shades and tints

Shades of #D4B7BD

#D4B7BD
(212,183,189)
#C1A7AC
(193,167,172)
#AE979B
(174,151,155)
#9B878A
(155,135,138)
#887779
(136,119,121)
#756768
(117,103,104)
#625757
(98,87,87)
#4F4746
(79,71,70)
#3C3735
(60,55,53)
#292724
(41,39,36)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #D4B7BD

#D4B7BD
(212,183,189)
#D7BDC3
(215,189,195)
#DAC3C9
(218,195,201)
#DDC9CF
(221,201,207)
#E0CFD5
(224,207,213)
#E3D5DB
(227,213,219)
#E6DBE1
(230,219,225)
#E9E1E7
(233,225,231)
#ECE7ED
(236,231,237)
#EFEDF3
(239,237,243)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B7BD; }

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

This text font color is #D4B7BD.

Background Color

.myBgColor { background-color: #D4B7BD; }

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

This div background color is #D4B7BD.

Border color

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

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

This div border color is #D4B7BD.

Opacity

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

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

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

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

This text has shadow with #D4B7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4B7BD.

Preview

Color preview on black background

This text has color #D4B7BD on black background.


Color preview on white background

This text has color #D4B7BD on white background.


Black color preview on #D4B7BD background

This text has black color on #D4B7BD background.


White color preview on #D4B7BD background

This text has white color on #D4B7BD background.


Related colors

Complementary color

Complementary color for #hex is #2B4842.


I love getcolorcode.com

Triadic colors

1 #BDD4B7 and #B7BDD4 with #D4B7BD are triadic colors.

2 #BDB7D4 and #B7D4BD with #D4B7BD are triadic colors.