COLOR #A87CCF

HEX: #A87CCF
RGB: (168,124,207)

Color info

#A87CCF contains mainly red and blue colors. Web safe color of #A87CCF is #9966CC (or #96C).

RGB color model

#A87CCF color RGB value is (168,124,207).

  • red value is 168;
  • green value is 124;
  • blue value is 207.
RGB:
(168,124,207)
(66%,49%,81%)

RGB channels and saturation

R 168 of 255 = 66%
G 124 of 255 = 49%
B 207 of 255 = 81%

168
124
207

R + G + B ~ 65%. #A87CCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 124 + 207 = 499 (100%)
R 168 of 499 ~ 33.67%
G 124 of 499 ~ 24.85%
B 207 of 499 ~ 41.48%

%33.67
%24.85
%41.48

CMYK color model

#A87CCF color CMYK value is (19,40,0,19).

  • cyan value is 18.84%
  • magenta value is 40.10%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(19,40,0,19)
C19M40Y0K19 
(19%,40%,0%,19%)
(0.19/0.40/0.00/0.19)	

CMYK percentages

%18.84
%40.1
%0
%18.82

Codes

Color #A87CCF in popluar color models

A87CCF
RGB168124207
HSL272°46.37%64.90%
HSB/HSV272°40.10%81.18%
CMYK18.84%40.10%0.00%
18.82%

Color #A87CCF in popluar number systems.

HEXA87CCF
Decimal168124207
Binary10101000111110011001111
Octal250174317

Shades and tints

Shades of #A87CCF

#A87CCF
(168,124,207)
#9971BD
(153,113,189)
#8A66AB
(138,102,171)
#7B5B99
(123,91,153)
#6C5087
(108,80,135)
#5D4575
(93,69,117)
#4E3A63
(78,58,99)
#3F2F51
(63,47,81)
#30243F
(48,36,63)
#21192D
(33,25,45)
#120E1B
(18,14,27)
#000000
(0,0,0)

Tints of #A87CCF

#A87CCF
(168,124,207)
#AF87D3
(175,135,211)
#B692D7
(182,146,215)
#BD9DDB
(189,157,219)
#C4A8DF
(196,168,223)
#CBB3E3
(203,179,227)
#D2BEE7
(210,190,231)
#D9C9EB
(217,201,235)
#E0D4EF
(224,212,239)
#E7DFF3
(231,223,243)
#EEEAF7
(238,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87CCF color. Also use rgb(168,124,207) instead hex code.

Text Font Color

.myTextColor { color: #A87CCF; }

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

This text font color is #A87CCF.


Background Color

.myBgColor { background-color: #A87CCF; }

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

This div background color is #A87CCF.


Border color

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

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

This div border color is #A87CCF.


Opacity

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

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

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

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

This text has shadow with #A87CCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87CCF on black background.


Color preview on white background

This text has color #A87CCF on white background.



Black color preview on #A87CCF background

This text has black color on #A87CCF background.


White color preview on #A87CCF background

This text has white color on #A87CCF background.