COLOR #AF97AE

HEX: #AF97AE
RGB: (175,151,174)

Color info

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

RGB color model

#AF97AE color RGB value is (175,151,174).

  • red value is 175;
  • green value is 151;
  • blue value is 174.
RGB:
(175,151,174)
(69%,59%,68%)

RGB channels and saturation

R 175 of 255 = 69%
G 151 of 255 = 59%
B 174 of 255 = 68%

175
151
174

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

Portions of RGB colors in percentages

R + G + B =
175 + 151 + 174 = 500 (100%)
R 175 of 500 ~ 35%
G 151 of 500 ~ 30.2%
B 174 of 500 ~ 34.8%

%35
%30.2
%34.8

CMYK color model

#AF97AE color CMYK value is (0,14,1,31).

  • cyan value is 0.00%
  • magenta value is 13.71%
  • yellow value is 0.57%
  • key color value is 31.37%
CMYK:
(0,14,1,31)
C0M14Y1K31 
(0%,14%,1%,31%)
(0.00/0.14/0.01/0.31)	

CMYK percentages

%0
%13.71
%0.57
%31.37

Codes

Color #AF97AE in popluar color models

AF97AE
RGB175151174
HSL303°13.04%63.92%
HSB/HSV303°13.71%68.63%
CMYK0.00%13.71%0.57%
31.37%

Color #AF97AE in popluar number systems.

HEXAF97AE
Decimal175151174
Binary101011111001011110101110
Octal257227256

Shades and tints

Shades of #AF97AE

#AF97AE
(175,151,174)
#A08A9F
(160,138,159)
#917D90
(145,125,144)
#827081
(130,112,129)
#736372
(115,99,114)
#645663
(100,86,99)
#554954
(85,73,84)
#463C45
(70,60,69)
#372F36
(55,47,54)
#282227
(40,34,39)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #AF97AE

#AF97AE
(175,151,174)
#B6A0B5
(182,160,181)
#BDA9BC
(189,169,188)
#C4B2C3
(196,178,195)
#CBBBCA
(203,187,202)
#D2C4D1
(210,196,209)
#D9CDD8
(217,205,216)
#E0D6DF
(224,214,223)
#E7DFE6
(231,223,230)
#EEE8ED
(238,232,237)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF97AE color. Also use rgb(175,151,174) instead hex code.

Text Font Color

.myTextColor { color: #AF97AE; }

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

This text font color is #AF97AE.


Background Color

.myBgColor { background-color: #AF97AE; }

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

This div background color is #AF97AE.


Border color

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

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

This div border color is #AF97AE.


Opacity

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

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

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

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

This text has shadow with #AF97AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF97AE on black background.


Color preview on white background

This text has color #AF97AE on white background.



Black color preview on #AF97AE background

This text has black color on #AF97AE background.


White color preview on #AF97AE background

This text has white color on #AF97AE background.