COLOR #A088AB

HEX: #A088AB
RGB: (160,136,171)

Color info

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

RGB color model

#A088AB color RGB value is (160,136,171).

  • red value is 160;
  • green value is 136;
  • blue value is 171.
RGB:
(160,136,171)
(63%,53%,67%)

RGB channels and saturation

R 160 of 255 = 63%
G 136 of 255 = 53%
B 171 of 255 = 67%

160
136
171

R + G + B ~ 61%. #A088AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 136 + 171 = 467 (100%)
R 160 of 467 ~ 34.26%
G 136 of 467 ~ 29.12%
B 171 of 467 ~ 36.62%

%34.26
%29.12
%36.62

CMYK color model

#A088AB color CMYK value is (6,20,0,33).

  • cyan value is 6.43%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(6,20,0,33)
C6M20Y0K33 
(6%,20%,0%,33%)
(0.06/0.20/0.00/0.33)	

CMYK percentages

%6.43
%20.47
%0
%32.94

Codes

Color #A088AB in popluar color models

A088AB
RGB160136171
HSL281°17.24%60.20%
HSB/HSV281°20.47%67.06%
CMYK6.43%20.47%0.00%
32.94%

Color #A088AB in popluar number systems.

HEXA088AB
Decimal160136171
Binary101000001000100010101011
Octal240210253

Shades and tints

Shades of #A088AB

#A088AB
(160,136,171)
#927C9C
(146,124,156)
#84708D
(132,112,141)
#76647E
(118,100,126)
#68586F
(104,88,111)
#5A4C60
(90,76,96)
#4C4051
(76,64,81)
#3E3442
(62,52,66)
#302833
(48,40,51)
#221C24
(34,28,36)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #A088AB

#A088AB
(160,136,171)
#A892B2
(168,146,178)
#B09CB9
(176,156,185)
#B8A6C0
(184,166,192)
#C0B0C7
(192,176,199)
#C8BACE
(200,186,206)
#D0C4D5
(208,196,213)
#D8CEDC
(216,206,220)
#E0D8E3
(224,216,227)
#E8E2EA
(232,226,234)
#F0ECF1
(240,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A088AB color. Also use rgb(160,136,171) instead hex code.

Text Font Color

.myTextColor { color: #A088AB; }

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

This text font color is #A088AB.


Background Color

.myBgColor { background-color: #A088AB; }

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

This div background color is #A088AB.


Border color

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

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

This div border color is #A088AB.


Opacity

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

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

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

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

This text has shadow with #A088AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A088AB on black background.


Color preview on white background

This text has color #A088AB on white background.



Black color preview on #A088AB background

This text has black color on #A088AB background.


White color preview on #A088AB background

This text has white color on #A088AB background.