COLOR #BD89A5

HEX: #BD89A5
RGB: (189,137,165)

Color info

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

RGB color model

#BD89A5 color RGB value is (189,137,165).

  • red value is 189;
  • green value is 137;
  • blue value is 165.
RGB:
(189,137,165)
(74%,54%,65%)

RGB channels and saturation

R 189 of 255 = 74%
G 137 of 255 = 54%
B 165 of 255 = 65%

189
137
165

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

Portions of RGB colors in percentages

R + G + B =
189 + 137 + 165 = 491 (100%)
R 189 of 491 ~ 38.49%
G 137 of 491 ~ 27.9%
B 165 of 491 ~ 33.6%

%38.49
%27.9
%33.6

CMYK color model

#BD89A5 color CMYK value is (0,28,13,26).

  • cyan value is 0.00%
  • magenta value is 27.51%
  • yellow value is 12.70%
  • key color value is 25.88%
CMYK:
(0,28,13,26)
C0M28Y13K26 
(0%,28%,13%,26%)
(0.00/0.28/0.13/0.26)	

CMYK percentages

%0
%27.51
%12.7
%25.88

Codes

Color #BD89A5 in popluar color models

BD89A5
RGB189137165
HSL328°28.26%63.92%
HSB/HSV328°27.51%74.12%
CMYK0.00%27.51%12.70%
25.88%

Color #BD89A5 in popluar number systems.

HEXBD89A5
Decimal189137165
Binary101111011000100110100101
Octal275211245

Shades and tints

Shades of #BD89A5

#BD89A5
(189,137,165)
#AC7D96
(172,125,150)
#9B7187
(155,113,135)
#8A6578
(138,101,120)
#795969
(121,89,105)
#684D5A
(104,77,90)
#57414B
(87,65,75)
#46353C
(70,53,60)
#35292D
(53,41,45)
#241D1E
(36,29,30)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #BD89A5

#BD89A5
(189,137,165)
#C393AD
(195,147,173)
#C99DB5
(201,157,181)
#CFA7BD
(207,167,189)
#D5B1C5
(213,177,197)
#DBBBCD
(219,187,205)
#E1C5D5
(225,197,213)
#E7CFDD
(231,207,221)
#EDD9E5
(237,217,229)
#F3E3ED
(243,227,237)
#F9EDF5
(249,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BD89A5 color. Also use rgb(189,137,165) instead hex code.

Text Font Color

.myTextColor { color: #BD89A5; }

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

This text font color is #BD89A5.


Background Color

.myBgColor { background-color: #BD89A5; }

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

This div background color is #BD89A5.


Border color

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

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

This div border color is #BD89A5.


Opacity

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

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

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

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

This text has shadow with #BD89A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BD89A5 on black background.


Color preview on white background

This text has color #BD89A5 on white background.



Black color preview on #BD89A5 background

This text has black color on #BD89A5 background.


White color preview on #BD89A5 background

This text has white color on #BD89A5 background.