COLOR #BD9888

HEX: #BD9888
RGB: (189,152,136)

Color info

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

RGB color model

#BD9888 color RGB value is (189,152,136).

  • red value is 189;
  • green value is 152;
  • blue value is 136.
RGB:
(189,152,136)
(74%,60%,53%)

RGB channels and saturation

R 189 of 255 = 74%
G 152 of 255 = 60%
B 136 of 255 = 53%

189
152
136

R + G + B ~ 62%. #BD9888 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 152 + 136 = 477 (100%)
R 189 of 477 ~ 39.62%
G 152 of 477 ~ 31.87%
B 136 of 477 ~ 28.51%

%39.62
%31.87
%28.51

CMYK color model

#BD9888 color CMYK value is (0,20,28,26).

  • cyan value is 0.00%
  • magenta value is 19.58%
  • yellow value is 28.04%
  • key color value is 25.88%
CMYK:
(0,20,28,26)
C0M20Y28K26 
(0%,20%,28%,26%)
(0.00/0.20/0.28/0.26)	

CMYK percentages

%0
%19.58
%28.04
%25.88

Codes

Color #BD9888 in popluar color models

BD9888
RGB189152136
HSL18°28.65%63.73%
HSB/HSV18°28.04%74.12%
CMYK0.00%19.58%28.04%
25.88%

Color #BD9888 in popluar number systems.

HEXBD9888
Decimal189152136
Binary101111011001100010001000
Octal275230210

Shades and tints

Shades of #BD9888

#BD9888
(189,152,136)
#AC8B7C
(172,139,124)
#9B7E70
(155,126,112)
#8A7164
(138,113,100)
#796458
(121,100,88)
#68574C
(104,87,76)
#574A40
(87,74,64)
#463D34
(70,61,52)
#353028
(53,48,40)
#24231C
(36,35,28)
#131610
(19,22,16)
#000000
(0,0,0)

Tints of #BD9888

#BD9888
(189,152,136)
#C3A192
(195,161,146)
#C9AA9C
(201,170,156)
#CFB3A6
(207,179,166)
#D5BCB0
(213,188,176)
#DBC5BA
(219,197,186)
#E1CEC4
(225,206,196)
#E7D7CE
(231,215,206)
#EDE0D8
(237,224,216)
#F3E9E2
(243,233,226)
#F9F2EC
(249,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD9888 color. Also use rgb(189,152,136) instead hex code.

Text Font Color

.myTextColor { color: #BD9888; }

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

This text font color is #BD9888.


Background Color

.myBgColor { background-color: #BD9888; }

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

This div background color is #BD9888.


Border color

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

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

This div border color is #BD9888.


Opacity

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

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

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

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

This text has shadow with #BD9888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD9888 on black background.


Color preview on white background

This text has color #BD9888 on white background.



Black color preview on #BD9888 background

This text has black color on #BD9888 background.


White color preview on #BD9888 background

This text has white color on #BD9888 background.