COLOR #AFB4AE

HEX: #AFB4AE RGB: (175,180,174)

Color info

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

RGB color model

#AFB4AE color RGB value is (175,180,174).

RGB: (175,180,174) (69%, 71%, 68%)

RGB channels and saturation

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

175
180
174

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

Portions of RGB colors in percentages

R + G + B = 175 + 180 + 174 = 529 (100%)
R 175 of 529 ~ 33.08%
G 180 of 529 ~ 34.03%
B 174 of 529 ~ 32.89'%

%33.08
%34.03
%32.89

CMYK color model

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

  • cyan value is 2.78%
  • magenta value is 0.00%
  • yellow value is 3.33%
  • key color value is 29.41%

CMYK: (3,0,3,29)
C3M0Y3K29 (3%, 0%, 3%, 29%)
(0.03 / 0.00 / 0.03 / 0.29)

CMYK percentages

%2.78
%0
%3.33
%29.41

Codes

Color #AFB4AE in popluar color models

AF B4 AE
RGB 175 180 174
HSL 110° 3.85% 69.41%
HSB/HSV 110° 3.33% 70.59%
CMYK 2.78% 0.00% 3.33%
29.41%

Color #AFB4AE in popluar number systems.

HEX AF B4 AE
Decimal 175 180 174
Binary 10101111 10110100 10101110
Octal 257 264 256

Shades and tints

Shades of #AFB4AE

#AFB4AE
(175,180,174)
#A0A49F
(160,164,159)
#919490
(145,148,144)
#828481
(130,132,129)
#737472
(115,116,114)
#646463
(100,100,99)
#555454
(85,84,84)
#464445
(70,68,69)
#373436
(55,52,54)
#282427
(40,36,39)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #AFB4AE

#AFB4AE
(175,180,174)
#B6BAB5
(182,186,181)
#BDC0BC
(189,192,188)
#C4C6C3
(196,198,195)
#CBCCCA
(203,204,202)
#D2D2D1
(210,210,209)
#D9D8D8
(217,216,216)
#E0DEDF
(224,222,223)
#E7E4E6
(231,228,230)
#EEEAED
(238,234,237)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB4AE; }

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

This text font color is #AFB4AE.

Background Color

.myBgColor { background-color: #AFB4AE; }

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

This div background color is #AFB4AE.

Border color

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

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

This div border color is #AFB4AE.

Opacity

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

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

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

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

This text has shadow with #AFB4AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB4AE.

Preview

Color preview on black background

This text has color #AFB4AE on black background.


Color preview on white background

This text has color #AFB4AE on white background.


Black color preview on #AFB4AE background

This text has black color on #AFB4AE background.


White color preview on #AFB4AE background

This text has white color on #AFB4AE background.


Related colors

Complementary color

Complementary color for #hex is #504B51.


I love getcolorcode.com

Triadic colors

1 #AEAFB4 and #B4AEAF with #AFB4AE are triadic colors.

2 #AEB4AF and #B4AFAE with #AFB4AE are triadic colors.