COLOR #A09EB6

HEX: #A09EB6 RGB: (160,158,182)

Color info

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

RGB color model

#A09EB6 color RGB value is (160,158,182).

RGB: (160,158,182) (63%, 62%, 71%)

RGB channels and saturation

R 160 of 255 = 63%
G 158 of 255 = 62%
B 182 of 255 = 71%

160
158
182

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

Portions of RGB colors in percentages

R + G + B = 160 + 158 + 182 = 500 (100%)
R 160 of 500 ~ 32%
G 158 of 500 ~ 31.6%
B 182 of 500 ~ 36.4'%

%32
%31.6
%36.4

CMYK color model

#A09EB6 color CMYK value is (12,13,0,29).

  • cyan value is 12.09%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (12,13,0,29)
C12M13Y0K29 (12%, 13%, 0%, 29%)
(0.12 / 0.13 / 0.00 / 0.29)

CMYK percentages

%12.09
%13.19
%0
%28.63

Codes

Color #A09EB6 in popluar color models

A0 9E B6
RGB 160 158 182
HSL 245° 14.12% 66.67%
HSB/HSV 245° 13.19% 71.37%
CMYK 12.09% 13.19% 0.00%
28.63%

Color #A09EB6 in popluar number systems.

HEX A0 9E B6
Decimal 160 158 182
Binary 10100000 10011110 10110110
Octal 240 236 266

Shades and tints

Shades of #A09EB6

#A09EB6
(160,158,182)
#9290A6
(146,144,166)
#848296
(132,130,150)
#767486
(118,116,134)
#686676
(104,102,118)
#5A5866
(90,88,102)
#4C4A56
(76,74,86)
#3E3C46
(62,60,70)
#302E36
(48,46,54)
#222026
(34,32,38)
#141216
(20,18,22)
#000000
(0,0,0)

Tints of #A09EB6

#A09EB6
(160,158,182)
#A8A6BC
(168,166,188)
#B0AEC2
(176,174,194)
#B8B6C8
(184,182,200)
#C0BECE
(192,190,206)
#C8C6D4
(200,198,212)
#D0CEDA
(208,206,218)
#D8D6E0
(216,214,224)
#E0DEE6
(224,222,230)
#E8E6EC
(232,230,236)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09EB6; }

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

This text font color is #A09EB6.

Background Color

.myBgColor { background-color: #A09EB6; }

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

This div background color is #A09EB6.

Border color

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

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

This div border color is #A09EB6.

Opacity

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

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

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

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

This text has shadow with #A09EB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A09EB6.

Preview

Color preview on black background

This text has color #A09EB6 on black background.


Color preview on white background

This text has color #A09EB6 on white background.


Black color preview on #A09EB6 background

This text has black color on #A09EB6 background.


White color preview on #A09EB6 background

This text has white color on #A09EB6 background.


Related colors

Complementary color

Complementary color for #hex is #5F6149.


I love getcolorcode.com

Triadic colors

1 #B6A09E and #9EB6A0 with #A09EB6 are triadic colors.

2 #B69EA0 and #9EA0B6 with #A09EB6 are triadic colors.