COLOR #AFAABB

HEX: #AFAABB RGB: (175,170,187)

Color info

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

RGB color model

#AFAABB color RGB value is (175,170,187).

RGB: (175,170,187) (69%, 67%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 170 of 255 = 67%
B 187 of 255 = 73%

175
170
187

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

Portions of RGB colors in percentages

R + G + B = 175 + 170 + 187 = 532 (100%)
R 175 of 532 ~ 32.89%
G 170 of 532 ~ 31.95%
B 187 of 532 ~ 35.15'%

%32.89
%31.95
%35.15

CMYK color model

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

  • cyan value is 6.42%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 26.67%

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

CMYK percentages

%6.42
%9.09
%0
%26.67

Codes

Color #AFAABB in popluar color models

AF AA BB
RGB 175 170 187
HSL 258° 11.11% 70.00%
HSB/HSV 258° 9.09% 73.33%
CMYK 6.42% 9.09% 0.00%
26.67%

Color #AFAABB in popluar number systems.

HEX AF AA BB
Decimal 175 170 187
Binary 10101111 10101010 10111011
Octal 257 252 273

Shades and tints

Shades of #AFAABB

#AFAABB
(175,170,187)
#A09BAA
(160,155,170)
#918C99
(145,140,153)
#827D88
(130,125,136)
#736E77
(115,110,119)
#645F66
(100,95,102)
#555055
(85,80,85)
#464144
(70,65,68)
#373233
(55,50,51)
#282322
(40,35,34)
#191411
(25,20,17)
#000000
(0,0,0)

Tints of #AFAABB

#AFAABB
(175,170,187)
#B6B1C1
(182,177,193)
#BDB8C7
(189,184,199)
#C4BFCD
(196,191,205)
#CBC6D3
(203,198,211)
#D2CDD9
(210,205,217)
#D9D4DF
(217,212,223)
#E0DBE5
(224,219,229)
#E7E2EB
(231,226,235)
#EEE9F1
(238,233,241)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAABB; }

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

This text font color is #AFAABB.

Background Color

.myBgColor { background-color: #AFAABB; }

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

This div background color is #AFAABB.

Border color

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

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

This div border color is #AFAABB.

Opacity

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

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

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

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

This text has shadow with #AFAABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAABB.

Preview

Color preview on black background

This text has color #AFAABB on black background.


Color preview on white background

This text has color #AFAABB on white background.


Black color preview on #AFAABB background

This text has black color on #AFAABB background.


White color preview on #AFAABB background

This text has white color on #AFAABB background.


Related colors

Complementary color

Complementary color for #hex is #505544.


I love getcolorcode.com

Triadic colors

1 #BBAFAA and #AABBAF with #AFAABB are triadic colors.

2 #BBAAAF and #AAAFBB with #AFAABB are triadic colors.