COLOR #AFABB9

HEX: #AFABB9 RGB: (175,171,185)

Color info

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

RGB color model

#AFABB9 color RGB value is (175,171,185).

RGB: (175,171,185) (69%, 67%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 171 of 255 = 67%
B 185 of 255 = 73%

175
171
185

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

Portions of RGB colors in percentages

R + G + B = 175 + 171 + 185 = 531 (100%)
R 175 of 531 ~ 32.96%
G 171 of 531 ~ 32.2%
B 185 of 531 ~ 34.84'%

%32.96
%32.2
%34.84

CMYK color model

#AFABB9 color CMYK value is (5,8,0,27).

  • cyan value is 5.41%
  • magenta value is 7.57%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (5,8,0,27)
C5M8Y0K27 (5%, 8%, 0%, 27%)
(0.05 / 0.08 / 0.00 / 0.27)

CMYK percentages

%5.41
%7.57
%0
%27.45

Codes

Color #AFABB9 in popluar color models

AF AB B9
RGB 175 171 185
HSL 257° 9.09% 69.80%
HSB/HSV 257° 7.57% 72.55%
CMYK 5.41% 7.57% 0.00%
27.45%

Color #AFABB9 in popluar number systems.

HEX AF AB B9
Decimal 175 171 185
Binary 10101111 10101011 10111001
Octal 257 253 271

Shades and tints

Shades of #AFABB9

#AFABB9
(175,171,185)
#A09CA9
(160,156,169)
#918D99
(145,141,153)
#827E89
(130,126,137)
#736F79
(115,111,121)
#646069
(100,96,105)
#555159
(85,81,89)
#464249
(70,66,73)
#373339
(55,51,57)
#282429
(40,36,41)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #AFABB9

#AFABB9
(175,171,185)
#B6B2BF
(182,178,191)
#BDB9C5
(189,185,197)
#C4C0CB
(196,192,203)
#CBC7D1
(203,199,209)
#D2CED7
(210,206,215)
#D9D5DD
(217,213,221)
#E0DCE3
(224,220,227)
#E7E3E9
(231,227,233)
#EEEAEF
(238,234,239)
#F5F1F5
(245,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFABB9 color. Also use rgb(175,171,185) instead hex code.

Text Font Color

.myTextColor { color: #AFABB9; }

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

This text font color is #AFABB9.

Background Color

.myBgColor { background-color: #AFABB9; }

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

This div background color is #AFABB9.

Border color

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

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

This div border color is #AFABB9.

Opacity

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

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

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

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

This text has shadow with #AFABB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFABB9.

Preview

Color preview on black background

This text has color #AFABB9 on black background.


Color preview on white background

This text has color #AFABB9 on white background.


Black color preview on #AFABB9 background

This text has black color on #AFABB9 background.


White color preview on #AFABB9 background

This text has white color on #AFABB9 background.


Related colors

Complementary color

Complementary color for #hex is #505446.


I love getcolorcode.com

Triadic colors

1 #B9AFAB and #ABB9AF with #AFABB9 are triadic colors.

2 #B9ABAF and #ABAFB9 with #AFABB9 are triadic colors.