COLOR #A089B2

HEX: #A089B2
RGB: (160,137,178)

Color info

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

RGB color model

#A089B2 color RGB value is (160,137,178).

  • red value is 160;
  • green value is 137;
  • blue value is 178.
RGB:
(160,137,178)
(63%,54%,70%)

RGB channels and saturation

R 160 of 255 = 63%
G 137 of 255 = 54%
B 178 of 255 = 70%

160
137
178

R + G + B ~ 62%. #A089B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 137 + 178 = 475 (100%)
R 160 of 475 ~ 33.68%
G 137 of 475 ~ 28.84%
B 178 of 475 ~ 37.47%

%33.68
%28.84
%37.47

CMYK color model

#A089B2 color CMYK value is (10,23,0,30).

  • cyan value is 10.11%
  • magenta value is 23.03%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(10,23,0,30)
C10M23Y0K30 
(10%,23%,0%,30%)
(0.10/0.23/0.00/0.30)	

CMYK percentages

%10.11
%23.03
%0
%30.2

Codes

Color #A089B2 in popluar color models

A089B2
RGB160137178
HSL274°21.03%61.76%
HSB/HSV274°23.03%69.80%
CMYK10.11%23.03%0.00%
30.20%

Color #A089B2 in popluar number systems.

HEXA089B2
Decimal160137178
Binary101000001000100110110010
Octal240211262

Shades and tints

Shades of #A089B2

#A089B2
(160,137,178)
#927DA2
(146,125,162)
#847192
(132,113,146)
#766582
(118,101,130)
#685972
(104,89,114)
#5A4D62
(90,77,98)
#4C4152
(76,65,82)
#3E3542
(62,53,66)
#302932
(48,41,50)
#221D22
(34,29,34)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #A089B2

#A089B2
(160,137,178)
#A893B9
(168,147,185)
#B09DC0
(176,157,192)
#B8A7C7
(184,167,199)
#C0B1CE
(192,177,206)
#C8BBD5
(200,187,213)
#D0C5DC
(208,197,220)
#D8CFE3
(216,207,227)
#E0D9EA
(224,217,234)
#E8E3F1
(232,227,241)
#F0EDF8
(240,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A089B2 color. Also use rgb(160,137,178) instead hex code.

Text Font Color

.myTextColor { color: #A089B2; }

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

This text font color is #A089B2.


Background Color

.myBgColor { background-color: #A089B2; }

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

This div background color is #A089B2.


Border color

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

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

This div border color is #A089B2.


Opacity

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

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

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

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

This text has shadow with #A089B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A089B2 on black background.


Color preview on white background

This text has color #A089B2 on white background.



Black color preview on #A089B2 background

This text has black color on #A089B2 background.


White color preview on #A089B2 background

This text has white color on #A089B2 background.