COLOR #BD9D9C

HEX: #BD9D9C
RGB: (189,157,156)

Color info

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

RGB color model

#BD9D9C color RGB value is (189,157,156).

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

RGB channels and saturation

R 189 of 255 = 74%
G 157 of 255 = 62%
B 156 of 255 = 61%

189
157
156

R + G + B ~ 66%. #BD9D9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 157 + 156 = 502 (100%)
R 189 of 502 ~ 37.65%
G 157 of 502 ~ 31.27%
B 156 of 502 ~ 31.08%

%37.65
%31.27
%31.08

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.93%
  • yellow value is 17.46%
  • key color value is 25.88%
CMYK:
(0,17,17,26)
C0M17Y17K26 
(0%,17%,17%,26%)
(0.00/0.17/0.17/0.26)	

CMYK percentages

%0
%16.93
%17.46
%25.88

Codes

Color #BD9D9C in popluar color models

BD9D9C
RGB189157156
HSL20.00%67.65%
HSB/HSV17.46%74.12%
CMYK0.00%16.93%17.46%
25.88%

Color #BD9D9C in popluar number systems.

HEXBD9D9C
Decimal189157156
Binary101111011001110110011100
Octal275235234

Shades and tints

Shades of #BD9D9C

#BD9D9C
(189,157,156)
#AC8F8E
(172,143,142)
#9B8180
(155,129,128)
#8A7372
(138,115,114)
#796564
(121,101,100)
#685756
(104,87,86)
#574948
(87,73,72)
#463B3A
(70,59,58)
#352D2C
(53,45,44)
#241F1E
(36,31,30)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #BD9D9C

#BD9D9C
(189,157,156)
#C3A5A5
(195,165,165)
#C9ADAE
(201,173,174)
#CFB5B7
(207,181,183)
#D5BDC0
(213,189,192)
#DBC5C9
(219,197,201)
#E1CDD2
(225,205,210)
#E7D5DB
(231,213,219)
#EDDDE4
(237,221,228)
#F3E5ED
(243,229,237)
#F9EDF6
(249,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9D9C; }

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

This text font color is #BD9D9C.


Background Color

.myBgColor { background-color: #BD9D9C; }

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

This div background color is #BD9D9C.


Border color

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

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

This div border color is #BD9D9C.


Opacity

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

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

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

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

This text has shadow with #BD9D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9D9C on black background.


Color preview on white background

This text has color #BD9D9C on white background.



Black color preview on #BD9D9C background

This text has black color on #BD9D9C background.


White color preview on #BD9D9C background

This text has white color on #BD9D9C background.