COLOR #A886BC

HEX: #A886BC
RGB: (168,134,188)

Color info

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

RGB color model

#A886BC color RGB value is (168,134,188).

  • red value is 168;
  • green value is 134;
  • blue value is 188.
RGB:
(168,134,188)
(66%,53%,74%)

RGB channels and saturation

R 168 of 255 = 66%
G 134 of 255 = 53%
B 188 of 255 = 74%

168
134
188

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

Portions of RGB colors in percentages

R + G + B =
168 + 134 + 188 = 490 (100%)
R 168 of 490 ~ 34.29%
G 134 of 490 ~ 27.35%
B 188 of 490 ~ 38.37%

%34.29
%27.35
%38.37

CMYK color model

#A886BC color CMYK value is (11,29,0,26).

  • cyan value is 10.64%
  • magenta value is 28.72%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(11,29,0,26)
C11M29Y0K26 
(11%,29%,0%,26%)
(0.11/0.29/0.00/0.26)	

CMYK percentages

%10.64
%28.72
%0
%26.27

Codes

Color #A886BC in popluar color models

A886BC
RGB168134188
HSL278°28.72%63.14%
HSB/HSV278°28.72%73.73%
CMYK10.64%28.72%0.00%
26.27%

Color #A886BC in popluar number systems.

HEXA886BC
Decimal168134188
Binary101010001000011010111100
Octal250206274

Shades and tints

Shades of #A886BC

#A886BC
(168,134,188)
#997AAB
(153,122,171)
#8A6E9A
(138,110,154)
#7B6289
(123,98,137)
#6C5678
(108,86,120)
#5D4A67
(93,74,103)
#4E3E56
(78,62,86)
#3F3245
(63,50,69)
#302634
(48,38,52)
#211A23
(33,26,35)
#120E12
(18,14,18)
#000000
(0,0,0)

Tints of #A886BC

#A886BC
(168,134,188)
#AF91C2
(175,145,194)
#B69CC8
(182,156,200)
#BDA7CE
(189,167,206)
#C4B2D4
(196,178,212)
#CBBDDA
(203,189,218)
#D2C8E0
(210,200,224)
#D9D3E6
(217,211,230)
#E0DEEC
(224,222,236)
#E7E9F2
(231,233,242)
#EEF4F8
(238,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A886BC color. Also use rgb(168,134,188) instead hex code.

Text Font Color

.myTextColor { color: #A886BC; }

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

This text font color is #A886BC.


Background Color

.myBgColor { background-color: #A886BC; }

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

This div background color is #A886BC.


Border color

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

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

This div border color is #A886BC.


Opacity

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

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

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

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

This text has shadow with #A886BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A886BC on black background.


Color preview on white background

This text has color #A886BC on white background.



Black color preview on #A886BC background

This text has black color on #A886BC background.


White color preview on #A886BC background

This text has white color on #A886BC background.