COLOR #B487AF

HEX: #B487AF RGB: (180,135,175)

Color info

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

RGB color model

#B487AF color RGB value is (180,135,175).

RGB: (180,135,175) (71%, 53%, 69%)

RGB channels and saturation

R 180 of 255 = 71%
G 135 of 255 = 53%
B 175 of 255 = 69%

180
135
175

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

Portions of RGB colors in percentages

R + G + B = 180 + 135 + 175 = 490 (100%)
R 180 of 490 ~ 36.73%
G 135 of 490 ~ 27.55%
B 175 of 490 ~ 35.71'%

%36.73
%27.55
%35.71

CMYK color model

#B487AF color CMYK value is (0,25,3,29).

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

CMYK: (0,25,3,29)
C0M25Y3K29 (0%, 25%, 3%, 29%)
(0.00 / 0.25 / 0.03 / 0.29)

CMYK percentages

%0
%25
%2.78
%29.41

Codes

Color #B487AF in popluar color models

B4 87 AF
RGB 180 135 175
HSL 307° 23.08% 61.76%
HSB/HSV 307° 25.00% 70.59%
CMYK 0.00% 25.00% 2.78%
29.41%

Color #B487AF in popluar number systems.

HEX B4 87 AF
Decimal 180 135 175
Binary 10110100 10000111 10101111
Octal 264 207 257

Shades and tints

Shades of #B487AF

#B487AF
(180,135,175)
#A47BA0
(164,123,160)
#946F91
(148,111,145)
#846382
(132,99,130)
#745773
(116,87,115)
#644B64
(100,75,100)
#543F55
(84,63,85)
#443346
(68,51,70)
#342737
(52,39,55)
#241B28
(36,27,40)
#140F19
(20,15,25)
#000000
(0,0,0)

Tints of #B487AF

#B487AF
(180,135,175)
#BA91B6
(186,145,182)
#C09BBD
(192,155,189)
#C6A5C4
(198,165,196)
#CCAFCB
(204,175,203)
#D2B9D2
(210,185,210)
#D8C3D9
(216,195,217)
#DECDE0
(222,205,224)
#E4D7E7
(228,215,231)
#EAE1EE
(234,225,238)
#F0EBF5
(240,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B487AF; }

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

This text font color is #B487AF.

Background Color

.myBgColor { background-color: #B487AF; }

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

This div background color is #B487AF.

Border color

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

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

This div border color is #B487AF.

Opacity

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

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

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

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

This text has shadow with #B487AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B487AF.

Preview

Color preview on black background

This text has color #B487AF on black background.


Color preview on white background

This text has color #B487AF on white background.


Black color preview on #B487AF background

This text has black color on #B487AF background.


White color preview on #B487AF background

This text has white color on #B487AF background.


Related colors

Complementary color

Complementary color for #hex is #4B7850.


I love getcolorcode.com

Triadic colors

1 #AFB487 and #87AFB4 with #B487AF are triadic colors.

2 #AF87B4 and #87B4AF with #B487AF are triadic colors.