COLOR #A09FBF

HEX: #A09FBF
RGB: (160,159,191)

Color info

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

RGB color model

#A09FBF color RGB value is (160,159,191).

  • red value is 160;
  • green value is 159;
  • blue value is 191.
RGB:
(160,159,191)
(63%,62%,75%)

RGB channels and saturation

R 160 of 255 = 63%
G 159 of 255 = 62%
B 191 of 255 = 75%

160
159
191

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

Portions of RGB colors in percentages

R + G + B =
160 + 159 + 191 = 510 (100%)
R 160 of 510 ~ 31.37%
G 159 of 510 ~ 31.18%
B 191 of 510 ~ 37.45%

%31.37
%31.18
%37.45

CMYK color model

#A09FBF color CMYK value is (16,17,0,25).

  • cyan value is 16.23%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(16,17,0,25)
C16M17Y0K25 
(16%,17%,0%,25%)
(0.16/0.17/0.00/0.25)	

CMYK percentages

%16.23
%16.75
%0
%25.1

Codes

Color #A09FBF in popluar color models

A09FBF
RGB160159191
HSL242°20.00%68.63%
HSB/HSV242°16.75%74.90%
CMYK16.23%16.75%0.00%
25.10%

Color #A09FBF in popluar number systems.

HEXA09FBF
Decimal160159191
Binary101000001001111110111111
Octal240237277

Shades and tints

Shades of #A09FBF

#A09FBF
(160,159,191)
#9291AE
(146,145,174)
#84839D
(132,131,157)
#76758C
(118,117,140)
#68677B
(104,103,123)
#5A596A
(90,89,106)
#4C4B59
(76,75,89)
#3E3D48
(62,61,72)
#302F37
(48,47,55)
#222126
(34,33,38)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #A09FBF

#A09FBF
(160,159,191)
#A8A7C4
(168,167,196)
#B0AFC9
(176,175,201)
#B8B7CE
(184,183,206)
#C0BFD3
(192,191,211)
#C8C7D8
(200,199,216)
#D0CFDD
(208,207,221)
#D8D7E2
(216,215,226)
#E0DFE7
(224,223,231)
#E8E7EC
(232,231,236)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A09FBF color. Also use rgb(160,159,191) instead hex code.

Text Font Color

.myTextColor { color: #A09FBF; }

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

This text font color is #A09FBF.


Background Color

.myBgColor { background-color: #A09FBF; }

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

This div background color is #A09FBF.


Border color

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

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

This div border color is #A09FBF.


Opacity

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

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

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

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

This text has shadow with #A09FBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09FBF on black background.


Color preview on white background

This text has color #A09FBF on white background.



Black color preview on #A09FBF background

This text has black color on #A09FBF background.


White color preview on #A09FBF background

This text has white color on #A09FBF background.