COLOR #AF96AE

HEX: #AF96AE
RGB: (175,150,174)

Color info

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

RGB color model

#AF96AE color RGB value is (175,150,174).

  • red value is 175;
  • green value is 150;
  • blue value is 174.
RGB:
(175,150,174)
(69%,59%,68%)

RGB channels and saturation

R 175 of 255 = 69%
G 150 of 255 = 59%
B 174 of 255 = 68%

175
150
174

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

Portions of RGB colors in percentages

R + G + B =
175 + 150 + 174 = 499 (100%)
R 175 of 499 ~ 35.07%
G 150 of 499 ~ 30.06%
B 174 of 499 ~ 34.87%

%35.07
%30.06
%34.87

CMYK color model

#AF96AE color CMYK value is (0,14,1,31).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 0.57%
  • key color value is 31.37%
CMYK:
(0,14,1,31)
C0M14Y1K31 
(0%,14%,1%,31%)
(0.00/0.14/0.01/0.31)	

CMYK percentages

%0
%14.29
%0.57
%31.37

Codes

Color #AF96AE in popluar color models

AF96AE
RGB175150174
HSL302°13.51%63.73%
HSB/HSV302°14.29%68.63%
CMYK0.00%14.29%0.57%
31.37%

Color #AF96AE in popluar number systems.

HEXAF96AE
Decimal175150174
Binary101011111001011010101110
Octal257226256

Shades and tints

Shades of #AF96AE

#AF96AE
(175,150,174)
#A0899F
(160,137,159)
#917C90
(145,124,144)
#826F81
(130,111,129)
#736272
(115,98,114)
#645563
(100,85,99)
#554854
(85,72,84)
#463B45
(70,59,69)
#372E36
(55,46,54)
#282127
(40,33,39)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #AF96AE

#AF96AE
(175,150,174)
#B69FB5
(182,159,181)
#BDA8BC
(189,168,188)
#C4B1C3
(196,177,195)
#CBBACA
(203,186,202)
#D2C3D1
(210,195,209)
#D9CCD8
(217,204,216)
#E0D5DF
(224,213,223)
#E7DEE6
(231,222,230)
#EEE7ED
(238,231,237)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF96AE color. Also use rgb(175,150,174) instead hex code.

Text Font Color

.myTextColor { color: #AF96AE; }

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

This text font color is #AF96AE.


Background Color

.myBgColor { background-color: #AF96AE; }

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

This div background color is #AF96AE.


Border color

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

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

This div border color is #AF96AE.


Opacity

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

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

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

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

This text has shadow with #AF96AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF96AE on black background.


Color preview on white background

This text has color #AF96AE on white background.



Black color preview on #AF96AE background

This text has black color on #AF96AE background.


White color preview on #AF96AE background

This text has white color on #AF96AE background.