COLOR #D4B9BF

HEX: #D4B9BF RGB: (212,185,191)

Color info

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

RGB color model

#D4B9BF color RGB value is (212,185,191).

RGB: (212,185,191) (83%, 73%, 75%)

RGB channels and saturation

R 212 of 255 = 83%
G 185 of 255 = 73%
B 191 of 255 = 75%

212
185
191

R + G + B ~ 77%. #D4B9BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 212 + 185 + 191 = 588 (100%)
R 212 of 588 ~ 36.05%
G 185 of 588 ~ 31.46%
B 191 of 588 ~ 32.48'%

%36.05
%31.46
%32.48

CMYK color model

#D4B9BF color CMYK value is (0,13,10,17).

  • cyan value is 0.00%
  • magenta value is 12.74%
  • yellow value is 9.91%
  • key color value is 16.86%
CMYK: (0,13,10,17) C0M13Y10K17 (0%,13%,10%,17%) (0.00/0.13/0.10/0.17) 

CMYK percentages

%0
%12.74
%9.91
%16.86

Codes

Color #D4B9BF in popluar color models

D4 B9 BF
RGB 212 185 191
HSL 347° 23.89% 77.84%
HSB/HSV 347° 12.74% 83.14%
CMYK 0.00% 12.74% 9.91%
16.86%

Color #D4B9BF in popluar number systems.

HEX D4 B9 BF
Decimal 212 185 191
Binary 11010100 10111001 10111111
Octal 324 271 277

Shades and tints

Shades of #D4B9BF

#D4B9BF
(212,185,191)
#C1A9AE
(193,169,174)
#AE999D
(174,153,157)
#9B898C
(155,137,140)
#88797B
(136,121,123)
#75696A
(117,105,106)
#625959
(98,89,89)
#4F4948
(79,73,72)
#3C3937
(60,57,55)
#292926
(41,41,38)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #D4B9BF

#D4B9BF
(212,185,191)
#D7BFC4
(215,191,196)
#DAC5C9
(218,197,201)
#DDCBCE
(221,203,206)
#E0D1D3
(224,209,211)
#E3D7D8
(227,215,216)
#E6DDDD
(230,221,221)
#E9E3E2
(233,227,226)
#ECE9E7
(236,233,231)
#EFEFEC
(239,239,236)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4B9BF color. Also use rgb(212,185,191) instead hex code.

Text Font Color

.myTextColor { color: #D4B9BF; }

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

This text font color is #D4B9BF.

Background Color

.myBgColor { background-color: #D4B9BF; }

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

This div background color is #D4B9BF.

Border color

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

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

This div border color is #D4B9BF.

Opacity

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

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

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

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

This text has shadow with #D4B9BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4B9BF.

Preview

Color preview on black background

This text has color #D4B9BF on black background.


Color preview on white background

This text has color #D4B9BF on white background.


Black color preview on #D4B9BF background

This text has black color on #D4B9BF background.


White color preview on #D4B9BF background

This text has white color on #D4B9BF background.


Related colors

Complementary color

Complementary color for #hex is #2B4640.


I love getcolorcode.com

Triadic colors

1 #BFD4B9 and #B9BFD4 with #D4B9BF are triadic colors.

2 #BFB9D4 and #B9D4BF with #D4B9BF are triadic colors.