COLOR #BD8E9D

HEX: #BD8E9D
RGB: (189,142,157)

Color info

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

RGB color model

#BD8E9D color RGB value is (189,142,157).

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

RGB channels and saturation

R 189 of 255 = 74%
G 142 of 255 = 56%
B 157 of 255 = 62%

189
142
157

R + G + B ~ 64%. #BD8E9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 142 + 157 = 488 (100%)
R 189 of 488 ~ 38.73%
G 142 of 488 ~ 29.1%
B 157 of 488 ~ 32.17%

%38.73
%29.1
%32.17

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.87%
  • yellow value is 16.93%
  • 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
%24.87
%16.93
%25.88

Codes

Color #BD8E9D in popluar color models

BD8E9D
RGB189142157
HSL341°26.26%64.90%
HSB/HSV341°24.87%74.12%
CMYK0.00%24.87%16.93%
25.88%

Color #BD8E9D in popluar number systems.

HEXBD8E9D
Decimal189142157
Binary101111011000111010011101
Octal275216235

Shades and tints

Shades of #BD8E9D

#BD8E9D
(189,142,157)
#AC828F
(172,130,143)
#9B7681
(155,118,129)
#8A6A73
(138,106,115)
#795E65
(121,94,101)
#685257
(104,82,87)
#574649
(87,70,73)
#463A3B
(70,58,59)
#352E2D
(53,46,45)
#24221F
(36,34,31)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #BD8E9D

#BD8E9D
(189,142,157)
#C398A5
(195,152,165)
#C9A2AD
(201,162,173)
#CFACB5
(207,172,181)
#D5B6BD
(213,182,189)
#DBC0C5
(219,192,197)
#E1CACD
(225,202,205)
#E7D4D5
(231,212,213)
#EDDEDD
(237,222,221)
#F3E8E5
(243,232,229)
#F9F2ED
(249,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8E9D; }

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

This text font color is #BD8E9D.


Background Color

.myBgColor { background-color: #BD8E9D; }

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

This div background color is #BD8E9D.


Border color

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

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

This div border color is #BD8E9D.


Opacity

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

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

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

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

This text has shadow with #BD8E9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8E9D on black background.


Color preview on white background

This text has color #BD8E9D on white background.



Black color preview on #BD8E9D background

This text has black color on #BD8E9D background.


White color preview on #BD8E9D background

This text has white color on #BD8E9D background.