COLOR #AF9EB1

HEX: #AF9EB1
RGB: (175,158,177)

Color info

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

RGB color model

#AF9EB1 color RGB value is (175,158,177).

  • red value is 175;
  • green value is 158;
  • blue value is 177.
RGB:
(175,158,177)
(69%,62%,69%)

RGB channels and saturation

R 175 of 255 = 69%
G 158 of 255 = 62%
B 177 of 255 = 69%

175
158
177

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

Portions of RGB colors in percentages

R + G + B =
175 + 158 + 177 = 510 (100%)
R 175 of 510 ~ 34.31%
G 158 of 510 ~ 30.98%
B 177 of 510 ~ 34.71%

%34.31
%30.98
%34.71

CMYK color model

#AF9EB1 color CMYK value is (1,11,0,31).

  • cyan value is 1.13%
  • magenta value is 10.73%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(1,11,0,31)
C1M11Y0K31 
(1%,11%,0%,31%)
(0.01/0.11/0.00/0.31)	

CMYK percentages

%1.13
%10.73
%0
%30.59

Codes

Color #AF9EB1 in popluar color models

AF9EB1
RGB175158177
HSL294°10.86%65.69%
HSB/HSV294°10.73%69.41%
CMYK1.13%10.73%0.00%
30.59%

Color #AF9EB1 in popluar number systems.

HEXAF9EB1
Decimal175158177
Binary101011111001111010110001
Octal257236261

Shades and tints

Shades of #AF9EB1

#AF9EB1
(175,158,177)
#A090A1
(160,144,161)
#918291
(145,130,145)
#827481
(130,116,129)
#736671
(115,102,113)
#645861
(100,88,97)
#554A51
(85,74,81)
#463C41
(70,60,65)
#372E31
(55,46,49)
#282021
(40,32,33)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #AF9EB1

#AF9EB1
(175,158,177)
#B6A6B8
(182,166,184)
#BDAEBF
(189,174,191)
#C4B6C6
(196,182,198)
#CBBECD
(203,190,205)
#D2C6D4
(210,198,212)
#D9CEDB
(217,206,219)
#E0D6E2
(224,214,226)
#E7DEE9
(231,222,233)
#EEE6F0
(238,230,240)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9EB1 color. Also use rgb(175,158,177) instead hex code.

Text Font Color

.myTextColor { color: #AF9EB1; }

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

This text font color is #AF9EB1.


Background Color

.myBgColor { background-color: #AF9EB1; }

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

This div background color is #AF9EB1.


Border color

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

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

This div border color is #AF9EB1.


Opacity

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

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

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

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

This text has shadow with #AF9EB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9EB1 on black background.


Color preview on white background

This text has color #AF9EB1 on white background.



Black color preview on #AF9EB1 background

This text has black color on #AF9EB1 background.


White color preview on #AF9EB1 background

This text has white color on #AF9EB1 background.