COLOR #AFBAAE

HEX: #AFBAAE RGB: (175,186,174)

Color info

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

RGB color model

#AFBAAE color RGB value is (175,186,174).

RGB: (175,186,174) (69%, 73%, 68%)

RGB channels and saturation

R 175 of 255 = 69%
G 186 of 255 = 73%
B 174 of 255 = 68%

175
186
174

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

Portions of RGB colors in percentages

R + G + B = 175 + 186 + 174 = 535 (100%)
R 175 of 535 ~ 32.71%
G 186 of 535 ~ 34.77%
B 174 of 535 ~ 32.52'%

%32.71
%34.77
%32.52

CMYK color model

#AFBAAE color CMYK value is (6,0,6,27).

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 6.45%
  • key color value is 27.06%
CMYK: (6,0,6,27) C6M0Y6K27 (6%,0%,6%,27%) (0.06/0.00/0.06/0.27) 

CMYK percentages

%5.91
%0
%6.45
%27.06

Codes

Color #AFBAAE in popluar color models

AF BA AE
RGB 175 186 174
HSL 115° 8.00% 70.59%
HSB/HSV 115° 6.45% 72.94%
CMYK 5.91% 0.00% 6.45%
27.06%

Color #AFBAAE in popluar number systems.

HEX AF BA AE
Decimal 175 186 174
Binary 10101111 10111010 10101110
Octal 257 272 256

Shades and tints

Shades of #AFBAAE

#AFBAAE
(175,186,174)
#A0AA9F
(160,170,159)
#919A90
(145,154,144)
#828A81
(130,138,129)
#737A72
(115,122,114)
#646A63
(100,106,99)
#555A54
(85,90,84)
#464A45
(70,74,69)
#373A36
(55,58,54)
#282A27
(40,42,39)
#191A18
(25,26,24)
#000000
(0,0,0)

Tints of #AFBAAE

#AFBAAE
(175,186,174)
#B6C0B5
(182,192,181)
#BDC6BC
(189,198,188)
#C4CCC3
(196,204,195)
#CBD2CA
(203,210,202)
#D2D8D1
(210,216,209)
#D9DED8
(217,222,216)
#E0E4DF
(224,228,223)
#E7EAE6
(231,234,230)
#EEF0ED
(238,240,237)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBAAE; }

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

This text font color is #AFBAAE.

Background Color

.myBgColor { background-color: #AFBAAE; }

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

This div background color is #AFBAAE.

Border color

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

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

This div border color is #AFBAAE.

Opacity

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

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

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

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

This text has shadow with #AFBAAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBAAE.

Preview

Color preview on black background

This text has color #AFBAAE on black background.


Color preview on white background

This text has color #AFBAAE on white background.


Black color preview on #AFBAAE background

This text has black color on #AFBAAE background.


White color preview on #AFBAAE background

This text has white color on #AFBAAE background.


Related colors

Complementary color

Complementary color for #hex is #504551.


I love getcolorcode.com

Triadic colors

1 #AEAFBA and #BAAEAF with #AFBAAE are triadic colors.

2 #AEBAAF and #BAAFAE with #AFBAAE are triadic colors.