COLOR #A787BB

HEX: #A787BB
RGB: (167,135,187)

Color info

#A787BB contains red, green and blue colors in about the same proportion. Web safe color of #A787BB is #9999CC (or #99C).

RGB color model

#A787BB color RGB value is (167,135,187).

  • red value is 167;
  • green value is 135;
  • blue value is 187.
RGB:
(167,135,187)
(65%,53%,73%)

RGB channels and saturation

R 167 of 255 = 65%
G 135 of 255 = 53%
B 187 of 255 = 73%

167
135
187

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

Portions of RGB colors in percentages

R + G + B =
167 + 135 + 187 = 489 (100%)
R 167 of 489 ~ 34.15%
G 135 of 489 ~ 27.61%
B 187 of 489 ~ 38.24%

%34.15
%27.61
%38.24

CMYK color model

#A787BB color CMYK value is (11,28,0,27).

  • cyan value is 10.70%
  • magenta value is 27.81%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(11,28,0,27)
C11M28Y0K27 
(11%,28%,0%,27%)
(0.11/0.28/0.00/0.27)	

CMYK percentages

%10.7
%27.81
%0
%26.67

Codes

Color #A787BB in popluar color models

A787BB
RGB167135187
HSL277°27.66%63.14%
HSB/HSV277°27.81%73.33%
CMYK10.70%27.81%0.00%
26.67%

Color #A787BB in popluar number systems.

HEXA787BB
Decimal167135187
Binary101001111000011110111011
Octal247207273

Shades and tints

Shades of #A787BB

#A787BB
(167,135,187)
#987BAA
(152,123,170)
#896F99
(137,111,153)
#7A6388
(122,99,136)
#6B5777
(107,87,119)
#5C4B66
(92,75,102)
#4D3F55
(77,63,85)
#3E3344
(62,51,68)
#2F2733
(47,39,51)
#201B22
(32,27,34)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #A787BB

#A787BB
(167,135,187)
#AF91C1
(175,145,193)
#B79BC7
(183,155,199)
#BFA5CD
(191,165,205)
#C7AFD3
(199,175,211)
#CFB9D9
(207,185,217)
#D7C3DF
(215,195,223)
#DFCDE5
(223,205,229)
#E7D7EB
(231,215,235)
#EFE1F1
(239,225,241)
#F7EBF7
(247,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A787BB color. Also use rgb(167,135,187) instead hex code.

Text Font Color

.myTextColor { color: #A787BB; }

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

This text font color is #A787BB.


Background Color

.myBgColor { background-color: #A787BB; }

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

This div background color is #A787BB.


Border color

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

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

This div border color is #A787BB.


Opacity

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

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

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

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

This text has shadow with #A787BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A787BB on black background.


Color preview on white background

This text has color #A787BB on white background.



Black color preview on #A787BB background

This text has black color on #A787BB background.


White color preview on #A787BB background

This text has white color on #A787BB background.