COLOR #AFAAC0

HEX: #AFAAC0 RGB: (175,170,192)

Color info

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

RGB color model

#AFAAC0 color RGB value is (175,170,192).

RGB: (175,170,192) (69%, 67%, 75%)

RGB channels and saturation

R 175 of 255 = 69%
G 170 of 255 = 67%
B 192 of 255 = 75%

175
170
192

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

Portions of RGB colors in percentages

R + G + B = 175 + 170 + 192 = 537 (100%)
R 175 of 537 ~ 32.59%
G 170 of 537 ~ 31.66%
B 192 of 537 ~ 35.75'%

%32.59
%31.66
%35.75

CMYK color model

#AFAAC0 color CMYK value is (9,11,0,25).

  • cyan value is 8.85%
  • magenta value is 11.46%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK: (9,11,0,25) C9M11Y0K25 (9%,11%,0%,25%) (0.09/0.11/0.00/0.25) 

CMYK percentages

%8.85
%11.46
%0
%24.71

Codes

Color #AFAAC0 in popluar color models

AF AA C0
RGB 175 170 192
HSL 254° 14.86% 70.98%
HSB/HSV 254° 11.46% 75.29%
CMYK 8.85% 11.46% 0.00%
24.71%

Color #AFAAC0 in popluar number systems.

HEX AF AA C0
Decimal 175 170 192
Binary 10101111 10101010 11000000
Octal 257 252 300

Shades and tints

Shades of #AFAAC0

#AFAAC0
(175,170,192)
#A09BAF
(160,155,175)
#918C9E
(145,140,158)
#827D8D
(130,125,141)
#736E7C
(115,110,124)
#645F6B
(100,95,107)
#55505A
(85,80,90)
#464149
(70,65,73)
#373238
(55,50,56)
#282327
(40,35,39)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #AFAAC0

#AFAAC0
(175,170,192)
#B6B1C5
(182,177,197)
#BDB8CA
(189,184,202)
#C4BFCF
(196,191,207)
#CBC6D4
(203,198,212)
#D2CDD9
(210,205,217)
#D9D4DE
(217,212,222)
#E0DBE3
(224,219,227)
#E7E2E8
(231,226,232)
#EEE9ED
(238,233,237)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAAC0; }

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

This text font color is #AFAAC0.

Background Color

.myBgColor { background-color: #AFAAC0; }

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

This div background color is #AFAAC0.

Border color

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

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

This div border color is #AFAAC0.

Opacity

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

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

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

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

This text has shadow with #AFAAC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFAAC0.

Preview

Color preview on black background

This text has color #AFAAC0 on black background.


Color preview on white background

This text has color #AFAAC0 on white background.


Black color preview on #AFAAC0 background

This text has black color on #AFAAC0 background.


White color preview on #AFAAC0 background

This text has white color on #AFAAC0 background.


Related colors

Complementary color

Complementary color for #hex is #50553F.


I love getcolorcode.com

Triadic colors

1 #C0AFAA and #AAC0AF with #AFAAC0 are triadic colors.

2 #C0AAAF and #AAAFC0 with #AFAAC0 are triadic colors.