COLOR #BD8D9C

HEX: #BD8D9C
RGB: (189,141,156)

Color info

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

RGB color model

#BD8D9C color RGB value is (189,141,156).

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

RGB channels and saturation

R 189 of 255 = 74%
G 141 of 255 = 55%
B 156 of 255 = 61%

189
141
156

R + G + B ~ 63%. #BD8D9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 141 + 156 = 486 (100%)
R 189 of 486 ~ 38.89%
G 141 of 486 ~ 29.01%
B 156 of 486 ~ 32.1%

%38.89
%29.01
%32.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.40%
  • yellow value is 17.46%
  • key color value is 25.88%
CMYK:
(0,25,17,26)
C0M25Y17K26 
(0%,25%,17%,26%)
(0.00/0.25/0.17/0.26)	

CMYK percentages

%0
%25.4
%17.46
%25.88

Codes

Color #BD8D9C in popluar color models

BD8D9C
RGB189141156
HSL341°26.67%64.71%
HSB/HSV341°25.40%74.12%
CMYK0.00%25.40%17.46%
25.88%

Color #BD8D9C in popluar number systems.

HEXBD8D9C
Decimal189141156
Binary101111011000110110011100
Octal275215234

Shades and tints

Shades of #BD8D9C

#BD8D9C
(189,141,156)
#AC818E
(172,129,142)
#9B7580
(155,117,128)
#8A6972
(138,105,114)
#795D64
(121,93,100)
#685156
(104,81,86)
#574548
(87,69,72)
#46393A
(70,57,58)
#352D2C
(53,45,44)
#24211E
(36,33,30)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #BD8D9C

#BD8D9C
(189,141,156)
#C397A5
(195,151,165)
#C9A1AE
(201,161,174)
#CFABB7
(207,171,183)
#D5B5C0
(213,181,192)
#DBBFC9
(219,191,201)
#E1C9D2
(225,201,210)
#E7D3DB
(231,211,219)
#EDDDE4
(237,221,228)
#F3E7ED
(243,231,237)
#F9F1F6
(249,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8D9C; }

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

This text font color is #BD8D9C.


Background Color

.myBgColor { background-color: #BD8D9C; }

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

This div background color is #BD8D9C.


Border color

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

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

This div border color is #BD8D9C.


Opacity

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

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

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

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

This text has shadow with #BD8D9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8D9C on black background.


Color preview on white background

This text has color #BD8D9C on white background.



Black color preview on #BD8D9C background

This text has black color on #BD8D9C background.


White color preview on #BD8D9C background

This text has white color on #BD8D9C background.