COLOR #AFAEB2

HEX: #AFAEB2
RGB: (175,174,178)

Color info

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

RGB color model

#AFAEB2 color RGB value is (175,174,178).

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

RGB channels and saturation

R 175 of 255 = 69%
G 174 of 255 = 68%
B 178 of 255 = 70%

175
174
178

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

Portions of RGB colors in percentages

R + G + B =
175 + 174 + 178 = 527 (100%)
R 175 of 527 ~ 33.21%
G 174 of 527 ~ 33.02%
B 178 of 527 ~ 33.78%

%33.21
%33.02
%33.78

CMYK color model

#AFAEB2 color CMYK value is (2,2,0,30).

  • cyan value is 1.69%
  • magenta value is 2.25%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(2,2,0,30)
C2M2Y0K30 
(2%,2%,0%,30%)
(0.02/0.02/0.00/0.30)	

CMYK percentages

%1.69
%2.25
%0
%30.2

Codes

Color #AFAEB2 in popluar color models

AFAEB2
RGB175174178
HSL255°2.53%69.02%
HSB/HSV255°2.25%69.80%
CMYK1.69%2.25%0.00%
30.20%

Color #AFAEB2 in popluar number systems.

HEXAFAEB2
Decimal175174178
Binary101011111010111010110010
Octal257256262

Shades and tints

Shades of #AFAEB2

#AFAEB2
(175,174,178)
#A09FA2
(160,159,162)
#919092
(145,144,146)
#828182
(130,129,130)
#737272
(115,114,114)
#646362
(100,99,98)
#555452
(85,84,82)
#464542
(70,69,66)
#373632
(55,54,50)
#282722
(40,39,34)
#191812
(25,24,18)
#000000
(0,0,0)

Tints of #AFAEB2

#AFAEB2
(175,174,178)
#B6B5B9
(182,181,185)
#BDBCC0
(189,188,192)
#C4C3C7
(196,195,199)
#CBCACE
(203,202,206)
#D2D1D5
(210,209,213)
#D9D8DC
(217,216,220)
#E0DFE3
(224,223,227)
#E7E6EA
(231,230,234)
#EEEDF1
(238,237,241)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAEB2; }

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

This text font color is #AFAEB2.


Background Color

.myBgColor { background-color: #AFAEB2; }

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

This div background color is #AFAEB2.


Border color

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

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

This div border color is #AFAEB2.


Opacity

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

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

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

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

This text has shadow with #AFAEB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAEB2 on black background.


Color preview on white background

This text has color #AFAEB2 on white background.



Black color preview on #AFAEB2 background

This text has black color on #AFAEB2 background.


White color preview on #AFAEB2 background

This text has white color on #AFAEB2 background.