COLOR #AF9FB5

HEX: #AF9FB5
RGB: (175,159,181)

Color info

#AF9FB5 contains red, green and blue colors in about the same proportion. Web safe color of #AF9FB5 is #9999CC (or #99C).

RGB color model

#AF9FB5 color RGB value is (175,159,181).

  • red value is 175;
  • green value is 159;
  • blue value is 181.
RGB:
(175,159,181)
(69%,62%,71%)

RGB channels and saturation

R 175 of 255 = 69%
G 159 of 255 = 62%
B 181 of 255 = 71%

175
159
181

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

Portions of RGB colors in percentages

R + G + B =
175 + 159 + 181 = 515 (100%)
R 175 of 515 ~ 33.98%
G 159 of 515 ~ 30.87%
B 181 of 515 ~ 35.15%

%33.98
%30.87
%35.15

CMYK color model

#AF9FB5 color CMYK value is (3,12,0,29).

  • cyan value is 3.31%
  • magenta value is 12.15%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(3,12,0,29)
C3M12Y0K29 
(3%,12%,0%,29%)
(0.03/0.12/0.00/0.29)	

CMYK percentages

%3.31
%12.15
%0
%29.02

Codes

Color #AF9FB5 in popluar color models

AF9FB5
RGB175159181
HSL284°12.94%66.67%
HSB/HSV284°12.15%70.98%
CMYK3.31%12.15%0.00%
29.02%

Color #AF9FB5 in popluar number systems.

HEXAF9FB5
Decimal175159181
Binary101011111001111110110101
Octal257237265

Shades and tints

Shades of #AF9FB5

#AF9FB5
(175,159,181)
#A091A5
(160,145,165)
#918395
(145,131,149)
#827585
(130,117,133)
#736775
(115,103,117)
#645965
(100,89,101)
#554B55
(85,75,85)
#463D45
(70,61,69)
#372F35
(55,47,53)
#282125
(40,33,37)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #AF9FB5

#AF9FB5
(175,159,181)
#B6A7BB
(182,167,187)
#BDAFC1
(189,175,193)
#C4B7C7
(196,183,199)
#CBBFCD
(203,191,205)
#D2C7D3
(210,199,211)
#D9CFD9
(217,207,217)
#E0D7DF
(224,215,223)
#E7DFE5
(231,223,229)
#EEE7EB
(238,231,235)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9FB5 color. Also use rgb(175,159,181) instead hex code.

Text Font Color

.myTextColor { color: #AF9FB5; }

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

This text font color is #AF9FB5.


Background Color

.myBgColor { background-color: #AF9FB5; }

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

This div background color is #AF9FB5.


Border color

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

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

This div border color is #AF9FB5.


Opacity

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

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

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

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

This text has shadow with #AF9FB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9FB5 on black background.


Color preview on white background

This text has color #AF9FB5 on white background.



Black color preview on #AF9FB5 background

This text has black color on #AF9FB5 background.


White color preview on #AF9FB5 background

This text has white color on #AF9FB5 background.