COLOR #AF96B3

HEX: #AF96B3
RGB: (175,150,179)

Color info

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

RGB color model

#AF96B3 color RGB value is (175,150,179).

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

RGB channels and saturation

R 175 of 255 = 69%
G 150 of 255 = 59%
B 179 of 255 = 70%

175
150
179

R + G + B ~ 66%. #AF96B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 150 + 179 = 504 (100%)
R 175 of 504 ~ 34.72%
G 150 of 504 ~ 29.76%
B 179 of 504 ~ 35.52%

%34.72
%29.76
%35.52

CMYK color model

#AF96B3 color CMYK value is (2,16,0,30).

  • cyan value is 2.23%
  • magenta value is 16.20%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(2,16,0,30)
C2M16Y0K30 
(2%,16%,0%,30%)
(0.02/0.16/0.00/0.30)	

CMYK percentages

%2.23
%16.2
%0
%29.8

Codes

Color #AF96B3 in popluar color models

AF96B3
RGB175150179
HSL292°16.02%64.51%
HSB/HSV292°16.20%70.20%
CMYK2.23%16.20%0.00%
29.80%

Color #AF96B3 in popluar number systems.

HEXAF96B3
Decimal175150179
Binary101011111001011010110011
Octal257226263

Shades and tints

Shades of #AF96B3

#AF96B3
(175,150,179)
#A089A3
(160,137,163)
#917C93
(145,124,147)
#826F83
(130,111,131)
#736273
(115,98,115)
#645563
(100,85,99)
#554853
(85,72,83)
#463B43
(70,59,67)
#372E33
(55,46,51)
#282123
(40,33,35)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #AF96B3

#AF96B3
(175,150,179)
#B69FB9
(182,159,185)
#BDA8BF
(189,168,191)
#C4B1C5
(196,177,197)
#CBBACB
(203,186,203)
#D2C3D1
(210,195,209)
#D9CCD7
(217,204,215)
#E0D5DD
(224,213,221)
#E7DEE3
(231,222,227)
#EEE7E9
(238,231,233)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF96B3; }

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

This text font color is #AF96B3.


Background Color

.myBgColor { background-color: #AF96B3; }

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

This div background color is #AF96B3.


Border color

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

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

This div border color is #AF96B3.


Opacity

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

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

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

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

This text has shadow with #AF96B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF96B3 on black background.


Color preview on white background

This text has color #AF96B3 on white background.



Black color preview on #AF96B3 background

This text has black color on #AF96B3 background.


White color preview on #AF96B3 background

This text has white color on #AF96B3 background.