COLOR #AF98A4

HEX: #AF98A4
RGB: (175,152,164)

Color info

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

RGB color model

#AF98A4 color RGB value is (175,152,164).

  • red value is 175;
  • green value is 152;
  • blue value is 164.
RGB:
(175,152,164)
(69%,60%,64%)

RGB channels and saturation

R 175 of 255 = 69%
G 152 of 255 = 60%
B 164 of 255 = 64%

175
152
164

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

Portions of RGB colors in percentages

R + G + B =
175 + 152 + 164 = 491 (100%)
R 175 of 491 ~ 35.64%
G 152 of 491 ~ 30.96%
B 164 of 491 ~ 33.4%

%35.64
%30.96
%33.4

CMYK color model

#AF98A4 color CMYK value is (0,13,6,31).

  • cyan value is 0.00%
  • magenta value is 13.14%
  • yellow value is 6.29%
  • key color value is 31.37%
CMYK:
(0,13,6,31)
C0M13Y6K31 
(0%,13%,6%,31%)
(0.00/0.13/0.06/0.31)	

CMYK percentages

%0
%13.14
%6.29
%31.37

Codes

Color #AF98A4 in popluar color models

AF98A4
RGB175152164
HSL329°12.57%64.12%
HSB/HSV329°13.14%68.63%
CMYK0.00%13.14%6.29%
31.37%

Color #AF98A4 in popluar number systems.

HEXAF98A4
Decimal175152164
Binary101011111001100010100100
Octal257230244

Shades and tints

Shades of #AF98A4

#AF98A4
(175,152,164)
#A08B96
(160,139,150)
#917E88
(145,126,136)
#82717A
(130,113,122)
#73646C
(115,100,108)
#64575E
(100,87,94)
#554A50
(85,74,80)
#463D42
(70,61,66)
#373034
(55,48,52)
#282326
(40,35,38)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #AF98A4

#AF98A4
(175,152,164)
#B6A1AC
(182,161,172)
#BDAAB4
(189,170,180)
#C4B3BC
(196,179,188)
#CBBCC4
(203,188,196)
#D2C5CC
(210,197,204)
#D9CED4
(217,206,212)
#E0D7DC
(224,215,220)
#E7E0E4
(231,224,228)
#EEE9EC
(238,233,236)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF98A4 color. Also use rgb(175,152,164) instead hex code.

Text Font Color

.myTextColor { color: #AF98A4; }

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

This text font color is #AF98A4.


Background Color

.myBgColor { background-color: #AF98A4; }

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

This div background color is #AF98A4.


Border color

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

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

This div border color is #AF98A4.


Opacity

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

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

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

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

This text has shadow with #AF98A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF98A4 on black background.


Color preview on white background

This text has color #AF98A4 on white background.



Black color preview on #AF98A4 background

This text has black color on #AF98A4 background.


White color preview on #AF98A4 background

This text has white color on #AF98A4 background.