COLOR #BD8F9C

HEX: #BD8F9C
RGB: (189,143,156)

Color info

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

RGB color model

#BD8F9C color RGB value is (189,143,156).

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

RGB channels and saturation

R 189 of 255 = 74%
G 143 of 255 = 56%
B 156 of 255 = 61%

189
143
156

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

Portions of RGB colors in percentages

R + G + B =
189 + 143 + 156 = 488 (100%)
R 189 of 488 ~ 38.73%
G 143 of 488 ~ 29.3%
B 156 of 488 ~ 31.97%

%38.73
%29.3
%31.97

CMYK color model

#BD8F9C color CMYK value is (0,24,17,26).

  • cyan value is 0.00%
  • magenta value is 24.34%
  • yellow value is 17.46%
  • key color value is 25.88%
CMYK:
(0,24,17,26)
C0M24Y17K26 
(0%,24%,17%,26%)
(0.00/0.24/0.17/0.26)	

CMYK percentages

%0
%24.34
%17.46
%25.88

Codes

Color #BD8F9C in popluar color models

BD8F9C
RGB189143156
HSL343°25.84%65.10%
HSB/HSV343°24.34%74.12%
CMYK0.00%24.34%17.46%
25.88%

Color #BD8F9C in popluar number systems.

HEXBD8F9C
Decimal189143156
Binary101111011000111110011100
Octal275217234

Shades and tints

Shades of #BD8F9C

#BD8F9C
(189,143,156)
#AC828E
(172,130,142)
#9B7580
(155,117,128)
#8A6872
(138,104,114)
#795B64
(121,91,100)
#684E56
(104,78,86)
#574148
(87,65,72)
#46343A
(70,52,58)
#35272C
(53,39,44)
#241A1E
(36,26,30)
#130D10
(19,13,16)
#000000
(0,0,0)

Tints of #BD8F9C

#BD8F9C
(189,143,156)
#C399A5
(195,153,165)
#C9A3AE
(201,163,174)
#CFADB7
(207,173,183)
#D5B7C0
(213,183,192)
#DBC1C9
(219,193,201)
#E1CBD2
(225,203,210)
#E7D5DB
(231,213,219)
#EDDFE4
(237,223,228)
#F3E9ED
(243,233,237)
#F9F3F6
(249,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8F9C; }

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

This text font color is #BD8F9C.


Background Color

.myBgColor { background-color: #BD8F9C; }

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

This div background color is #BD8F9C.


Border color

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

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

This div border color is #BD8F9C.


Opacity

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

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

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

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

This text has shadow with #BD8F9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8F9C on black background.


Color preview on white background

This text has color #BD8F9C on white background.



Black color preview on #BD8F9C background

This text has black color on #BD8F9C background.


White color preview on #BD8F9C background

This text has white color on #BD8F9C background.