COLOR #A698AF

HEX: #A698AF
RGB: (166,152,175)

Color info

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

RGB color model

#A698AF color RGB value is (166,152,175).

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

RGB channels and saturation

R 166 of 255 = 65%
G 152 of 255 = 60%
B 175 of 255 = 69%

166
152
175

R + G + B ~ 65%. #A698AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 152 + 175 = 493 (100%)
R 166 of 493 ~ 33.67%
G 152 of 493 ~ 30.83%
B 175 of 493 ~ 35.5%

%33.67
%30.83
%35.5

CMYK color model

#A698AF color CMYK value is (5,13,0,31).

  • cyan value is 5.14%
  • magenta value is 13.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(5,13,0,31)
C5M13Y0K31 
(5%,13%,0%,31%)
(0.05/0.13/0.00/0.31)	

CMYK percentages

%5.14
%13.14
%0
%31.37

Codes

Color #A698AF in popluar color models

A698AF
RGB166152175
HSL277°12.57%64.12%
HSB/HSV277°13.14%68.63%
CMYK5.14%13.14%0.00%
31.37%

Color #A698AF in popluar number systems.

HEXA698AF
Decimal166152175
Binary101001101001100010101111
Octal246230257

Shades and tints

Shades of #A698AF

#A698AF
(166,152,175)
#978BA0
(151,139,160)
#887E91
(136,126,145)
#797182
(121,113,130)
#6A6473
(106,100,115)
#5B5764
(91,87,100)
#4C4A55
(76,74,85)
#3D3D46
(61,61,70)
#2E3037
(46,48,55)
#1F2328
(31,35,40)
#101619
(16,22,25)
#000000
(0,0,0)

Tints of #A698AF

#A698AF
(166,152,175)
#AEA1B6
(174,161,182)
#B6AABD
(182,170,189)
#BEB3C4
(190,179,196)
#C6BCCB
(198,188,203)
#CEC5D2
(206,197,210)
#D6CED9
(214,206,217)
#DED7E0
(222,215,224)
#E6E0E7
(230,224,231)
#EEE9EE
(238,233,238)
#F6F2F5
(246,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A698AF; }

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

This text font color is #A698AF.


Background Color

.myBgColor { background-color: #A698AF; }

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

This div background color is #A698AF.


Border color

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

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

This div border color is #A698AF.


Opacity

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

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

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

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

This text has shadow with #A698AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A698AF on black background.


Color preview on white background

This text has color #A698AF on white background.



Black color preview on #A698AF background

This text has black color on #A698AF background.


White color preview on #A698AF background

This text has white color on #A698AF background.