COLOR #AFB5AE

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

Color info

#AFB5AE contains red, green and blue colors in about the same proportion. Web safe color of #AFB5AE is #99CC99 (or #9C9).

RGB color model

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

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

RGB channels and saturation

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

175
181
174

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

Portions of RGB colors in percentages

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

%33.02
%34.15
%32.83

CMYK color model

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

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

CMYK percentages

%3.31
%0
%3.87
%29.02

Codes

Color #AFB5AE in popluar color models

AFB5AE
RGB175181174
HSL111°4.52%69.61%
HSB/HSV111°3.87%70.98%
CMYK3.31%0.00%3.87%
29.02%

Color #AFB5AE in popluar number systems.

HEXAFB5AE
Decimal175181174
Binary101011111011010110101110
Octal257265256

Shades and tints

Shades of #AFB5AE

#AFB5AE
(175,181,174)
#A0A59F
(160,165,159)
#919590
(145,149,144)
#828581
(130,133,129)
#737572
(115,117,114)
#646563
(100,101,99)
#555554
(85,85,84)
#464545
(70,69,69)
#373536
(55,53,54)
#282527
(40,37,39)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #AFB5AE

#AFB5AE
(175,181,174)
#B6BBB5
(182,187,181)
#BDC1BC
(189,193,188)
#C4C7C3
(196,199,195)
#CBCDCA
(203,205,202)
#D2D3D1
(210,211,209)
#D9D9D8
(217,217,216)
#E0DFDF
(224,223,223)
#E7E5E6
(231,229,230)
#EEEBED
(238,235,237)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB5AE; }

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

This text font color is #AFB5AE.


Background Color

.myBgColor { background-color: #AFB5AE; }

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

This div background color is #AFB5AE.


Border color

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

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

This div border color is #AFB5AE.


Opacity

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

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

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

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

This text has shadow with #AFB5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB5AE on black background.


Color preview on white background

This text has color #AFB5AE on white background.



Black color preview on #AFB5AE background

This text has black color on #AFB5AE background.


White color preview on #AFB5AE background

This text has white color on #AFB5AE background.