COLOR #BD9D96

HEX: #BD9D96
RGB: (189,157,150)

Color info

#BD9D96 contains red, green and blue colors in about the same proportion. Web safe color of #BD9D96 is #CC9999 (or #C99).

RGB color model

#BD9D96 color RGB value is (189,157,150).

  • red value is 189;
  • green value is 157;
  • blue value is 150.
RGB:
(189,157,150)
(74%,62%,59%)

RGB channels and saturation

R 189 of 255 = 74%
G 157 of 255 = 62%
B 150 of 255 = 59%

189
157
150

R + G + B ~ 65%. #BD9D96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 157 + 150 = 496 (100%)
R 189 of 496 ~ 38.1%
G 157 of 496 ~ 31.65%
B 150 of 496 ~ 30.24%

%38.1
%31.65
%30.24

CMYK color model

#BD9D96 color CMYK value is (0,17,21,26).

  • cyan value is 0.00%
  • magenta value is 16.93%
  • yellow value is 20.63%
  • key color value is 25.88%
CMYK:
(0,17,21,26)
C0M17Y21K26 
(0%,17%,21%,26%)
(0.00/0.17/0.21/0.26)	

CMYK percentages

%0
%16.93
%20.63
%25.88

Codes

Color #BD9D96 in popluar color models

BD9D96
RGB189157150
HSL11°22.81%66.47%
HSB/HSV11°20.63%74.12%
CMYK0.00%16.93%20.63%
25.88%

Color #BD9D96 in popluar number systems.

HEXBD9D96
Decimal189157150
Binary101111011001110110010110
Octal275235226

Shades and tints

Shades of #BD9D96

#BD9D96
(189,157,150)
#AC8F89
(172,143,137)
#9B817C
(155,129,124)
#8A736F
(138,115,111)
#796562
(121,101,98)
#685755
(104,87,85)
#574948
(87,73,72)
#463B3B
(70,59,59)
#352D2E
(53,45,46)
#241F21
(36,31,33)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #BD9D96

#BD9D96
(189,157,150)
#C3A59F
(195,165,159)
#C9ADA8
(201,173,168)
#CFB5B1
(207,181,177)
#D5BDBA
(213,189,186)
#DBC5C3
(219,197,195)
#E1CDCC
(225,205,204)
#E7D5D5
(231,213,213)
#EDDDDE
(237,221,222)
#F3E5E7
(243,229,231)
#F9EDF0
(249,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9D96 color. Also use rgb(189,157,150) instead hex code.

Text Font Color

.myTextColor { color: #BD9D96; }

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

This text font color is #BD9D96.


Background Color

.myBgColor { background-color: #BD9D96; }

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

This div background color is #BD9D96.


Border color

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

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

This div border color is #BD9D96.


Opacity

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

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

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

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

This text has shadow with #BD9D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9D96 on black background.


Color preview on white background

This text has color #BD9D96 on white background.



Black color preview on #BD9D96 background

This text has black color on #BD9D96 background.


White color preview on #BD9D96 background

This text has white color on #BD9D96 background.