COLOR #AFB8AE

HEX: #AFB8AE RGB: (175,184,174)

Color info

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

RGB color model

#AFB8AE color RGB value is (175,184,174).

RGB: (175,184,174) (69%, 72%, 68%)

RGB channels and saturation

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

175
184
174

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

Portions of RGB colors in percentages

R + G + B = 175 + 184 + 174 = 533 (100%)
R 175 of 533 ~ 32.83%
G 184 of 533 ~ 34.52%
B 174 of 533 ~ 32.65'%

%32.83
%34.52
%32.65

CMYK color model

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

  • cyan value is 4.89%
  • magenta value is 0.00%
  • yellow value is 5.43%
  • key color value is 27.84%

CMYK: (5,0,5,28)
C5M0Y5K28 (5%, 0%, 5%, 28%)
(0.05 / 0.00 / 0.05 / 0.28)

CMYK percentages

%4.89
%0
%5.43
%27.84

Codes

Color #AFB8AE in popluar color models

AF B8 AE
RGB 175 184 174
HSL 114° 6.58% 70.20%
HSB/HSV 114° 5.43% 72.16%
CMYK 4.89% 0.00% 5.43%
27.84%

Color #AFB8AE in popluar number systems.

HEX AF B8 AE
Decimal 175 184 174
Binary 10101111 10111000 10101110
Octal 257 270 256

Shades and tints

Shades of #AFB8AE

#AFB8AE
(175,184,174)
#A0A89F
(160,168,159)
#919890
(145,152,144)
#828881
(130,136,129)
#737872
(115,120,114)
#646863
(100,104,99)
#555854
(85,88,84)
#464845
(70,72,69)
#373836
(55,56,54)
#282827
(40,40,39)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #AFB8AE

#AFB8AE
(175,184,174)
#B6BEB5
(182,190,181)
#BDC4BC
(189,196,188)
#C4CAC3
(196,202,195)
#CBD0CA
(203,208,202)
#D2D6D1
(210,214,209)
#D9DCD8
(217,220,216)
#E0E2DF
(224,226,223)
#E7E8E6
(231,232,230)
#EEEEED
(238,238,237)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFB8AE; }

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

This text font color is #AFB8AE.

Background Color

.myBgColor { background-color: #AFB8AE; }

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

This div background color is #AFB8AE.

Border color

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

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

This div border color is #AFB8AE.

Opacity

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

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

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

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

This text has shadow with #AFB8AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFB8AE.

Preview

Color preview on black background

This text has color #AFB8AE on black background.


Color preview on white background

This text has color #AFB8AE on white background.


Black color preview on #AFB8AE background

This text has black color on #AFB8AE background.


White color preview on #AFB8AE background

This text has white color on #AFB8AE background.


Related colors

Complementary color

Complementary color for #hex is #504751.


I love getcolorcode.com

Triadic colors

1 #AEAFB8 and #B8AEAF with #AFB8AE are triadic colors.

2 #AEB8AF and #B8AFAE with #AFB8AE are triadic colors.