COLOR #BD9B9E

HEX: #BD9B9E
RGB: (189,155,158)

Color info

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

RGB color model

#BD9B9E color RGB value is (189,155,158).

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

RGB channels and saturation

R 189 of 255 = 74%
G 155 of 255 = 61%
B 158 of 255 = 62%

189
155
158

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

Portions of RGB colors in percentages

R + G + B =
189 + 155 + 158 = 502 (100%)
R 189 of 502 ~ 37.65%
G 155 of 502 ~ 30.88%
B 158 of 502 ~ 31.47%

%37.65
%30.88
%31.47

CMYK color model

#BD9B9E color CMYK value is (0,18,16,26).

  • cyan value is 0.00%
  • magenta value is 17.99%
  • yellow value is 16.40%
  • key color value is 25.88%
CMYK:
(0,18,16,26)
C0M18Y16K26 
(0%,18%,16%,26%)
(0.00/0.18/0.16/0.26)	

CMYK percentages

%0
%17.99
%16.4
%25.88

Codes

Color #BD9B9E in popluar color models

BD9B9E
RGB189155158
HSL355°20.48%67.45%
HSB/HSV355°17.99%74.12%
CMYK0.00%17.99%16.40%
25.88%

Color #BD9B9E in popluar number systems.

HEXBD9B9E
Decimal189155158
Binary101111011001101110011110
Octal275233236

Shades and tints

Shades of #BD9B9E

#BD9B9E
(189,155,158)
#AC8D90
(172,141,144)
#9B7F82
(155,127,130)
#8A7174
(138,113,116)
#796366
(121,99,102)
#685558
(104,85,88)
#57474A
(87,71,74)
#46393C
(70,57,60)
#352B2E
(53,43,46)
#241D20
(36,29,32)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #BD9B9E

#BD9B9E
(189,155,158)
#C3A4A6
(195,164,166)
#C9ADAE
(201,173,174)
#CFB6B6
(207,182,182)
#D5BFBE
(213,191,190)
#DBC8C6
(219,200,198)
#E1D1CE
(225,209,206)
#E7DAD6
(231,218,214)
#EDE3DE
(237,227,222)
#F3ECE6
(243,236,230)
#F9F5EE
(249,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9B9E color. Also use rgb(189,155,158) instead hex code.

Text Font Color

.myTextColor { color: #BD9B9E; }

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

This text font color is #BD9B9E.


Background Color

.myBgColor { background-color: #BD9B9E; }

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

This div background color is #BD9B9E.


Border color

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

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

This div border color is #BD9B9E.


Opacity

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

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

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

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

This text has shadow with #BD9B9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9B9E on black background.


Color preview on white background

This text has color #BD9B9E on white background.



Black color preview on #BD9B9E background

This text has black color on #BD9B9E background.


White color preview on #BD9B9E background

This text has white color on #BD9B9E background.