COLOR #D4B8BD

HEX: #D4B8BD RGB: (212,184,189)

Color info

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

RGB color model

#D4B8BD color RGB value is (212,184,189).

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

RGB channels and saturation

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

212
184
189

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

Portions of RGB colors in percentages

R + G + B = 212 + 184 + 189 = 585 (100%)
R 212 of 585 ~ 36.24%
G 184 of 585 ~ 31.45%
B 189 of 585 ~ 32.31'%

%36.24
%31.45
%32.31

CMYK color model

#D4B8BD color CMYK value is (0,13,11,17).

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

CMYK: (0,13,11,17)
C0M13Y11K17 (0%, 13%, 11%, 17%)
(0.00 / 0.13 / 0.11 / 0.17)

CMYK percentages

%0
%13.21
%10.85
%16.86

Codes

Color #D4B8BD in popluar color models

D4 B8 BD
RGB 212 184 189
HSL 349° 24.56% 77.65%
HSB/HSV 349° 13.21% 83.14%
CMYK 0.00% 13.21% 10.85%
16.86%

Color #D4B8BD in popluar number systems.

HEX D4 B8 BD
Decimal 212 184 189
Binary 11010100 10111000 10111101
Octal 324 270 275

Shades and tints

Shades of #D4B8BD

#D4B8BD
(212,184,189)
#C1A8AC
(193,168,172)
#AE989B
(174,152,155)
#9B888A
(155,136,138)
#887879
(136,120,121)
#756868
(117,104,104)
#625857
(98,88,87)
#4F4846
(79,72,70)
#3C3835
(60,56,53)
#292824
(41,40,36)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #D4B8BD

#D4B8BD
(212,184,189)
#D7BEC3
(215,190,195)
#DAC4C9
(218,196,201)
#DDCACF
(221,202,207)
#E0D0D5
(224,208,213)
#E3D6DB
(227,214,219)
#E6DCE1
(230,220,225)
#E9E2E7
(233,226,231)
#ECE8ED
(236,232,237)
#EFEEF3
(239,238,243)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4B8BD; }

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

This text font color is #D4B8BD.

Background Color

.myBgColor { background-color: #D4B8BD; }

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

This div background color is #D4B8BD.

Border color

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

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

This div border color is #D4B8BD.

Opacity

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

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

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

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

This text has shadow with #D4B8BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4B8BD.

Preview

Color preview on black background

This text has color #D4B8BD on black background.


Color preview on white background

This text has color #D4B8BD on white background.


Black color preview on #D4B8BD background

This text has black color on #D4B8BD background.


White color preview on #D4B8BD background

This text has white color on #D4B8BD background.


Related colors

Complementary color

Complementary color for #hex is #2B4742.


I love getcolorcode.com

Triadic colors

1 #BDD4B8 and #B8BDD4 with #D4B8BD are triadic colors.

2 #BDB8D4 and #B8D4BD with #D4B8BD are triadic colors.