COLOR #AFBAA3

HEX: #AFBAA3 RGB: (175,186,163)

Color info

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

RGB color model

#AFBAA3 color RGB value is (175,186,163).

RGB: (175,186,163) (69%, 73%, 64%)

RGB channels and saturation

R 175 of 255 = 69%
G 186 of 255 = 73%
B 163 of 255 = 64%

175
186
163

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

Portions of RGB colors in percentages

R + G + B = 175 + 186 + 163 = 524 (100%)
R 175 of 524 ~ 33.4%
G 186 of 524 ~ 35.5%
B 163 of 524 ~ 31.11'%

%33.4
%35.5
%31.11

CMYK color model

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

  • cyan value is 5.91%
  • magenta value is 0.00%
  • yellow value is 12.37%
  • key color value is 27.06%

CMYK: (6,0,12,27)
C6M0Y12K27 (6%, 0%, 12%, 27%)
(0.06 / 0.00 / 0.12 / 0.27)

CMYK percentages

%5.91
%0
%12.37
%27.06

Codes

Color #AFBAA3 in popluar color models

AF BA A3
RGB 175 186 163
HSL 89° 14.29% 68.43%
HSB/HSV 89° 12.37% 72.94%
CMYK 5.91% 0.00% 12.37%
27.06%

Color #AFBAA3 in popluar number systems.

HEX AF BA A3
Decimal 175 186 163
Binary 10101111 10111010 10100011
Octal 257 272 243

Shades and tints

Shades of #AFBAA3

#AFBAA3
(175,186,163)
#A0AA95
(160,170,149)
#919A87
(145,154,135)
#828A79
(130,138,121)
#737A6B
(115,122,107)
#646A5D
(100,106,93)
#555A4F
(85,90,79)
#464A41
(70,74,65)
#373A33
(55,58,51)
#282A25
(40,42,37)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #AFBAA3

#AFBAA3
(175,186,163)
#B6C0AB
(182,192,171)
#BDC6B3
(189,198,179)
#C4CCBB
(196,204,187)
#CBD2C3
(203,210,195)
#D2D8CB
(210,216,203)
#D9DED3
(217,222,211)
#E0E4DB
(224,228,219)
#E7EAE3
(231,234,227)
#EEF0EB
(238,240,235)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBAA3; }

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

This text font color is #AFBAA3.

Background Color

.myBgColor { background-color: #AFBAA3; }

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

This div background color is #AFBAA3.

Border color

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

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

This div border color is #AFBAA3.

Opacity

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

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

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

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

This text has shadow with #AFBAA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBAA3.

Preview

Color preview on black background

This text has color #AFBAA3 on black background.


Color preview on white background

This text has color #AFBAA3 on white background.


Black color preview on #AFBAA3 background

This text has black color on #AFBAA3 background.


White color preview on #AFBAA3 background

This text has white color on #AFBAA3 background.


Related colors

Complementary color

Complementary color for #hex is #50455C.


I love getcolorcode.com

Triadic colors

1 #A3AFBA and #BAA3AF with #AFBAA3 are triadic colors.

2 #A3BAAF and #BAAFA3 with #AFBAA3 are triadic colors.