COLOR #A886CD

HEX: #A886CD
RGB: (168,134,205)

Color info

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

RGB color model

#A886CD color RGB value is (168,134,205).

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

RGB channels and saturation

R 168 of 255 = 66%
G 134 of 255 = 53%
B 205 of 255 = 80%

168
134
205

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

Portions of RGB colors in percentages

R + G + B =
168 + 134 + 205 = 507 (100%)
R 168 of 507 ~ 33.14%
G 134 of 507 ~ 26.43%
B 205 of 507 ~ 40.43%

%33.14
%26.43
%40.43

CMYK color model

#A886CD color CMYK value is (18,35,0,20).

  • cyan value is 18.05%
  • magenta value is 34.63%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(18,35,0,20)
C18M35Y0K20 
(18%,35%,0%,20%)
(0.18/0.35/0.00/0.20)	

CMYK percentages

%18.05
%34.63
%0
%19.61

Codes

Color #A886CD in popluar color models

A886CD
RGB168134205
HSL269°41.52%66.47%
HSB/HSV269°34.63%80.39%
CMYK18.05%34.63%0.00%
19.61%

Color #A886CD in popluar number systems.

HEXA886CD
Decimal168134205
Binary101010001000011011001101
Octal250206315

Shades and tints

Shades of #A886CD

#A886CD
(168,134,205)
#997ABB
(153,122,187)
#8A6EA9
(138,110,169)
#7B6297
(123,98,151)
#6C5685
(108,86,133)
#5D4A73
(93,74,115)
#4E3E61
(78,62,97)
#3F324F
(63,50,79)
#30263D
(48,38,61)
#211A2B
(33,26,43)
#120E19
(18,14,25)
#000000
(0,0,0)

Tints of #A886CD

#A886CD
(168,134,205)
#AF91D1
(175,145,209)
#B69CD5
(182,156,213)
#BDA7D9
(189,167,217)
#C4B2DD
(196,178,221)
#CBBDE1
(203,189,225)
#D2C8E5
(210,200,229)
#D9D3E9
(217,211,233)
#E0DEED
(224,222,237)
#E7E9F1
(231,233,241)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A886CD; }

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

This text font color is #A886CD.


Background Color

.myBgColor { background-color: #A886CD; }

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

This div background color is #A886CD.


Border color

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

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

This div border color is #A886CD.


Opacity

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

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

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

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

This text has shadow with #A886CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A886CD on black background.


Color preview on white background

This text has color #A886CD on white background.



Black color preview on #A886CD background

This text has black color on #A886CD background.


White color preview on #A886CD background

This text has white color on #A886CD background.