COLOR #A09BBB

HEX: #A09BBB
RGB: (160,155,187)

Color info

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

RGB color model

#A09BBB color RGB value is (160,155,187).

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

RGB channels and saturation

R 160 of 255 = 63%
G 155 of 255 = 61%
B 187 of 255 = 73%

160
155
187

R + G + B ~ 66%. #A09BBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 155 + 187 = 502 (100%)
R 160 of 502 ~ 31.87%
G 155 of 502 ~ 30.88%
B 187 of 502 ~ 37.25%

%31.87
%30.88
%37.25

CMYK color model

#A09BBB color CMYK value is (14,17,0,27).

  • cyan value is 14.44%
  • magenta value is 17.11%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(14,17,0,27)
C14M17Y0K27 
(14%,17%,0%,27%)
(0.14/0.17/0.00/0.27)	

CMYK percentages

%14.44
%17.11
%0
%26.67

Codes

Color #A09BBB in popluar color models

A09BBB
RGB160155187
HSL249°19.05%67.06%
HSB/HSV249°17.11%73.33%
CMYK14.44%17.11%0.00%
26.67%

Color #A09BBB in popluar number systems.

HEXA09BBB
Decimal160155187
Binary101000001001101110111011
Octal240233273

Shades and tints

Shades of #A09BBB

#A09BBB
(160,155,187)
#928DAA
(146,141,170)
#847F99
(132,127,153)
#767188
(118,113,136)
#686377
(104,99,119)
#5A5566
(90,85,102)
#4C4755
(76,71,85)
#3E3944
(62,57,68)
#302B33
(48,43,51)
#221D22
(34,29,34)
#140F11
(20,15,17)
#000000
(0,0,0)

Tints of #A09BBB

#A09BBB
(160,155,187)
#A8A4C1
(168,164,193)
#B0ADC7
(176,173,199)
#B8B6CD
(184,182,205)
#C0BFD3
(192,191,211)
#C8C8D9
(200,200,217)
#D0D1DF
(208,209,223)
#D8DAE5
(216,218,229)
#E0E3EB
(224,227,235)
#E8ECF1
(232,236,241)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A09BBB; }

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

This text font color is #A09BBB.


Background Color

.myBgColor { background-color: #A09BBB; }

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

This div background color is #A09BBB.


Border color

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

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

This div border color is #A09BBB.


Opacity

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

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

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

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

This text has shadow with #A09BBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A09BBB on black background.


Color preview on white background

This text has color #A09BBB on white background.



Black color preview on #A09BBB background

This text has black color on #A09BBB background.


White color preview on #A09BBB background

This text has white color on #A09BBB background.