COLOR #A698AD

HEX: #A698AD
RGB: (166,152,173)

Color info

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

RGB color model

#A698AD color RGB value is (166,152,173).

  • red value is 166;
  • green value is 152;
  • blue value is 173.
RGB:
(166,152,173)
(65%,60%,68%)

RGB channels and saturation

R 166 of 255 = 65%
G 152 of 255 = 60%
B 173 of 255 = 68%

166
152
173

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

Portions of RGB colors in percentages

R + G + B =
166 + 152 + 173 = 491 (100%)
R 166 of 491 ~ 33.81%
G 152 of 491 ~ 30.96%
B 173 of 491 ~ 35.23%

%33.81
%30.96
%35.23

CMYK color model

#A698AD color CMYK value is (4,12,0,32).

  • cyan value is 4.05%
  • magenta value is 12.14%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(4,12,0,32)
C4M12Y0K32 
(4%,12%,0%,32%)
(0.04/0.12/0.00/0.32)	

CMYK percentages

%4.05
%12.14
%0
%32.16

Codes

Color #A698AD in popluar color models

A698AD
RGB166152173
HSL280°11.35%63.73%
HSB/HSV280°12.14%67.84%
CMYK4.05%12.14%0.00%
32.16%

Color #A698AD in popluar number systems.

HEXA698AD
Decimal166152173
Binary101001101001100010101101
Octal246230255

Shades and tints

Shades of #A698AD

#A698AD
(166,152,173)
#978B9E
(151,139,158)
#887E8F
(136,126,143)
#797180
(121,113,128)
#6A6471
(106,100,113)
#5B5762
(91,87,98)
#4C4A53
(76,74,83)
#3D3D44
(61,61,68)
#2E3035
(46,48,53)
#1F2326
(31,35,38)
#101617
(16,22,23)
#000000
(0,0,0)

Tints of #A698AD

#A698AD
(166,152,173)
#AEA1B4
(174,161,180)
#B6AABB
(182,170,187)
#BEB3C2
(190,179,194)
#C6BCC9
(198,188,201)
#CEC5D0
(206,197,208)
#D6CED7
(214,206,215)
#DED7DE
(222,215,222)
#E6E0E5
(230,224,229)
#EEE9EC
(238,233,236)
#F6F2F3
(246,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A698AD color. Also use rgb(166,152,173) instead hex code.

Text Font Color

.myTextColor { color: #A698AD; }

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

This text font color is #A698AD.


Background Color

.myBgColor { background-color: #A698AD; }

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

This div background color is #A698AD.


Border color

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

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

This div border color is #A698AD.


Opacity

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

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

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

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

This text has shadow with #A698AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A698AD on black background.


Color preview on white background

This text has color #A698AD on white background.



Black color preview on #A698AD background

This text has black color on #A698AD background.


White color preview on #A698AD background

This text has white color on #A698AD background.