COLOR #AFAAC3

HEX: #AFAAC3
RGB: (175,170,195)

Color info

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

RGB color model

#AFAAC3 color RGB value is (175,170,195).

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

RGB channels and saturation

R 175 of 255 = 69%
G 170 of 255 = 67%
B 195 of 255 = 76%

175
170
195

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

Portions of RGB colors in percentages

R + G + B =
175 + 170 + 195 = 540 (100%)
R 175 of 540 ~ 32.41%
G 170 of 540 ~ 31.48%
B 195 of 540 ~ 36.11%

%32.41
%31.48
%36.11

CMYK color model

#AFAAC3 color CMYK value is (10,13,0,24).

  • cyan value is 10.26%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(10,13,0,24)
C10M13Y0K24 
(10%,13%,0%,24%)
(0.10/0.13/0.00/0.24)	

CMYK percentages

%10.26
%12.82
%0
%23.53

Codes

Color #AFAAC3 in popluar color models

AFAAC3
RGB175170195
HSL252°17.24%71.57%
HSB/HSV252°12.82%76.47%
CMYK10.26%12.82%0.00%
23.53%

Color #AFAAC3 in popluar number systems.

HEXAFAAC3
Decimal175170195
Binary101011111010101011000011
Octal257252303

Shades and tints

Shades of #AFAAC3

#AFAAC3
(175,170,195)
#A09BB2
(160,155,178)
#918CA1
(145,140,161)
#827D90
(130,125,144)
#736E7F
(115,110,127)
#645F6E
(100,95,110)
#55505D
(85,80,93)
#46414C
(70,65,76)
#37323B
(55,50,59)
#28232A
(40,35,42)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #AFAAC3

#AFAAC3
(175,170,195)
#B6B1C8
(182,177,200)
#BDB8CD
(189,184,205)
#C4BFD2
(196,191,210)
#CBC6D7
(203,198,215)
#D2CDDC
(210,205,220)
#D9D4E1
(217,212,225)
#E0DBE6
(224,219,230)
#E7E2EB
(231,226,235)
#EEE9F0
(238,233,240)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAAC3; }

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

This text font color is #AFAAC3.


Background Color

.myBgColor { background-color: #AFAAC3; }

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

This div background color is #AFAAC3.


Border color

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

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

This div border color is #AFAAC3.


Opacity

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

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

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

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

This text has shadow with #AFAAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAAC3 on black background.


Color preview on white background

This text has color #AFAAC3 on white background.



Black color preview on #AFAAC3 background

This text has black color on #AFAAC3 background.


White color preview on #AFAAC3 background

This text has white color on #AFAAC3 background.