COLOR #BD9F9D

HEX: #BD9F9D
RGB: (189,159,157)

Color info

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

RGB color model

#BD9F9D color RGB value is (189,159,157).

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

RGB channels and saturation

R 189 of 255 = 74%
G 159 of 255 = 62%
B 157 of 255 = 62%

189
159
157

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

Portions of RGB colors in percentages

R + G + B =
189 + 159 + 157 = 505 (100%)
R 189 of 505 ~ 37.43%
G 159 of 505 ~ 31.49%
B 157 of 505 ~ 31.09%

%37.43
%31.49
%31.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 15.87%
  • yellow value is 16.93%
  • key color value is 25.88%
CMYK:
(0,16,17,26)
C0M16Y17K26 
(0%,16%,17%,26%)
(0.00/0.16/0.17/0.26)	

CMYK percentages

%0
%15.87
%16.93
%25.88

Codes

Color #BD9F9D in popluar color models

BD9F9D
RGB189159157
HSL19.51%67.84%
HSB/HSV16.93%74.12%
CMYK0.00%15.87%16.93%
25.88%

Color #BD9F9D in popluar number systems.

HEXBD9F9D
Decimal189159157
Binary101111011001111110011101
Octal275237235

Shades and tints

Shades of #BD9F9D

#BD9F9D
(189,159,157)
#AC918F
(172,145,143)
#9B8381
(155,131,129)
#8A7573
(138,117,115)
#796765
(121,103,101)
#685957
(104,89,87)
#574B49
(87,75,73)
#463D3B
(70,61,59)
#352F2D
(53,47,45)
#24211F
(36,33,31)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #BD9F9D

#BD9F9D
(189,159,157)
#C3A7A5
(195,167,165)
#C9AFAD
(201,175,173)
#CFB7B5
(207,183,181)
#D5BFBD
(213,191,189)
#DBC7C5
(219,199,197)
#E1CFCD
(225,207,205)
#E7D7D5
(231,215,213)
#EDDFDD
(237,223,221)
#F3E7E5
(243,231,229)
#F9EFED
(249,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD9F9D; }

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

This text font color is #BD9F9D.


Background Color

.myBgColor { background-color: #BD9F9D; }

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

This div background color is #BD9F9D.


Border color

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

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

This div border color is #BD9F9D.


Opacity

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

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

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

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

This text has shadow with #BD9F9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9F9D on black background.


Color preview on white background

This text has color #BD9F9D on white background.



Black color preview on #BD9F9D background

This text has black color on #BD9F9D background.


White color preview on #BD9F9D background

This text has white color on #BD9F9D background.