COLOR #BD8D99

HEX: #BD8D99
RGB: (189,141,153)

Color info

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

RGB color model

#BD8D99 color RGB value is (189,141,153).

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

RGB channels and saturation

R 189 of 255 = 74%
G 141 of 255 = 55%
B 153 of 255 = 60%

189
141
153

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

Portions of RGB colors in percentages

R + G + B =
189 + 141 + 153 = 483 (100%)
R 189 of 483 ~ 39.13%
G 141 of 483 ~ 29.19%
B 153 of 483 ~ 31.68%

%39.13
%29.19
%31.68

CMYK color model

#BD8D99 color CMYK value is (0,25,19,26).

  • cyan value is 0.00%
  • magenta value is 25.40%
  • yellow value is 19.05%
  • key color value is 25.88%
CMYK:
(0,25,19,26)
C0M25Y19K26 
(0%,25%,19%,26%)
(0.00/0.25/0.19/0.26)	

CMYK percentages

%0
%25.4
%19.05
%25.88

Codes

Color #BD8D99 in popluar color models

BD8D99
RGB189141153
HSL345°26.67%64.71%
HSB/HSV345°25.40%74.12%
CMYK0.00%25.40%19.05%
25.88%

Color #BD8D99 in popluar number systems.

HEXBD8D99
Decimal189141153
Binary101111011000110110011001
Octal275215231

Shades and tints

Shades of #BD8D99

#BD8D99
(189,141,153)
#AC818C
(172,129,140)
#9B757F
(155,117,127)
#8A6972
(138,105,114)
#795D65
(121,93,101)
#685158
(104,81,88)
#57454B
(87,69,75)
#46393E
(70,57,62)
#352D31
(53,45,49)
#242124
(36,33,36)
#131517
(19,21,23)
#000000
(0,0,0)

Tints of #BD8D99

#BD8D99
(189,141,153)
#C397A2
(195,151,162)
#C9A1AB
(201,161,171)
#CFABB4
(207,171,180)
#D5B5BD
(213,181,189)
#DBBFC6
(219,191,198)
#E1C9CF
(225,201,207)
#E7D3D8
(231,211,216)
#EDDDE1
(237,221,225)
#F3E7EA
(243,231,234)
#F9F1F3
(249,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BD8D99; }

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

This text font color is #BD8D99.


Background Color

.myBgColor { background-color: #BD8D99; }

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

This div background color is #BD8D99.


Border color

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

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

This div border color is #BD8D99.


Opacity

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

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

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

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

This text has shadow with #BD8D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD8D99 on black background.


Color preview on white background

This text has color #BD8D99 on white background.



Black color preview on #BD8D99 background

This text has black color on #BD8D99 background.


White color preview on #BD8D99 background

This text has white color on #BD8D99 background.