COLOR #B489A4

HEX: #B489A4
RGB: (180,137,164)

Color info

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

RGB color model

#B489A4 color RGB value is (180,137,164).

  • red value is 180;
  • green value is 137;
  • blue value is 164.
RGB:
(180,137,164)
(71%,54%,64%)

RGB channels and saturation

R 180 of 255 = 71%
G 137 of 255 = 54%
B 164 of 255 = 64%

180
137
164

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

Portions of RGB colors in percentages

R + G + B =
180 + 137 + 164 = 481 (100%)
R 180 of 481 ~ 37.42%
G 137 of 481 ~ 28.48%
B 164 of 481 ~ 34.1%

%37.42
%28.48
%34.1

CMYK color model

#B489A4 color CMYK value is (0,24,9,29).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 8.89%
  • key color value is 29.41%
CMYK:
(0,24,9,29)
C0M24Y9K29 
(0%,24%,9%,29%)
(0.00/0.24/0.09/0.29)	

CMYK percentages

%0
%23.89
%8.89
%29.41

Codes

Color #B489A4 in popluar color models

B489A4
RGB180137164
HSL322°22.28%62.16%
HSB/HSV322°23.89%70.59%
CMYK0.00%23.89%8.89%
29.41%

Color #B489A4 in popluar number systems.

HEXB489A4
Decimal180137164
Binary101101001000100110100100
Octal264211244

Shades and tints

Shades of #B489A4

#B489A4
(180,137,164)
#A47D96
(164,125,150)
#947188
(148,113,136)
#84657A
(132,101,122)
#74596C
(116,89,108)
#644D5E
(100,77,94)
#544150
(84,65,80)
#443542
(68,53,66)
#342934
(52,41,52)
#241D26
(36,29,38)
#141118
(20,17,24)
#000000
(0,0,0)

Tints of #B489A4

#B489A4
(180,137,164)
#BA93AC
(186,147,172)
#C09DB4
(192,157,180)
#C6A7BC
(198,167,188)
#CCB1C4
(204,177,196)
#D2BBCC
(210,187,204)
#D8C5D4
(216,197,212)
#DECFDC
(222,207,220)
#E4D9E4
(228,217,228)
#EAE3EC
(234,227,236)
#F0EDF4
(240,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B489A4 color. Also use rgb(180,137,164) instead hex code.

Text Font Color

.myTextColor { color: #B489A4; }

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

This text font color is #B489A4.


Background Color

.myBgColor { background-color: #B489A4; }

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

This div background color is #B489A4.


Border color

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

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

This div border color is #B489A4.


Opacity

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

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

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

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

This text has shadow with #B489A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B489A4 on black background.


Color preview on white background

This text has color #B489A4 on white background.



Black color preview on #B489A4 background

This text has black color on #B489A4 background.


White color preview on #B489A4 background

This text has white color on #B489A4 background.