COLOR #AF91A8

HEX: #AF91A8
RGB: (175,145,168)

Color info

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

RGB color model

#AF91A8 color RGB value is (175,145,168).

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

RGB channels and saturation

R 175 of 255 = 69%
G 145 of 255 = 57%
B 168 of 255 = 66%

175
145
168

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

Portions of RGB colors in percentages

R + G + B =
175 + 145 + 168 = 488 (100%)
R 175 of 488 ~ 35.86%
G 145 of 488 ~ 29.71%
B 168 of 488 ~ 34.43%

%35.86
%29.71
%34.43

CMYK color model

#AF91A8 color CMYK value is (0,17,4,31).

  • cyan value is 0.00%
  • magenta value is 17.14%
  • yellow value is 4.00%
  • key color value is 31.37%
CMYK:
(0,17,4,31)
C0M17Y4K31 
(0%,17%,4%,31%)
(0.00/0.17/0.04/0.31)	

CMYK percentages

%0
%17.14
%4
%31.37

Codes

Color #AF91A8 in popluar color models

AF91A8
RGB175145168
HSL314°15.79%62.75%
HSB/HSV314°17.14%68.63%
CMYK0.00%17.14%4.00%
31.37%

Color #AF91A8 in popluar number systems.

HEXAF91A8
Decimal175145168
Binary101011111001000110101000
Octal257221250

Shades and tints

Shades of #AF91A8

#AF91A8
(175,145,168)
#A08499
(160,132,153)
#91778A
(145,119,138)
#826A7B
(130,106,123)
#735D6C
(115,93,108)
#64505D
(100,80,93)
#55434E
(85,67,78)
#46363F
(70,54,63)
#372930
(55,41,48)
#281C21
(40,28,33)
#190F12
(25,15,18)
#000000
(0,0,0)

Tints of #AF91A8

#AF91A8
(175,145,168)
#B69BAF
(182,155,175)
#BDA5B6
(189,165,182)
#C4AFBD
(196,175,189)
#CBB9C4
(203,185,196)
#D2C3CB
(210,195,203)
#D9CDD2
(217,205,210)
#E0D7D9
(224,215,217)
#E7E1E0
(231,225,224)
#EEEBE7
(238,235,231)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF91A8; }

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

This text font color is #AF91A8.


Background Color

.myBgColor { background-color: #AF91A8; }

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

This div background color is #AF91A8.


Border color

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

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

This div border color is #AF91A8.


Opacity

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

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

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

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

This text has shadow with #AF91A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF91A8 on black background.


Color preview on white background

This text has color #AF91A8 on white background.



Black color preview on #AF91A8 background

This text has black color on #AF91A8 background.


White color preview on #AF91A8 background

This text has white color on #AF91A8 background.