COLOR #AF9BB3

HEX: #AF9BB3
RGB: (175,155,179)

Color info

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

RGB color model

#AF9BB3 color RGB value is (175,155,179).

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

RGB channels and saturation

R 175 of 255 = 69%
G 155 of 255 = 61%
B 179 of 255 = 70%

175
155
179

R + G + B ~ 67%. #AF9BB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 155 + 179 = 509 (100%)
R 175 of 509 ~ 34.38%
G 155 of 509 ~ 30.45%
B 179 of 509 ~ 35.17%

%34.38
%30.45
%35.17

CMYK color model

#AF9BB3 color CMYK value is (2,13,0,30).

  • cyan value is 2.23%
  • magenta value is 13.41%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(2,13,0,30)
C2M13Y0K30 
(2%,13%,0%,30%)
(0.02/0.13/0.00/0.30)	

CMYK percentages

%2.23
%13.41
%0
%29.8

Codes

Color #AF9BB3 in popluar color models

AF9BB3
RGB175155179
HSL290°13.64%65.49%
HSB/HSV290°13.41%70.20%
CMYK2.23%13.41%0.00%
29.80%

Color #AF9BB3 in popluar number systems.

HEXAF9BB3
Decimal175155179
Binary101011111001101110110011
Octal257233263

Shades and tints

Shades of #AF9BB3

#AF9BB3
(175,155,179)
#A08DA3
(160,141,163)
#917F93
(145,127,147)
#827183
(130,113,131)
#736373
(115,99,115)
#645563
(100,85,99)
#554753
(85,71,83)
#463943
(70,57,67)
#372B33
(55,43,51)
#281D23
(40,29,35)
#190F13
(25,15,19)
#000000
(0,0,0)

Tints of #AF9BB3

#AF9BB3
(175,155,179)
#B6A4B9
(182,164,185)
#BDADBF
(189,173,191)
#C4B6C5
(196,182,197)
#CBBFCB
(203,191,203)
#D2C8D1
(210,200,209)
#D9D1D7
(217,209,215)
#E0DADD
(224,218,221)
#E7E3E3
(231,227,227)
#EEECE9
(238,236,233)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9BB3; }

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

This text font color is #AF9BB3.


Background Color

.myBgColor { background-color: #AF9BB3; }

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

This div background color is #AF9BB3.


Border color

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

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

This div border color is #AF9BB3.


Opacity

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

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

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

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

This text has shadow with #AF9BB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9BB3 on black background.


Color preview on white background

This text has color #AF9BB3 on white background.



Black color preview on #AF9BB3 background

This text has black color on #AF9BB3 background.


White color preview on #AF9BB3 background

This text has white color on #AF9BB3 background.