COLOR #AFA9BA

HEX: #AFA9BA RGB: (175,169,186)

Color info

#AFA9BA contains red, green and blue colors in about the same proportion. Web safe color of #AFA9BA is #9999CC (or #99C).

RGB color model

#AFA9BA color RGB value is (175,169,186).

RGB: (175,169,186) (69%, 66%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 169 of 255 = 66%
B 186 of 255 = 73%

175
169
186

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

Portions of RGB colors in percentages

R + G + B = 175 + 169 + 186 = 530 (100%)
R 175 of 530 ~ 33.02%
G 169 of 530 ~ 31.89%
B 186 of 530 ~ 35.09'%

%33.02
%31.89
%35.09

CMYK color model

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

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

CMYK: (6,9,0,27)
C6M9Y0K27 (6%, 9%, 0%, 27%)
(0.06 / 0.09 / 0.00 / 0.27)

CMYK percentages

%5.91
%9.14
%0
%27.06

Codes

Color #AFA9BA in popluar color models

AF A9 BA
RGB 175 169 186
HSL 261° 10.97% 69.61%
HSB/HSV 261° 9.14% 72.94%
CMYK 5.91% 9.14% 0.00%
27.06%

Color #AFA9BA in popluar number systems.

HEX AF A9 BA
Decimal 175 169 186
Binary 10101111 10101001 10111010
Octal 257 251 272

Shades and tints

Shades of #AFA9BA

#AFA9BA
(175,169,186)
#A09AAA
(160,154,170)
#918B9A
(145,139,154)
#827C8A
(130,124,138)
#736D7A
(115,109,122)
#645E6A
(100,94,106)
#554F5A
(85,79,90)
#46404A
(70,64,74)
#37313A
(55,49,58)
#28222A
(40,34,42)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #AFA9BA

#AFA9BA
(175,169,186)
#B6B0C0
(182,176,192)
#BDB7C6
(189,183,198)
#C4BECC
(196,190,204)
#CBC5D2
(203,197,210)
#D2CCD8
(210,204,216)
#D9D3DE
(217,211,222)
#E0DAE4
(224,218,228)
#E7E1EA
(231,225,234)
#EEE8F0
(238,232,240)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA9BA; }

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

This text font color is #AFA9BA.

Background Color

.myBgColor { background-color: #AFA9BA; }

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

This div background color is #AFA9BA.

Border color

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

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

This div border color is #AFA9BA.

Opacity

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

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

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

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

This text has shadow with #AFA9BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA9BA.

Preview

Color preview on black background

This text has color #AFA9BA on black background.


Color preview on white background

This text has color #AFA9BA on white background.


Black color preview on #AFA9BA background

This text has black color on #AFA9BA background.


White color preview on #AFA9BA background

This text has white color on #AFA9BA background.


Related colors

Complementary color

Complementary color for #hex is #505645.


I love getcolorcode.com

Triadic colors

1 #BAAFA9 and #A9BAAF with #AFA9BA are triadic colors.

2 #BAA9AF and #A9AFBA with #AFA9BA are triadic colors.