COLOR #D4BB99

HEX: #D4BB99
RGB: (212,187,153)

Color info

#D4BB99 contains red, green and blue colors in about the same proportion. Web safe color of #D4BB99 is #CCCC99 (or #CC9).

RGB color model

#D4BB99 color RGB value is (212,187,153).

  • red value is 212;
  • green value is 187;
  • blue value is 153.
RGB:
(212,187,153)
(83%,73%,60%)

RGB channels and saturation

R 212 of 255 = 83%
G 187 of 255 = 73%
B 153 of 255 = 60%

212
187
153

R + G + B ~ 72%. #D4BB99 is quite light color.

Portions of RGB colors in percentages

R + G + B =
212 + 187 + 153 = 552 (100%)
R 212 of 552 ~ 38.41%
G 187 of 552 ~ 33.88%
B 153 of 552 ~ 27.72%

%38.41
%33.88
%27.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.79%
  • yellow value is 27.83%
  • key color value is 16.86%
CMYK:
(0,12,28,17)
C0M12Y28K17 
(0%,12%,28%,17%)
(0.00/0.12/0.28/0.17)	

CMYK percentages

%0
%11.79
%27.83
%16.86

Codes

Color #D4BB99 in popluar color models

D4BB99
RGB212187153
HSL35°40.69%71.57%
HSB/HSV35°27.83%83.14%
CMYK0.00%11.79%27.83%
16.86%

Color #D4BB99 in popluar number systems.

HEXD4BB99
Decimal212187153
Binary110101001011101110011001
Octal324273231

Shades and tints

Shades of #D4BB99

#D4BB99
(212,187,153)
#C1AA8C
(193,170,140)
#AE997F
(174,153,127)
#9B8872
(155,136,114)
#887765
(136,119,101)
#756658
(117,102,88)
#62554B
(98,85,75)
#4F443E
(79,68,62)
#3C3331
(60,51,49)
#292224
(41,34,36)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #D4BB99

#D4BB99
(212,187,153)
#D7C1A2
(215,193,162)
#DAC7AB
(218,199,171)
#DDCDB4
(221,205,180)
#E0D3BD
(224,211,189)
#E3D9C6
(227,217,198)
#E6DFCF
(230,223,207)
#E9E5D8
(233,229,216)
#ECEBE1
(236,235,225)
#EFF1EA
(239,241,234)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4BB99; }

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

This text font color is #D4BB99.


Background Color

.myBgColor { background-color: #D4BB99; }

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

This div background color is #D4BB99.


Border color

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

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

This div border color is #D4BB99.


Opacity

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

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

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

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

This text has shadow with #D4BB99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4BB99 on black background.


Color preview on white background

This text has color #D4BB99 on white background.



Black color preview on #D4BB99 background

This text has black color on #D4BB99 background.


White color preview on #D4BB99 background

This text has white color on #D4BB99 background.