COLOR #AFAEB5

HEX: #AFAEB5
RGB: (175,174,181)

Color info

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

RGB color model

#AFAEB5 color RGB value is (175,174,181).

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

RGB channels and saturation

R 175 of 255 = 69%
G 174 of 255 = 68%
B 181 of 255 = 71%

175
174
181

R + G + B ~ 69%. #AFAEB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 174 + 181 = 530 (100%)
R 175 of 530 ~ 33.02%
G 174 of 530 ~ 32.83%
B 181 of 530 ~ 34.15%

%33.02
%32.83
%34.15

CMYK color model

#AFAEB5 color CMYK value is (3,4,0,29).

  • cyan value is 3.31%
  • magenta value is 3.87%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(3,4,0,29)
C3M4Y0K29 
(3%,4%,0%,29%)
(0.03/0.04/0.00/0.29)	

CMYK percentages

%3.31
%3.87
%0
%29.02

Codes

Color #AFAEB5 in popluar color models

AFAEB5
RGB175174181
HSL249°4.52%69.61%
HSB/HSV249°3.87%70.98%
CMYK3.31%3.87%0.00%
29.02%

Color #AFAEB5 in popluar number systems.

HEXAFAEB5
Decimal175174181
Binary101011111010111010110101
Octal257256265

Shades and tints

Shades of #AFAEB5

#AFAEB5
(175,174,181)
#A09FA5
(160,159,165)
#919095
(145,144,149)
#828185
(130,129,133)
#737275
(115,114,117)
#646365
(100,99,101)
#555455
(85,84,85)
#464545
(70,69,69)
#373635
(55,54,53)
#282725
(40,39,37)
#191815
(25,24,21)
#000000
(0,0,0)

Tints of #AFAEB5

#AFAEB5
(175,174,181)
#B6B5BB
(182,181,187)
#BDBCC1
(189,188,193)
#C4C3C7
(196,195,199)
#CBCACD
(203,202,205)
#D2D1D3
(210,209,211)
#D9D8D9
(217,216,217)
#E0DFDF
(224,223,223)
#E7E6E5
(231,230,229)
#EEEDEB
(238,237,235)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAEB5; }

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

This text font color is #AFAEB5.


Background Color

.myBgColor { background-color: #AFAEB5; }

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

This div background color is #AFAEB5.


Border color

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

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

This div border color is #AFAEB5.


Opacity

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

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

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

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

This text has shadow with #AFAEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAEB5 on black background.


Color preview on white background

This text has color #AFAEB5 on white background.



Black color preview on #AFAEB5 background

This text has black color on #AFAEB5 background.


White color preview on #AFAEB5 background

This text has white color on #AFAEB5 background.