COLOR #AFAAC7

HEX: #AFAAC7
RGB: (175,170,199)

Color info

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

RGB color model

#AFAAC7 color RGB value is (175,170,199).

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

RGB channels and saturation

R 175 of 255 = 69%
G 170 of 255 = 67%
B 199 of 255 = 78%

175
170
199

R + G + B ~ 71%. #AFAAC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 170 + 199 = 544 (100%)
R 175 of 544 ~ 32.17%
G 170 of 544 ~ 31.25%
B 199 of 544 ~ 36.58%

%32.17
%31.25
%36.58

CMYK color model

#AFAAC7 color CMYK value is (12,15,0,22).

  • cyan value is 12.06%
  • magenta value is 14.57%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(12,15,0,22)
C12M15Y0K22 
(12%,15%,0%,22%)
(0.12/0.15/0.00/0.22)	

CMYK percentages

%12.06
%14.57
%0
%21.96

Codes

Color #AFAAC7 in popluar color models

AFAAC7
RGB175170199
HSL250°20.57%72.35%
HSB/HSV250°14.57%78.04%
CMYK12.06%14.57%0.00%
21.96%

Color #AFAAC7 in popluar number systems.

HEXAFAAC7
Decimal175170199
Binary101011111010101011000111
Octal257252307

Shades and tints

Shades of #AFAAC7

#AFAAC7
(175,170,199)
#A09BB5
(160,155,181)
#918CA3
(145,140,163)
#827D91
(130,125,145)
#736E7F
(115,110,127)
#645F6D
(100,95,109)
#55505B
(85,80,91)
#464149
(70,65,73)
#373237
(55,50,55)
#282325
(40,35,37)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #AFAAC7

#AFAAC7
(175,170,199)
#B6B1CC
(182,177,204)
#BDB8D1
(189,184,209)
#C4BFD6
(196,191,214)
#CBC6DB
(203,198,219)
#D2CDE0
(210,205,224)
#D9D4E5
(217,212,229)
#E0DBEA
(224,219,234)
#E7E2EF
(231,226,239)
#EEE9F4
(238,233,244)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAAC7; }

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

This text font color is #AFAAC7.


Background Color

.myBgColor { background-color: #AFAAC7; }

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

This div background color is #AFAAC7.


Border color

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

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

This div border color is #AFAAC7.


Opacity

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

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

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

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

This text has shadow with #AFAAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAAC7 on black background.


Color preview on white background

This text has color #AFAAC7 on white background.



Black color preview on #AFAAC7 background

This text has black color on #AFAAC7 background.


White color preview on #AFAAC7 background

This text has white color on #AFAAC7 background.