COLOR #AF9FB4

HEX: #AF9FB4
RGB: (175,159,180)

Color info

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

RGB color model

#AF9FB4 color RGB value is (175,159,180).

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

RGB channels and saturation

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

175
159
180

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

Portions of RGB colors in percentages

R + G + B =
175 + 159 + 180 = 514 (100%)
R 175 of 514 ~ 34.05%
G 159 of 514 ~ 30.93%
B 180 of 514 ~ 35.02%

%34.05
%30.93
%35.02

CMYK color model

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

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

CMYK percentages

%2.78
%11.67
%0
%29.41

Codes

Color #AF9FB4 in popluar color models

AF9FB4
RGB175159180
HSL286°12.28%66.47%
HSB/HSV286°11.67%70.59%
CMYK2.78%11.67%0.00%
29.41%

Color #AF9FB4 in popluar number systems.

HEXAF9FB4
Decimal175159180
Binary101011111001111110110100
Octal257237264

Shades and tints

Shades of #AF9FB4

#AF9FB4
(175,159,180)
#A091A4
(160,145,164)
#918394
(145,131,148)
#827584
(130,117,132)
#736774
(115,103,116)
#645964
(100,89,100)
#554B54
(85,75,84)
#463D44
(70,61,68)
#372F34
(55,47,52)
#282124
(40,33,36)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #AF9FB4

#AF9FB4
(175,159,180)
#B6A7BA
(182,167,186)
#BDAFC0
(189,175,192)
#C4B7C6
(196,183,198)
#CBBFCC
(203,191,204)
#D2C7D2
(210,199,210)
#D9CFD8
(217,207,216)
#E0D7DE
(224,215,222)
#E7DFE4
(231,223,228)
#EEE7EA
(238,231,234)
#F5EFF0
(245,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9FB4; }

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

This text font color is #AF9FB4.


Background Color

.myBgColor { background-color: #AF9FB4; }

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

This div background color is #AF9FB4.


Border color

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

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

This div border color is #AF9FB4.


Opacity

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

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

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

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

This text has shadow with #AF9FB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9FB4 on black background.


Color preview on white background

This text has color #AF9FB4 on white background.



Black color preview on #AF9FB4 background

This text has black color on #AF9FB4 background.


White color preview on #AF9FB4 background

This text has white color on #AF9FB4 background.