COLOR #A698AE

HEX: #A698AE
RGB: (166,152,174)

Color info

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

RGB color model

#A698AE color RGB value is (166,152,174).

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

RGB channels and saturation

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

166
152
174

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

Portions of RGB colors in percentages

R + G + B =
166 + 152 + 174 = 492 (100%)
R 166 of 492 ~ 33.74%
G 152 of 492 ~ 30.89%
B 174 of 492 ~ 35.37%

%33.74
%30.89
%35.37

CMYK color model

#A698AE color CMYK value is (5,13,0,32).

  • cyan value is 4.60%
  • magenta value is 12.64%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(5,13,0,32)
C5M13Y0K32 
(5%,13%,0%,32%)
(0.05/0.13/0.00/0.32)	

CMYK percentages

%4.6
%12.64
%0
%31.76

Codes

Color #A698AE in popluar color models

A698AE
RGB166152174
HSL278°11.96%63.92%
HSB/HSV278°12.64%68.24%
CMYK4.60%12.64%0.00%
31.76%

Color #A698AE in popluar number systems.

HEXA698AE
Decimal166152174
Binary101001101001100010101110
Octal246230256

Shades and tints

Shades of #A698AE

#A698AE
(166,152,174)
#978B9F
(151,139,159)
#887E90
(136,126,144)
#797181
(121,113,129)
#6A6472
(106,100,114)
#5B5763
(91,87,99)
#4C4A54
(76,74,84)
#3D3D45
(61,61,69)
#2E3036
(46,48,54)
#1F2327
(31,35,39)
#101618
(16,22,24)
#000000
(0,0,0)

Tints of #A698AE

#A698AE
(166,152,174)
#AEA1B5
(174,161,181)
#B6AABC
(182,170,188)
#BEB3C3
(190,179,195)
#C6BCCA
(198,188,202)
#CEC5D1
(206,197,209)
#D6CED8
(214,206,216)
#DED7DF
(222,215,223)
#E6E0E6
(230,224,230)
#EEE9ED
(238,233,237)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A698AE; }

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

This text font color is #A698AE.


Background Color

.myBgColor { background-color: #A698AE; }

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

This div background color is #A698AE.


Border color

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

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

This div border color is #A698AE.


Opacity

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

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

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

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

This text has shadow with #A698AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A698AE on black background.


Color preview on white background

This text has color #A698AE on white background.



Black color preview on #A698AE background

This text has black color on #A698AE background.


White color preview on #A698AE background

This text has white color on #A698AE background.