COLOR #BD939D

HEX: #BD939D
RGB: (189,147,157)

Color info

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

RGB color model

#BD939D color RGB value is (189,147,157).

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

RGB channels and saturation

R 189 of 255 = 74%
G 147 of 255 = 58%
B 157 of 255 = 62%

189
147
157

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

Portions of RGB colors in percentages

R + G + B =
189 + 147 + 157 = 493 (100%)
R 189 of 493 ~ 38.34%
G 147 of 493 ~ 29.82%
B 157 of 493 ~ 31.85%

%38.34
%29.82
%31.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.22%
  • yellow value is 16.93%
  • key color value is 25.88%
CMYK:
(0,22,17,26)
C0M22Y17K26 
(0%,22%,17%,26%)
(0.00/0.22/0.17/0.26)	

CMYK percentages

%0
%22.22
%16.93
%25.88

Codes

Color #BD939D in popluar color models

BD939D
RGB189147157
HSL346°24.14%65.88%
HSB/HSV346°22.22%74.12%
CMYK0.00%22.22%16.93%
25.88%

Color #BD939D in popluar number systems.

HEXBD939D
Decimal189147157
Binary101111011001001110011101
Octal275223235

Shades and tints

Shades of #BD939D

#BD939D
(189,147,157)
#AC868F
(172,134,143)
#9B7981
(155,121,129)
#8A6C73
(138,108,115)
#795F65
(121,95,101)
#685257
(104,82,87)
#574549
(87,69,73)
#46383B
(70,56,59)
#352B2D
(53,43,45)
#241E1F
(36,30,31)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #BD939D

#BD939D
(189,147,157)
#C39CA5
(195,156,165)
#C9A5AD
(201,165,173)
#CFAEB5
(207,174,181)
#D5B7BD
(213,183,189)
#DBC0C5
(219,192,197)
#E1C9CD
(225,201,205)
#E7D2D5
(231,210,213)
#EDDBDD
(237,219,221)
#F3E4E5
(243,228,229)
#F9EDED
(249,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD939D; }

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

This text font color is #BD939D.


Background Color

.myBgColor { background-color: #BD939D; }

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

This div background color is #BD939D.


Border color

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

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

This div border color is #BD939D.


Opacity

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

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

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

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

This text has shadow with #BD939D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD939D on black background.


Color preview on white background

This text has color #BD939D on white background.



Black color preview on #BD939D background

This text has black color on #BD939D background.


White color preview on #BD939D background

This text has white color on #BD939D background.