COLOR #A887C6

HEX: #A887C6 RGB: (168,135,198)

Color info

#A887C6 contains mainly red and blue colors. Web safe color of #A887C6 is #9999CC (or #99C).

RGB color model

#A887C6 color RGB value is (168,135,198).

RGB: (168,135,198) (66%, 53%, 78%)

RGB channels and saturation

R 168 of 255 = 66%
G 135 of 255 = 53%
B 198 of 255 = 78%

168
135
198

R + G + B ~ 66%. #A887C6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 135 + 198 = 501 (100%)
R 168 of 501 ~ 33.53%
G 135 of 501 ~ 26.95%
B 198 of 501 ~ 39.52'%

%33.53
%26.95
%39.52

CMYK color model

#A887C6 color CMYK value is (15,32,0,22).

  • cyan value is 15.15%
  • magenta value is 31.82%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (15,32,0,22)
C15M32Y0K22 (15%, 32%, 0%, 22%)
(0.15 / 0.32 / 0.00 / 0.22)

CMYK percentages

%15.15
%31.82
%0
%22.35

Codes

Color #A887C6 in popluar color models

A8 87 C6
RGB 168 135 198
HSL 271° 35.59% 65.29%
HSB/HSV 271° 31.82% 77.65%
CMYK 15.15% 31.82% 0.00%
22.35%

Color #A887C6 in popluar number systems.

HEX A8 87 C6
Decimal 168 135 198
Binary 10101000 10000111 11000110
Octal 250 207 306

Shades and tints

Shades of #A887C6

#A887C6
(168,135,198)
#997BB4
(153,123,180)
#8A6FA2
(138,111,162)
#7B6390
(123,99,144)
#6C577E
(108,87,126)
#5D4B6C
(93,75,108)
#4E3F5A
(78,63,90)
#3F3348
(63,51,72)
#302736
(48,39,54)
#211B24
(33,27,36)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #A887C6

#A887C6
(168,135,198)
#AF91CB
(175,145,203)
#B69BD0
(182,155,208)
#BDA5D5
(189,165,213)
#C4AFDA
(196,175,218)
#CBB9DF
(203,185,223)
#D2C3E4
(210,195,228)
#D9CDE9
(217,205,233)
#E0D7EE
(224,215,238)
#E7E1F3
(231,225,243)
#EEEBF8
(238,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A887C6; }

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

This text font color is #A887C6.

Background Color

.myBgColor { background-color: #A887C6; }

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

This div background color is #A887C6.

Border color

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

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

This div border color is #A887C6.

Opacity

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

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

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

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

This text has shadow with #A887C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A887C6.

Preview

Color preview on black background

This text has color #A887C6 on black background.


Color preview on white background

This text has color #A887C6 on white background.


Black color preview on #A887C6 background

This text has black color on #A887C6 background.


White color preview on #A887C6 background

This text has white color on #A887C6 background.


Related colors

Complementary color

Complementary color for #hex is #577839.


I love getcolorcode.com

Triadic colors

1 #C6A887 and #87C6A8 with #A887C6 are triadic colors.

2 #C687A8 and #87A8C6 with #A887C6 are triadic colors.