COLOR #AF91A7

HEX: #AF91A7
RGB: (175,145,167)

Color info

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

RGB color model

#AF91A7 color RGB value is (175,145,167).

  • red value is 175;
  • green value is 145;
  • blue value is 167.
RGB:
(175,145,167)
(69%,57%,65%)

RGB channels and saturation

R 175 of 255 = 69%
G 145 of 255 = 57%
B 167 of 255 = 65%

175
145
167

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

Portions of RGB colors in percentages

R + G + B =
175 + 145 + 167 = 487 (100%)
R 175 of 487 ~ 35.93%
G 145 of 487 ~ 29.77%
B 167 of 487 ~ 34.29%

%35.93
%29.77
%34.29

CMYK color model

#AF91A7 color CMYK value is (0,17,5,31).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 4.57%
  • key color value is 31.37%
CMYK:
(0,17,5,31)
C0M17Y5K31 
(0%,17%,5%,31%)
(0.00/0.17/0.05/0.31)	

CMYK percentages

%0
%17.14
%4.57
%31.37

Codes

Color #AF91A7 in popluar color models

AF91A7
RGB175145167
HSL316°15.79%62.75%
HSB/HSV316°17.14%68.63%
CMYK0.00%17.14%4.57%
31.37%

Color #AF91A7 in popluar number systems.

HEXAF91A7
Decimal175145167
Binary101011111001000110100111
Octal257221247

Shades and tints

Shades of #AF91A7

#AF91A7
(175,145,167)
#A08498
(160,132,152)
#917789
(145,119,137)
#826A7A
(130,106,122)
#735D6B
(115,93,107)
#64505C
(100,80,92)
#55434D
(85,67,77)
#46363E
(70,54,62)
#37292F
(55,41,47)
#281C20
(40,28,32)
#190F11
(25,15,17)
#000000
(0,0,0)

Tints of #AF91A7

#AF91A7
(175,145,167)
#B69BAF
(182,155,175)
#BDA5B7
(189,165,183)
#C4AFBF
(196,175,191)
#CBB9C7
(203,185,199)
#D2C3CF
(210,195,207)
#D9CDD7
(217,205,215)
#E0D7DF
(224,215,223)
#E7E1E7
(231,225,231)
#EEEBEF
(238,235,239)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF91A7 color. Also use rgb(175,145,167) instead hex code.

Text Font Color

.myTextColor { color: #AF91A7; }

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

This text font color is #AF91A7.


Background Color

.myBgColor { background-color: #AF91A7; }

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

This div background color is #AF91A7.


Border color

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

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

This div border color is #AF91A7.


Opacity

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

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

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

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

This text has shadow with #AF91A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF91A7 on black background.


Color preview on white background

This text has color #AF91A7 on white background.



Black color preview on #AF91A7 background

This text has black color on #AF91A7 background.


White color preview on #AF91A7 background

This text has white color on #AF91A7 background.