COLOR #A696AB

HEX: #A696AB
RGB: (166,150,171)

Color info

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

RGB color model

#A696AB color RGB value is (166,150,171).

  • red value is 166;
  • green value is 150;
  • blue value is 171.
RGB:
(166,150,171)
(65%,59%,67%)

RGB channels and saturation

R 166 of 255 = 65%
G 150 of 255 = 59%
B 171 of 255 = 67%

166
150
171

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

Portions of RGB colors in percentages

R + G + B =
166 + 150 + 171 = 487 (100%)
R 166 of 487 ~ 34.09%
G 150 of 487 ~ 30.8%
B 171 of 487 ~ 35.11%

%34.09
%30.8
%35.11

CMYK color model

#A696AB color CMYK value is (3,12,0,33).

  • cyan value is 2.92%
  • magenta value is 12.28%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(3,12,0,33)
C3M12Y0K33 
(3%,12%,0%,33%)
(0.03/0.12/0.00/0.33)	

CMYK percentages

%2.92
%12.28
%0
%32.94

Codes

Color #A696AB in popluar color models

A696AB
RGB166150171
HSL286°11.11%62.94%
HSB/HSV286°12.28%67.06%
CMYK2.92%12.28%0.00%
32.94%

Color #A696AB in popluar number systems.

HEXA696AB
Decimal166150171
Binary101001101001011010101011
Octal246226253

Shades and tints

Shades of #A696AB

#A696AB
(166,150,171)
#97899C
(151,137,156)
#887C8D
(136,124,141)
#796F7E
(121,111,126)
#6A626F
(106,98,111)
#5B5560
(91,85,96)
#4C4851
(76,72,81)
#3D3B42
(61,59,66)
#2E2E33
(46,46,51)
#1F2124
(31,33,36)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #A696AB

#A696AB
(166,150,171)
#AE9FB2
(174,159,178)
#B6A8B9
(182,168,185)
#BEB1C0
(190,177,192)
#C6BAC7
(198,186,199)
#CEC3CE
(206,195,206)
#D6CCD5
(214,204,213)
#DED5DC
(222,213,220)
#E6DEE3
(230,222,227)
#EEE7EA
(238,231,234)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A696AB color. Also use rgb(166,150,171) instead hex code.

Text Font Color

.myTextColor { color: #A696AB; }

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

This text font color is #A696AB.


Background Color

.myBgColor { background-color: #A696AB; }

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

This div background color is #A696AB.


Border color

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

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

This div border color is #A696AB.


Opacity

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

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

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

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

This text has shadow with #A696AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A696AB on black background.


Color preview on white background

This text has color #A696AB on white background.



Black color preview on #A696AB background

This text has black color on #A696AB background.


White color preview on #A696AB background

This text has white color on #A696AB background.