COLOR #AF9FB6

HEX: #AF9FB6
RGB: (175,159,182)

Color info

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

RGB color model

#AF9FB6 color RGB value is (175,159,182).

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

RGB channels and saturation

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

175
159
182

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

Portions of RGB colors in percentages

R + G + B =
175 + 159 + 182 = 516 (100%)
R 175 of 516 ~ 33.91%
G 159 of 516 ~ 30.81%
B 182 of 516 ~ 35.27%

%33.91
%30.81
%35.27

CMYK color model

#AF9FB6 color CMYK value is (4,13,0,29).

  • cyan value is 3.85%
  • magenta value is 12.64%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(4,13,0,29)
C4M13Y0K29 
(4%,13%,0%,29%)
(0.04/0.13/0.00/0.29)	

CMYK percentages

%3.85
%12.64
%0
%28.63

Codes

Color #AF9FB6 in popluar color models

AF9FB6
RGB175159182
HSL282°13.61%66.86%
HSB/HSV282°12.64%71.37%
CMYK3.85%12.64%0.00%
28.63%

Color #AF9FB6 in popluar number systems.

HEXAF9FB6
Decimal175159182
Binary101011111001111110110110
Octal257237266

Shades and tints

Shades of #AF9FB6

#AF9FB6
(175,159,182)
#A091A6
(160,145,166)
#918396
(145,131,150)
#827586
(130,117,134)
#736776
(115,103,118)
#645966
(100,89,102)
#554B56
(85,75,86)
#463D46
(70,61,70)
#372F36
(55,47,54)
#282126
(40,33,38)
#191316
(25,19,22)
#000000
(0,0,0)

Tints of #AF9FB6

#AF9FB6
(175,159,182)
#B6A7BC
(182,167,188)
#BDAFC2
(189,175,194)
#C4B7C8
(196,183,200)
#CBBFCE
(203,191,206)
#D2C7D4
(210,199,212)
#D9CFDA
(217,207,218)
#E0D7E0
(224,215,224)
#E7DFE6
(231,223,230)
#EEE7EC
(238,231,236)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9FB6; }

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

This text font color is #AF9FB6.


Background Color

.myBgColor { background-color: #AF9FB6; }

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

This div background color is #AF9FB6.


Border color

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

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

This div border color is #AF9FB6.


Opacity

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

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

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

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

This text has shadow with #AF9FB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9FB6 on black background.


Color preview on white background

This text has color #AF9FB6 on white background.



Black color preview on #AF9FB6 background

This text has black color on #AF9FB6 background.


White color preview on #AF9FB6 background

This text has white color on #AF9FB6 background.