COLOR #AFB7AE

HEX: #AFB7AE
RGB: (175,183,174)

Color info

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

RGB color model

#AFB7AE color RGB value is (175,183,174).

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

RGB channels and saturation

R 175 of 255 = 69%
G 183 of 255 = 72%
B 174 of 255 = 68%

175
183
174

R + G + B ~ 70%. #AFB7AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 183 + 174 = 532 (100%)
R 175 of 532 ~ 32.89%
G 183 of 532 ~ 34.4%
B 174 of 532 ~ 32.71%

%32.89
%34.4
%32.71

CMYK color model

#AFB7AE color CMYK value is (4,0,5,28).

  • cyan value is 4.37%
  • magenta value is 0.00%
  • yellow value is 4.92%
  • key color value is 28.24%
CMYK:
(4,0,5,28)
C4M0Y5K28 
(4%,0%,5%,28%)
(0.04/0.00/0.05/0.28)	

CMYK percentages

%4.37
%0
%4.92
%28.24

Codes

Color #AFB7AE in popluar color models

AFB7AE
RGB175183174
HSL113°5.88%70.00%
HSB/HSV113°4.92%71.76%
CMYK4.37%0.00%4.92%
28.24%

Color #AFB7AE in popluar number systems.

HEXAFB7AE
Decimal175183174
Binary101011111011011110101110
Octal257267256

Shades and tints

Shades of #AFB7AE

#AFB7AE
(175,183,174)
#A0A79F
(160,167,159)
#919790
(145,151,144)
#828781
(130,135,129)
#737772
(115,119,114)
#646763
(100,103,99)
#555754
(85,87,84)
#464745
(70,71,69)
#373736
(55,55,54)
#282727
(40,39,39)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #AFB7AE

#AFB7AE
(175,183,174)
#B6BDB5
(182,189,181)
#BDC3BC
(189,195,188)
#C4C9C3
(196,201,195)
#CBCFCA
(203,207,202)
#D2D5D1
(210,213,209)
#D9DBD8
(217,219,216)
#E0E1DF
(224,225,223)
#E7E7E6
(231,231,230)
#EEEDED
(238,237,237)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB7AE; }

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

This text font color is #AFB7AE.


Background Color

.myBgColor { background-color: #AFB7AE; }

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

This div background color is #AFB7AE.


Border color

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

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

This div border color is #AFB7AE.


Opacity

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

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

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

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

This text has shadow with #AFB7AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFB7AE on black background.


Color preview on white background

This text has color #AFB7AE on white background.



Black color preview on #AFB7AE background

This text has black color on #AFB7AE background.


White color preview on #AFB7AE background

This text has white color on #AFB7AE background.