COLOR #B489AF

HEX: #B489AF RGB: (180,137,175)

Color info

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

RGB color model

#B489AF color RGB value is (180,137,175).

RGB: (180,137,175) (71%, 54%, 69%)

RGB channels and saturation

R 180 of 255 = 71%
G 137 of 255 = 54%
B 175 of 255 = 69%

180
137
175

R + G + B ~ 65%. #B489AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 137 + 175 = 492 (100%)
R 180 of 492 ~ 36.59%
G 137 of 492 ~ 27.85%
B 175 of 492 ~ 35.57'%

%36.59
%27.85
%35.57

CMYK color model

#B489AF color CMYK value is (0,24,3,29).

  • cyan value is 0.00%
  • magenta value is 23.89%
  • yellow value is 2.78%
  • key color value is 29.41%

CMYK: (0,24,3,29)
C0M24Y3K29 (0%, 24%, 3%, 29%)
(0.00 / 0.24 / 0.03 / 0.29)

CMYK percentages

%0
%23.89
%2.78
%29.41

Codes

Color #B489AF in popluar color models

B4 89 AF
RGB 180 137 175
HSL 307° 22.28% 62.16%
HSB/HSV 307° 23.89% 70.59%
CMYK 0.00% 23.89% 2.78%
29.41%

Color #B489AF in popluar number systems.

HEX B4 89 AF
Decimal 180 137 175
Binary 10110100 10001001 10101111
Octal 264 211 257

Shades and tints

Shades of #B489AF

#B489AF
(180,137,175)
#A47DA0
(164,125,160)
#947191
(148,113,145)
#846582
(132,101,130)
#745973
(116,89,115)
#644D64
(100,77,100)
#544155
(84,65,85)
#443546
(68,53,70)
#342937
(52,41,55)
#241D28
(36,29,40)
#141119
(20,17,25)
#000000
(0,0,0)

Tints of #B489AF

#B489AF
(180,137,175)
#BA93B6
(186,147,182)
#C09DBD
(192,157,189)
#C6A7C4
(198,167,196)
#CCB1CB
(204,177,203)
#D2BBD2
(210,187,210)
#D8C5D9
(216,197,217)
#DECFE0
(222,207,224)
#E4D9E7
(228,217,231)
#EAE3EE
(234,227,238)
#F0EDF5
(240,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B489AF; }

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

This text font color is #B489AF.

Background Color

.myBgColor { background-color: #B489AF; }

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

This div background color is #B489AF.

Border color

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

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

This div border color is #B489AF.

Opacity

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

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

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

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

This text has shadow with #B489AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B489AF.

Preview

Color preview on black background

This text has color #B489AF on black background.


Color preview on white background

This text has color #B489AF on white background.


Black color preview on #B489AF background

This text has black color on #B489AF background.


White color preview on #B489AF background

This text has white color on #B489AF background.


Related colors

Complementary color

Complementary color for #hex is #4B7650.


I love getcolorcode.com

Triadic colors

1 #AFB489 and #89AFB4 with #B489AF are triadic colors.

2 #AF89B4 and #89B4AF with #B489AF are triadic colors.