COLOR #B487AD

HEX: #B487AD
RGB: (180,135,173)

Color info

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

RGB color model

#B487AD color RGB value is (180,135,173).

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

RGB channels and saturation

R 180 of 255 = 71%
G 135 of 255 = 53%
B 173 of 255 = 68%

180
135
173

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

Portions of RGB colors in percentages

R + G + B =
180 + 135 + 173 = 488 (100%)
R 180 of 488 ~ 36.89%
G 135 of 488 ~ 27.66%
B 173 of 488 ~ 35.45%

%36.89
%27.66
%35.45

CMYK color model

#B487AD color CMYK value is (0,25,4,29).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 3.89%
  • key color value is 29.41%
CMYK:
(0,25,4,29)
C0M25Y4K29 
(0%,25%,4%,29%)
(0.00/0.25/0.04/0.29)	

CMYK percentages

%0
%25
%3.89
%29.41

Codes

Color #B487AD in popluar color models

B487AD
RGB180135173
HSL309°23.08%61.76%
HSB/HSV309°25.00%70.59%
CMYK0.00%25.00%3.89%
29.41%

Color #B487AD in popluar number systems.

HEXB487AD
Decimal180135173
Binary101101001000011110101101
Octal264207255

Shades and tints

Shades of #B487AD

#B487AD
(180,135,173)
#A47B9E
(164,123,158)
#946F8F
(148,111,143)
#846380
(132,99,128)
#745771
(116,87,113)
#644B62
(100,75,98)
#543F53
(84,63,83)
#443344
(68,51,68)
#342735
(52,39,53)
#241B26
(36,27,38)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #B487AD

#B487AD
(180,135,173)
#BA91B4
(186,145,180)
#C09BBB
(192,155,187)
#C6A5C2
(198,165,194)
#CCAFC9
(204,175,201)
#D2B9D0
(210,185,208)
#D8C3D7
(216,195,215)
#DECDDE
(222,205,222)
#E4D7E5
(228,215,229)
#EAE1EC
(234,225,236)
#F0EBF3
(240,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B487AD; }

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

This text font color is #B487AD.


Background Color

.myBgColor { background-color: #B487AD; }

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

This div background color is #B487AD.


Border color

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

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

This div border color is #B487AD.


Opacity

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

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

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

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

This text has shadow with #B487AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B487AD on black background.


Color preview on white background

This text has color #B487AD on white background.



Black color preview on #B487AD background

This text has black color on #B487AD background.


White color preview on #B487AD background

This text has white color on #B487AD background.