COLOR #AF99AC

HEX: #AF99AC
RGB: (175,153,172)

Color info

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

RGB color model

#AF99AC color RGB value is (175,153,172).

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

RGB channels and saturation

R 175 of 255 = 69%
G 153 of 255 = 60%
B 172 of 255 = 67%

175
153
172

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

Portions of RGB colors in percentages

R + G + B =
175 + 153 + 172 = 500 (100%)
R 175 of 500 ~ 35%
G 153 of 500 ~ 30.6%
B 172 of 500 ~ 34.4%

%35
%30.6
%34.4

CMYK color model

#AF99AC color CMYK value is (0,13,2,31).

  • cyan value is 0.00%
  • magenta value is 12.57%
  • yellow value is 1.71%
  • key color value is 31.37%
CMYK:
(0,13,2,31)
C0M13Y2K31 
(0%,13%,2%,31%)
(0.00/0.13/0.02/0.31)	

CMYK percentages

%0
%12.57
%1.71
%31.37

Codes

Color #AF99AC in popluar color models

AF99AC
RGB175153172
HSL308°12.09%64.31%
HSB/HSV308°12.57%68.63%
CMYK0.00%12.57%1.71%
31.37%

Color #AF99AC in popluar number systems.

HEXAF99AC
Decimal175153172
Binary101011111001100110101100
Octal257231254

Shades and tints

Shades of #AF99AC

#AF99AC
(175,153,172)
#A08C9D
(160,140,157)
#917F8E
(145,127,142)
#82727F
(130,114,127)
#736570
(115,101,112)
#645861
(100,88,97)
#554B52
(85,75,82)
#463E43
(70,62,67)
#373134
(55,49,52)
#282425
(40,36,37)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #AF99AC

#AF99AC
(175,153,172)
#B6A2B3
(182,162,179)
#BDABBA
(189,171,186)
#C4B4C1
(196,180,193)
#CBBDC8
(203,189,200)
#D2C6CF
(210,198,207)
#D9CFD6
(217,207,214)
#E0D8DD
(224,216,221)
#E7E1E4
(231,225,228)
#EEEAEB
(238,234,235)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF99AC; }

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

This text font color is #AF99AC.


Background Color

.myBgColor { background-color: #AF99AC; }

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

This div background color is #AF99AC.


Border color

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

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

This div border color is #AF99AC.


Opacity

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

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

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

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

This text has shadow with #AF99AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF99AC on black background.


Color preview on white background

This text has color #AF99AC on white background.



Black color preview on #AF99AC background

This text has black color on #AF99AC background.


White color preview on #AF99AC background

This text has white color on #AF99AC background.