COLOR #AF98AA

HEX: #AF98AA
RGB: (175,152,170)

Color info

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

RGB color model

#AF98AA color RGB value is (175,152,170).

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

RGB channels and saturation

R 175 of 255 = 69%
G 152 of 255 = 60%
B 170 of 255 = 67%

175
152
170

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

Portions of RGB colors in percentages

R + G + B =
175 + 152 + 170 = 497 (100%)
R 175 of 497 ~ 35.21%
G 152 of 497 ~ 30.58%
B 170 of 497 ~ 34.21%

%35.21
%30.58
%34.21

CMYK color model

#AF98AA color CMYK value is (0,13,3,31).

  • cyan value is 0.00%
  • magenta value is 13.14%
  • yellow value is 2.86%
  • key color value is 31.37%
CMYK:
(0,13,3,31)
C0M13Y3K31 
(0%,13%,3%,31%)
(0.00/0.13/0.03/0.31)	

CMYK percentages

%0
%13.14
%2.86
%31.37

Codes

Color #AF98AA in popluar color models

AF98AA
RGB175152170
HSL313°12.57%64.12%
HSB/HSV313°13.14%68.63%
CMYK0.00%13.14%2.86%
31.37%

Color #AF98AA in popluar number systems.

HEXAF98AA
Decimal175152170
Binary101011111001100010101010
Octal257230252

Shades and tints

Shades of #AF98AA

#AF98AA
(175,152,170)
#A08B9B
(160,139,155)
#917E8C
(145,126,140)
#82717D
(130,113,125)
#73646E
(115,100,110)
#64575F
(100,87,95)
#554A50
(85,74,80)
#463D41
(70,61,65)
#373032
(55,48,50)
#282323
(40,35,35)
#191614
(25,22,20)
#000000
(0,0,0)

Tints of #AF98AA

#AF98AA
(175,152,170)
#B6A1B1
(182,161,177)
#BDAAB8
(189,170,184)
#C4B3BF
(196,179,191)
#CBBCC6
(203,188,198)
#D2C5CD
(210,197,205)
#D9CED4
(217,206,212)
#E0D7DB
(224,215,219)
#E7E0E2
(231,224,226)
#EEE9E9
(238,233,233)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF98AA; }

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

This text font color is #AF98AA.


Background Color

.myBgColor { background-color: #AF98AA; }

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

This div background color is #AF98AA.


Border color

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

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

This div border color is #AF98AA.


Opacity

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

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

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

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

This text has shadow with #AF98AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF98AA on black background.


Color preview on white background

This text has color #AF98AA on white background.



Black color preview on #AF98AA background

This text has black color on #AF98AA background.


White color preview on #AF98AA background

This text has white color on #AF98AA background.