COLOR #AFAAC9

HEX: #AFAAC9
RGB: (175,170,201)

Color info

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

RGB color model

#AFAAC9 color RGB value is (175,170,201).

  • red value is 175;
  • green value is 170;
  • blue value is 201.
RGB:
(175,170,201)
(69%,67%,79%)

RGB channels and saturation

R 175 of 255 = 69%
G 170 of 255 = 67%
B 201 of 255 = 79%

175
170
201

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

Portions of RGB colors in percentages

R + G + B =
175 + 170 + 201 = 546 (100%)
R 175 of 546 ~ 32.05%
G 170 of 546 ~ 31.14%
B 201 of 546 ~ 36.81%

%32.05
%31.14
%36.81

CMYK color model

#AFAAC9 color CMYK value is (13,15,0,21).

  • cyan value is 12.94%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(13,15,0,21)
C13M15Y0K21 
(13%,15%,0%,21%)
(0.13/0.15/0.00/0.21)	

CMYK percentages

%12.94
%15.42
%0
%21.18

Codes

Color #AFAAC9 in popluar color models

AFAAC9
RGB175170201
HSL250°22.30%72.75%
HSB/HSV250°15.42%78.82%
CMYK12.94%15.42%0.00%
21.18%

Color #AFAAC9 in popluar number systems.

HEXAFAAC9
Decimal175170201
Binary101011111010101011001001
Octal257252311

Shades and tints

Shades of #AFAAC9

#AFAAC9
(175,170,201)
#A09BB7
(160,155,183)
#918CA5
(145,140,165)
#827D93
(130,125,147)
#736E81
(115,110,129)
#645F6F
(100,95,111)
#55505D
(85,80,93)
#46414B
(70,65,75)
#373239
(55,50,57)
#282327
(40,35,39)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #AFAAC9

#AFAAC9
(175,170,201)
#B6B1CD
(182,177,205)
#BDB8D1
(189,184,209)
#C4BFD5
(196,191,213)
#CBC6D9
(203,198,217)
#D2CDDD
(210,205,221)
#D9D4E1
(217,212,225)
#E0DBE5
(224,219,229)
#E7E2E9
(231,226,233)
#EEE9ED
(238,233,237)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAAC9; }

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

This text font color is #AFAAC9.


Background Color

.myBgColor { background-color: #AFAAC9; }

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

This div background color is #AFAAC9.


Border color

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

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

This div border color is #AFAAC9.


Opacity

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

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

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

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

This text has shadow with #AFAAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAAC9 on black background.


Color preview on white background

This text has color #AFAAC9 on white background.



Black color preview on #AFAAC9 background

This text has black color on #AFAAC9 background.


White color preview on #AFAAC9 background

This text has white color on #AFAAC9 background.