COLOR #A87BB6

HEX: #A87BB6
RGB: (168,123,182)

Color info

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

RGB color model

#A87BB6 color RGB value is (168,123,182).

  • red value is 168;
  • green value is 123;
  • blue value is 182.
RGB:
(168,123,182)
(66%,48%,71%)

RGB channels and saturation

R 168 of 255 = 66%
G 123 of 255 = 48%
B 182 of 255 = 71%

168
123
182

R + G + B ~ 62%. #A87BB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 123 + 182 = 473 (100%)
R 168 of 473 ~ 35.52%
G 123 of 473 ~ 26%
B 182 of 473 ~ 38.48%

%35.52
%26
%38.48

CMYK color model

#A87BB6 color CMYK value is (8,32,0,29).

  • cyan value is 7.69%
  • magenta value is 32.42%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(8,32,0,29)
C8M32Y0K29 
(8%,32%,0%,29%)
(0.08/0.32/0.00/0.29)	

CMYK percentages

%7.69
%32.42
%0
%28.63

Codes

Color #A87BB6 in popluar color models

A87BB6
RGB168123182
HSL286°28.78%59.80%
HSB/HSV286°32.42%71.37%
CMYK7.69%32.42%0.00%
28.63%

Color #A87BB6 in popluar number systems.

HEXA87BB6
Decimal168123182
Binary10101000111101110110110
Octal250173266

Shades and tints

Shades of #A87BB6

#A87BB6
(168,123,182)
#9970A6
(153,112,166)
#8A6596
(138,101,150)
#7B5A86
(123,90,134)
#6C4F76
(108,79,118)
#5D4466
(93,68,102)
#4E3956
(78,57,86)
#3F2E46
(63,46,70)
#302336
(48,35,54)
#211826
(33,24,38)
#120D16
(18,13,22)
#000000
(0,0,0)

Tints of #A87BB6

#A87BB6
(168,123,182)
#AF87BC
(175,135,188)
#B693C2
(182,147,194)
#BD9FC8
(189,159,200)
#C4ABCE
(196,171,206)
#CBB7D4
(203,183,212)
#D2C3DA
(210,195,218)
#D9CFE0
(217,207,224)
#E0DBE6
(224,219,230)
#E7E7EC
(231,231,236)
#EEF3F2
(238,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87BB6 color. Also use rgb(168,123,182) instead hex code.

Text Font Color

.myTextColor { color: #A87BB6; }

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

This text font color is #A87BB6.


Background Color

.myBgColor { background-color: #A87BB6; }

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

This div background color is #A87BB6.


Border color

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

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

This div border color is #A87BB6.


Opacity

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

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

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

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

This text has shadow with #A87BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87BB6 on black background.


Color preview on white background

This text has color #A87BB6 on white background.



Black color preview on #A87BB6 background

This text has black color on #A87BB6 background.


White color preview on #A87BB6 background

This text has white color on #A87BB6 background.