COLOR #A09BC6

HEX: #A09BC6
RGB: (160,155,198)

Color info

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

RGB color model

#A09BC6 color RGB value is (160,155,198).

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

RGB channels and saturation

R 160 of 255 = 63%
G 155 of 255 = 61%
B 198 of 255 = 78%

160
155
198

R + G + B ~ 67%. #A09BC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 155 + 198 = 513 (100%)
R 160 of 513 ~ 31.19%
G 155 of 513 ~ 30.21%
B 198 of 513 ~ 38.6%

%31.19
%30.21
%38.6

CMYK color model

#A09BC6 color CMYK value is (19,22,0,22).

  • cyan value is 19.19%
  • magenta value is 21.72%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(19,22,0,22)
C19M22Y0K22 
(19%,22%,0%,22%)
(0.19/0.22/0.00/0.22)	

CMYK percentages

%19.19
%21.72
%0
%22.35

Codes

Color #A09BC6 in popluar color models

A09BC6
RGB160155198
HSL247°27.39%69.22%
HSB/HSV247°21.72%77.65%
CMYK19.19%21.72%0.00%
22.35%

Color #A09BC6 in popluar number systems.

HEXA09BC6
Decimal160155198
Binary101000001001101111000110
Octal240233306

Shades and tints

Shades of #A09BC6

#A09BC6
(160,155,198)
#928DB4
(146,141,180)
#847FA2
(132,127,162)
#767190
(118,113,144)
#68637E
(104,99,126)
#5A556C
(90,85,108)
#4C475A
(76,71,90)
#3E3948
(62,57,72)
#302B36
(48,43,54)
#221D24
(34,29,36)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #A09BC6

#A09BC6
(160,155,198)
#A8A4CB
(168,164,203)
#B0ADD0
(176,173,208)
#B8B6D5
(184,182,213)
#C0BFDA
(192,191,218)
#C8C8DF
(200,200,223)
#D0D1E4
(208,209,228)
#D8DAE9
(216,218,233)
#E0E3EE
(224,227,238)
#E8ECF3
(232,236,243)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09BC6; }

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

This text font color is #A09BC6.


Background Color

.myBgColor { background-color: #A09BC6; }

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

This div background color is #A09BC6.


Border color

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

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

This div border color is #A09BC6.


Opacity

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

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

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

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

This text has shadow with #A09BC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09BC6 on black background.


Color preview on white background

This text has color #A09BC6 on white background.



Black color preview on #A09BC6 background

This text has black color on #A09BC6 background.


White color preview on #A09BC6 background

This text has white color on #A09BC6 background.