COLOR #AF89AC

HEX: #AF89AC
RGB: (175,137,172)

Color info

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

RGB color model

#AF89AC color RGB value is (175,137,172).

  • red value is 175;
  • green value is 137;
  • blue value is 172.
RGB:
(175,137,172)
(69%,54%,67%)

RGB channels and saturation

R 175 of 255 = 69%
G 137 of 255 = 54%
B 172 of 255 = 67%

175
137
172

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

Portions of RGB colors in percentages

R + G + B =
175 + 137 + 172 = 484 (100%)
R 175 of 484 ~ 36.16%
G 137 of 484 ~ 28.31%
B 172 of 484 ~ 35.54%

%36.16
%28.31
%35.54

CMYK color model

#AF89AC color CMYK value is (0,22,2,31).

  • cyan value is 0.00%
  • magenta value is 21.71%
  • yellow value is 1.71%
  • key color value is 31.37%
CMYK:
(0,22,2,31)
C0M22Y2K31 
(0%,22%,2%,31%)
(0.00/0.22/0.02/0.31)	

CMYK percentages

%0
%21.71
%1.71
%31.37

Codes

Color #AF89AC in popluar color models

AF89AC
RGB175137172
HSL305°19.19%61.18%
HSB/HSV305°21.71%68.63%
CMYK0.00%21.71%1.71%
31.37%

Color #AF89AC in popluar number systems.

HEXAF89AC
Decimal175137172
Binary101011111000100110101100
Octal257211254

Shades and tints

Shades of #AF89AC

#AF89AC
(175,137,172)
#A07D9D
(160,125,157)
#91718E
(145,113,142)
#82657F
(130,101,127)
#735970
(115,89,112)
#644D61
(100,77,97)
#554152
(85,65,82)
#463543
(70,53,67)
#372934
(55,41,52)
#281D25
(40,29,37)
#191116
(25,17,22)
#000000
(0,0,0)

Tints of #AF89AC

#AF89AC
(175,137,172)
#B693B3
(182,147,179)
#BD9DBA
(189,157,186)
#C4A7C1
(196,167,193)
#CBB1C8
(203,177,200)
#D2BBCF
(210,187,207)
#D9C5D6
(217,197,214)
#E0CFDD
(224,207,221)
#E7D9E4
(231,217,228)
#EEE3EB
(238,227,235)
#F5EDF2
(245,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF89AC color. Also use rgb(175,137,172) instead hex code.

Text Font Color

.myTextColor { color: #AF89AC; }

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

This text font color is #AF89AC.


Background Color

.myBgColor { background-color: #AF89AC; }

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

This div background color is #AF89AC.


Border color

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

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

This div border color is #AF89AC.


Opacity

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

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

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

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

This text has shadow with #AF89AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF89AC on black background.


Color preview on white background

This text has color #AF89AC on white background.



Black color preview on #AF89AC background

This text has black color on #AF89AC background.


White color preview on #AF89AC background

This text has white color on #AF89AC background.