COLOR #A887B3

HEX: #A887B3
RGB: (168,135,179)

Color info

#A887B3 contains red, green and blue colors in about the same proportion. Web safe color of #A887B3 is #999999 (or #999).

RGB color model

#A887B3 color RGB value is (168,135,179).

  • red value is 168;
  • green value is 135;
  • blue value is 179.
RGB:
(168,135,179)
(66%,53%,70%)

RGB channels and saturation

R 168 of 255 = 66%
G 135 of 255 = 53%
B 179 of 255 = 70%

168
135
179

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

Portions of RGB colors in percentages

R + G + B =
168 + 135 + 179 = 482 (100%)
R 168 of 482 ~ 34.85%
G 135 of 482 ~ 28.01%
B 179 of 482 ~ 37.14%

%34.85
%28.01
%37.14

CMYK color model

#A887B3 color CMYK value is (6,25,0,30).

  • cyan value is 6.15%
  • magenta value is 24.58%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(6,25,0,30)
C6M25Y0K30 
(6%,25%,0%,30%)
(0.06/0.25/0.00/0.30)	

CMYK percentages

%6.15
%24.58
%0
%29.8

Codes

Color #A887B3 in popluar color models

A887B3
RGB168135179
HSL285°22.45%61.57%
HSB/HSV285°24.58%70.20%
CMYK6.15%24.58%0.00%
29.80%

Color #A887B3 in popluar number systems.

HEXA887B3
Decimal168135179
Binary101010001000011110110011
Octal250207263

Shades and tints

Shades of #A887B3

#A887B3
(168,135,179)
#997BA3
(153,123,163)
#8A6F93
(138,111,147)
#7B6383
(123,99,131)
#6C5773
(108,87,115)
#5D4B63
(93,75,99)
#4E3F53
(78,63,83)
#3F3343
(63,51,67)
#302733
(48,39,51)
#211B23
(33,27,35)
#120F13
(18,15,19)
#000000
(0,0,0)

Tints of #A887B3

#A887B3
(168,135,179)
#AF91B9
(175,145,185)
#B69BBF
(182,155,191)
#BDA5C5
(189,165,197)
#C4AFCB
(196,175,203)
#CBB9D1
(203,185,209)
#D2C3D7
(210,195,215)
#D9CDDD
(217,205,221)
#E0D7E3
(224,215,227)
#E7E1E9
(231,225,233)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A887B3 color. Also use rgb(168,135,179) instead hex code.

Text Font Color

.myTextColor { color: #A887B3; }

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

This text font color is #A887B3.


Background Color

.myBgColor { background-color: #A887B3; }

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

This div background color is #A887B3.


Border color

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

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

This div border color is #A887B3.


Opacity

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

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

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

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

This text has shadow with #A887B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A887B3 on black background.


Color preview on white background

This text has color #A887B3 on white background.



Black color preview on #A887B3 background

This text has black color on #A887B3 background.


White color preview on #A887B3 background

This text has white color on #A887B3 background.