COLOR #AFBABB

HEX: #AFBABB RGB: (175,186,187)

Color info

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

RGB color model

#AFBABB color RGB value is (175,186,187).

RGB: (175,186,187) (69%, 73%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 186 of 255 = 73%
B 187 of 255 = 73%

175
186
187

R + G + B ~ 72%. #AFBABB is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 186 + 187 = 548 (100%)
R 175 of 548 ~ 31.93%
G 186 of 548 ~ 33.94%
B 187 of 548 ~ 34.12'%

%31.93
%33.94
%34.12

CMYK color model

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

  • cyan value is 6.42%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (6,1,0,27) C6M1Y0K27 (6%,1%,0%,27%) (0.06/0.01/0.00/0.27) 

CMYK percentages

%6.42
%0.53
%0
%26.67

Codes

Color #AFBABB in popluar color models

AF BA BB
RGB 175 186 187
HSL 185° 8.11% 70.98%
HSB/HSV 185° 6.42% 73.33%
CMYK 6.42% 0.53% 0.00%
26.67%

Color #AFBABB in popluar number systems.

HEX AF BA BB
Decimal 175 186 187
Binary 10101111 10111010 10111011
Octal 257 272 273

Shades and tints

Shades of #AFBABB

#AFBABB
(175,186,187)
#A0AAAA
(160,170,170)
#919A99
(145,154,153)
#828A88
(130,138,136)
#737A77
(115,122,119)
#646A66
(100,106,102)
#555A55
(85,90,85)
#464A44
(70,74,68)
#373A33
(55,58,51)
#282A22
(40,42,34)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #AFBABB

#AFBABB
(175,186,187)
#B6C0C1
(182,192,193)
#BDC6C7
(189,198,199)
#C4CCCD
(196,204,205)
#CBD2D3
(203,210,211)
#D2D8D9
(210,216,217)
#D9DEDF
(217,222,223)
#E0E4E5
(224,228,229)
#E7EAEB
(231,234,235)
#EEF0F1
(238,240,241)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFBABB; }

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

This text font color is #AFBABB.

Background Color

.myBgColor { background-color: #AFBABB; }

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

This div background color is #AFBABB.

Border color

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

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

This div border color is #AFBABB.

Opacity

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

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

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

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

This text has shadow with #AFBABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFBABB.

Preview

Color preview on black background

This text has color #AFBABB on black background.


Color preview on white background

This text has color #AFBABB on white background.


Black color preview on #AFBABB background

This text has black color on #AFBABB background.


White color preview on #AFBABB background

This text has white color on #AFBABB background.


Related colors

Complementary color

Complementary color for #hex is #504544.


I love getcolorcode.com

Triadic colors

1 #BBAFBA and #BABBAF with #AFBABB are triadic colors.

2 #BBBAAF and #BAAFBB with #AFBABB are triadic colors.