COLOR #AF99B3

HEX: #AF99B3
RGB: (175,153,179)

Color info

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

RGB color model

#AF99B3 color RGB value is (175,153,179).

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

RGB channels and saturation

R 175 of 255 = 69%
G 153 of 255 = 60%
B 179 of 255 = 70%

175
153
179

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

Portions of RGB colors in percentages

R + G + B =
175 + 153 + 179 = 507 (100%)
R 175 of 507 ~ 34.52%
G 153 of 507 ~ 30.18%
B 179 of 507 ~ 35.31%

%34.52
%30.18
%35.31

CMYK color model

#AF99B3 color CMYK value is (2,15,0,30).

  • cyan value is 2.23%
  • magenta value is 14.53%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(2,15,0,30)
C2M15Y0K30 
(2%,15%,0%,30%)
(0.02/0.15/0.00/0.30)	

CMYK percentages

%2.23
%14.53
%0
%29.8

Codes

Color #AF99B3 in popluar color models

AF99B3
RGB175153179
HSL291°14.61%65.10%
HSB/HSV291°14.53%70.20%
CMYK2.23%14.53%0.00%
29.80%

Color #AF99B3 in popluar number systems.

HEXAF99B3
Decimal175153179
Binary101011111001100110110011
Octal257231263

Shades and tints

Shades of #AF99B3

#AF99B3
(175,153,179)
#A08CA3
(160,140,163)
#917F93
(145,127,147)
#827283
(130,114,131)
#736573
(115,101,115)
#645863
(100,88,99)
#554B53
(85,75,83)
#463E43
(70,62,67)
#373133
(55,49,51)
#282423
(40,36,35)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #AF99B3

#AF99B3
(175,153,179)
#B6A2B9
(182,162,185)
#BDABBF
(189,171,191)
#C4B4C5
(196,180,197)
#CBBDCB
(203,189,203)
#D2C6D1
(210,198,209)
#D9CFD7
(217,207,215)
#E0D8DD
(224,216,221)
#E7E1E3
(231,225,227)
#EEEAE9
(238,234,233)
#F5F3EF
(245,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF99B3; }

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

This text font color is #AF99B3.


Background Color

.myBgColor { background-color: #AF99B3; }

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

This div background color is #AF99B3.


Border color

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

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

This div border color is #AF99B3.


Opacity

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

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

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

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

This text has shadow with #AF99B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF99B3 on black background.


Color preview on white background

This text has color #AF99B3 on white background.



Black color preview on #AF99B3 background

This text has black color on #AF99B3 background.


White color preview on #AF99B3 background

This text has white color on #AF99B3 background.