COLOR #AF8AA7

HEX: #AF8AA7
RGB: (175,138,167)

Color info

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

RGB color model

#AF8AA7 color RGB value is (175,138,167).

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

RGB channels and saturation

R 175 of 255 = 69%
G 138 of 255 = 54%
B 167 of 255 = 65%

175
138
167

R + G + B ~ 63%. #AF8AA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 138 + 167 = 480 (100%)
R 175 of 480 ~ 36.46%
G 138 of 480 ~ 28.75%
B 167 of 480 ~ 34.79%

%36.46
%28.75
%34.79

CMYK color model

#AF8AA7 color CMYK value is (0,21,5,31).

  • cyan value is 0.00%
  • magenta value is 21.14%
  • yellow value is 4.57%
  • key color value is 31.37%
CMYK:
(0,21,5,31)
C0M21Y5K31 
(0%,21%,5%,31%)
(0.00/0.21/0.05/0.31)	

CMYK percentages

%0
%21.14
%4.57
%31.37

Codes

Color #AF8AA7 in popluar color models

AF8AA7
RGB175138167
HSL313°18.78%61.37%
HSB/HSV313°21.14%68.63%
CMYK0.00%21.14%4.57%
31.37%

Color #AF8AA7 in popluar number systems.

HEXAF8AA7
Decimal175138167
Binary101011111000101010100111
Octal257212247

Shades and tints

Shades of #AF8AA7

#AF8AA7
(175,138,167)
#A07E98
(160,126,152)
#917289
(145,114,137)
#82667A
(130,102,122)
#735A6B
(115,90,107)
#644E5C
(100,78,92)
#55424D
(85,66,77)
#46363E
(70,54,62)
#372A2F
(55,42,47)
#281E20
(40,30,32)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #AF8AA7

#AF8AA7
(175,138,167)
#B694AF
(182,148,175)
#BD9EB7
(189,158,183)
#C4A8BF
(196,168,191)
#CBB2C7
(203,178,199)
#D2BCCF
(210,188,207)
#D9C6D7
(217,198,215)
#E0D0DF
(224,208,223)
#E7DAE7
(231,218,231)
#EEE4EF
(238,228,239)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8AA7; }

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

This text font color is #AF8AA7.


Background Color

.myBgColor { background-color: #AF8AA7; }

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

This div background color is #AF8AA7.


Border color

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

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

This div border color is #AF8AA7.


Opacity

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

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

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

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

This text has shadow with #AF8AA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8AA7 on black background.


Color preview on white background

This text has color #AF8AA7 on white background.



Black color preview on #AF8AA7 background

This text has black color on #AF8AA7 background.


White color preview on #AF8AA7 background

This text has white color on #AF8AA7 background.