COLOR #B489AD

HEX: #B489AD
RGB: (180,137,173)

Color info

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

RGB color model

#B489AD color RGB value is (180,137,173).

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

RGB channels and saturation

R 180 of 255 = 71%
G 137 of 255 = 54%
B 173 of 255 = 68%

180
137
173

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

Portions of RGB colors in percentages

R + G + B =
180 + 137 + 173 = 490 (100%)
R 180 of 490 ~ 36.73%
G 137 of 490 ~ 27.96%
B 173 of 490 ~ 35.31%

%36.73
%27.96
%35.31

CMYK color model

#B489AD color CMYK value is (0,24,4,29).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 3.89%
  • key color value is 29.41%
CMYK:
(0,24,4,29)
C0M24Y4K29 
(0%,24%,4%,29%)
(0.00/0.24/0.04/0.29)	

CMYK percentages

%0
%23.89
%3.89
%29.41

Codes

Color #B489AD in popluar color models

B489AD
RGB180137173
HSL310°22.28%62.16%
HSB/HSV310°23.89%70.59%
CMYK0.00%23.89%3.89%
29.41%

Color #B489AD in popluar number systems.

HEXB489AD
Decimal180137173
Binary101101001000100110101101
Octal264211255

Shades and tints

Shades of #B489AD

#B489AD
(180,137,173)
#A47D9E
(164,125,158)
#94718F
(148,113,143)
#846580
(132,101,128)
#745971
(116,89,113)
#644D62
(100,77,98)
#544153
(84,65,83)
#443544
(68,53,68)
#342935
(52,41,53)
#241D26
(36,29,38)
#141117
(20,17,23)
#000000
(0,0,0)

Tints of #B489AD

#B489AD
(180,137,173)
#BA93B4
(186,147,180)
#C09DBB
(192,157,187)
#C6A7C2
(198,167,194)
#CCB1C9
(204,177,201)
#D2BBD0
(210,187,208)
#D8C5D7
(216,197,215)
#DECFDE
(222,207,222)
#E4D9E5
(228,217,229)
#EAE3EC
(234,227,236)
#F0EDF3
(240,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B489AD; }

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

This text font color is #B489AD.


Background Color

.myBgColor { background-color: #B489AD; }

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

This div background color is #B489AD.


Border color

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

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

This div border color is #B489AD.


Opacity

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

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

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

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

This text has shadow with #B489AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B489AD on black background.


Color preview on white background

This text has color #B489AD on white background.



Black color preview on #B489AD background

This text has black color on #B489AD background.


White color preview on #B489AD background

This text has white color on #B489AD background.