COLOR #A09EC8

HEX: #A09EC8
RGB: (160,158,200)

Color info

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

RGB color model

#A09EC8 color RGB value is (160,158,200).

  • red value is 160;
  • green value is 158;
  • blue value is 200.
RGB:
(160,158,200)
(63%,62%,78%)

RGB channels and saturation

R 160 of 255 = 63%
G 158 of 255 = 62%
B 200 of 255 = 78%

160
158
200

R + G + B ~ 68%. #A09EC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 158 + 200 = 518 (100%)
R 160 of 518 ~ 30.89%
G 158 of 518 ~ 30.5%
B 200 of 518 ~ 38.61%

%30.89
%30.5
%38.61

CMYK color model

#A09EC8 color CMYK value is (20,21,0,22).

  • cyan value is 20.00%
  • magenta value is 21.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(20,21,0,22)
C20M21Y0K22 
(20%,21%,0%,22%)
(0.20/0.21/0.00/0.22)	

CMYK percentages

%20
%21
%0
%21.57

Codes

Color #A09EC8 in popluar color models

A09EC8
RGB160158200
HSL243°27.63%70.20%
HSB/HSV243°21.00%78.43%
CMYK20.00%21.00%0.00%
21.57%

Color #A09EC8 in popluar number systems.

HEXA09EC8
Decimal160158200
Binary101000001001111011001000
Octal240236310

Shades and tints

Shades of #A09EC8

#A09EC8
(160,158,200)
#9290B6
(146,144,182)
#8482A4
(132,130,164)
#767492
(118,116,146)
#686680
(104,102,128)
#5A586E
(90,88,110)
#4C4A5C
(76,74,92)
#3E3C4A
(62,60,74)
#302E38
(48,46,56)
#222026
(34,32,38)
#141214
(20,18,20)
#000000
(0,0,0)

Tints of #A09EC8

#A09EC8
(160,158,200)
#A8A6CD
(168,166,205)
#B0AED2
(176,174,210)
#B8B6D7
(184,182,215)
#C0BEDC
(192,190,220)
#C8C6E1
(200,198,225)
#D0CEE6
(208,206,230)
#D8D6EB
(216,214,235)
#E0DEF0
(224,222,240)
#E8E6F5
(232,230,245)
#F0EEFA
(240,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09EC8 color. Also use rgb(160,158,200) instead hex code.

Text Font Color

.myTextColor { color: #A09EC8; }

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

This text font color is #A09EC8.


Background Color

.myBgColor { background-color: #A09EC8; }

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

This div background color is #A09EC8.


Border color

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

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

This div border color is #A09EC8.


Opacity

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

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

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

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

This text has shadow with #A09EC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09EC8 on black background.


Color preview on white background

This text has color #A09EC8 on white background.



Black color preview on #A09EC8 background

This text has black color on #A09EC8 background.


White color preview on #A09EC8 background

This text has white color on #A09EC8 background.