COLOR #AF9FAA

HEX: #AF9FAA
RGB: (175,159,170)

Color info

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

RGB color model

#AF9FAA color RGB value is (175,159,170).

  • red value is 175;
  • green value is 159;
  • blue value is 170.
RGB:
(175,159,170)
(69%,62%,67%)

RGB channels and saturation

R 175 of 255 = 69%
G 159 of 255 = 62%
B 170 of 255 = 67%

175
159
170

R + G + B ~ 66%. #AF9FAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 159 + 170 = 504 (100%)
R 175 of 504 ~ 34.72%
G 159 of 504 ~ 31.55%
B 170 of 504 ~ 33.73%

%34.72
%31.55
%33.73

CMYK color model

#AF9FAA color CMYK value is (0,9,3,31).

  • cyan value is 0.00%
  • magenta value is 9.14%
  • yellow value is 2.86%
  • key color value is 31.37%
CMYK:
(0,9,3,31)
C0M9Y3K31 
(0%,9%,3%,31%)
(0.00/0.09/0.03/0.31)	

CMYK percentages

%0
%9.14
%2.86
%31.37

Codes

Color #AF9FAA in popluar color models

AF9FAA
RGB175159170
HSL319°9.09%65.49%
HSB/HSV319°9.14%68.63%
CMYK0.00%9.14%2.86%
31.37%

Color #AF9FAA in popluar number systems.

HEXAF9FAA
Decimal175159170
Binary101011111001111110101010
Octal257237252

Shades and tints

Shades of #AF9FAA

#AF9FAA
(175,159,170)
#A0919B
(160,145,155)
#91838C
(145,131,140)
#82757D
(130,117,125)
#73676E
(115,103,110)
#64595F
(100,89,95)
#554B50
(85,75,80)
#463D41
(70,61,65)
#372F32
(55,47,50)
#282123
(40,33,35)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #AF9FAA

#AF9FAA
(175,159,170)
#B6A7B1
(182,167,177)
#BDAFB8
(189,175,184)
#C4B7BF
(196,183,191)
#CBBFC6
(203,191,198)
#D2C7CD
(210,199,205)
#D9CFD4
(217,207,212)
#E0D7DB
(224,215,219)
#E7DFE2
(231,223,226)
#EEE7E9
(238,231,233)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9FAA color. Also use rgb(175,159,170) instead hex code.

Text Font Color

.myTextColor { color: #AF9FAA; }

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

This text font color is #AF9FAA.


Background Color

.myBgColor { background-color: #AF9FAA; }

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

This div background color is #AF9FAA.


Border color

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

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

This div border color is #AF9FAA.


Opacity

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

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

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

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

This text has shadow with #AF9FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9FAA on black background.


Color preview on white background

This text has color #AF9FAA on white background.



Black color preview on #AF9FAA background

This text has black color on #AF9FAA background.


White color preview on #AF9FAA background

This text has white color on #AF9FAA background.