COLOR #A993AB

HEX: #A993AB
RGB: (169,147,171)

Color info

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

RGB color model

#A993AB color RGB value is (169,147,171).

  • red value is 169;
  • green value is 147;
  • blue value is 171.
RGB:
(169,147,171)
(66%,58%,67%)

RGB channels and saturation

R 169 of 255 = 66%
G 147 of 255 = 58%
B 171 of 255 = 67%

169
147
171

R + G + B ~ 64%. #A993AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 147 + 171 = 487 (100%)
R 169 of 487 ~ 34.7%
G 147 of 487 ~ 30.18%
B 171 of 487 ~ 35.11%

%34.7
%30.18
%35.11

CMYK color model

#A993AB color CMYK value is (1,14,0,33).

  • cyan value is 1.17%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(1,14,0,33)
C1M14Y0K33 
(1%,14%,0%,33%)
(0.01/0.14/0.00/0.33)	

CMYK percentages

%1.17
%14.04
%0
%32.94

Codes

Color #A993AB in popluar color models

A993AB
RGB169147171
HSL295°12.50%62.35%
HSB/HSV295°14.04%67.06%
CMYK1.17%14.04%0.00%
32.94%

Color #A993AB in popluar number systems.

HEXA993AB
Decimal169147171
Binary101010011001001110101011
Octal251223253

Shades and tints

Shades of #A993AB

#A993AB
(169,147,171)
#9A869C
(154,134,156)
#8B798D
(139,121,141)
#7C6C7E
(124,108,126)
#6D5F6F
(109,95,111)
#5E5260
(94,82,96)
#4F4551
(79,69,81)
#403842
(64,56,66)
#312B33
(49,43,51)
#221E24
(34,30,36)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #A993AB

#A993AB
(169,147,171)
#B09CB2
(176,156,178)
#B7A5B9
(183,165,185)
#BEAEC0
(190,174,192)
#C5B7C7
(197,183,199)
#CCC0CE
(204,192,206)
#D3C9D5
(211,201,213)
#DAD2DC
(218,210,220)
#E1DBE3
(225,219,227)
#E8E4EA
(232,228,234)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A993AB color. Also use rgb(169,147,171) instead hex code.

Text Font Color

.myTextColor { color: #A993AB; }

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

This text font color is #A993AB.


Background Color

.myBgColor { background-color: #A993AB; }

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

This div background color is #A993AB.


Border color

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

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

This div border color is #A993AB.


Opacity

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

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

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

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

This text has shadow with #A993AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A993AB on black background.


Color preview on white background

This text has color #A993AB on white background.



Black color preview on #A993AB background

This text has black color on #A993AB background.


White color preview on #A993AB background

This text has white color on #A993AB background.