COLOR #A09BAE

HEX: #A09BAE
RGB: (160,155,174)

Color info

#A09BAE contains red, green and blue colors in about the same proportion. Web safe color of #A09BAE is #999999 (or #999).

RGB color model

#A09BAE color RGB value is (160,155,174).

  • red value is 160;
  • green value is 155;
  • blue value is 174.
RGB:
(160,155,174)
(63%,61%,68%)

RGB channels and saturation

R 160 of 255 = 63%
G 155 of 255 = 61%
B 174 of 255 = 68%

160
155
174

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

Portions of RGB colors in percentages

R + G + B =
160 + 155 + 174 = 489 (100%)
R 160 of 489 ~ 32.72%
G 155 of 489 ~ 31.7%
B 174 of 489 ~ 35.58%

%32.72
%31.7
%35.58

CMYK color model

#A09BAE color CMYK value is (8,11,0,32).

  • cyan value is 8.05%
  • magenta value is 10.92%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(8,11,0,32)
C8M11Y0K32 
(8%,11%,0%,32%)
(0.08/0.11/0.00/0.32)	

CMYK percentages

%8.05
%10.92
%0
%31.76

Codes

Color #A09BAE in popluar color models

A09BAE
RGB160155174
HSL256°10.50%64.51%
HSB/HSV256°10.92%68.24%
CMYK8.05%10.92%0.00%
31.76%

Color #A09BAE in popluar number systems.

HEXA09BAE
Decimal160155174
Binary101000001001101110101110
Octal240233256

Shades and tints

Shades of #A09BAE

#A09BAE
(160,155,174)
#928D9F
(146,141,159)
#847F90
(132,127,144)
#767181
(118,113,129)
#686372
(104,99,114)
#5A5563
(90,85,99)
#4C4754
(76,71,84)
#3E3945
(62,57,69)
#302B36
(48,43,54)
#221D27
(34,29,39)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #A09BAE

#A09BAE
(160,155,174)
#A8A4B5
(168,164,181)
#B0ADBC
(176,173,188)
#B8B6C3
(184,182,195)
#C0BFCA
(192,191,202)
#C8C8D1
(200,200,209)
#D0D1D8
(208,209,216)
#D8DADF
(216,218,223)
#E0E3E6
(224,227,230)
#E8ECED
(232,236,237)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09BAE color. Also use rgb(160,155,174) instead hex code.

Text Font Color

.myTextColor { color: #A09BAE; }

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

This text font color is #A09BAE.


Background Color

.myBgColor { background-color: #A09BAE; }

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

This div background color is #A09BAE.


Border color

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

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

This div border color is #A09BAE.


Opacity

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

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

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

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

This text has shadow with #A09BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09BAE on black background.


Color preview on white background

This text has color #A09BAE on white background.



Black color preview on #A09BAE background

This text has black color on #A09BAE background.


White color preview on #A09BAE background

This text has white color on #A09BAE background.