COLOR #AFAACA

HEX: #AFAACA
RGB: (175,170,202)

Color info

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

RGB color model

#AFAACA color RGB value is (175,170,202).

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

RGB channels and saturation

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

175
170
202

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

Portions of RGB colors in percentages

R + G + B =
175 + 170 + 202 = 547 (100%)
R 175 of 547 ~ 31.99%
G 170 of 547 ~ 31.08%
B 202 of 547 ~ 36.93%

%31.99
%31.08
%36.93

CMYK color model

#AFAACA color CMYK value is (13,16,0,21).

  • cyan value is 13.37%
  • magenta value is 15.84%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(13,16,0,21)
C13M16Y0K21 
(13%,16%,0%,21%)
(0.13/0.16/0.00/0.21)	

CMYK percentages

%13.37
%15.84
%0
%20.78

Codes

Color #AFAACA in popluar color models

AFAACA
RGB175170202
HSL249°23.19%72.94%
HSB/HSV249°15.84%79.22%
CMYK13.37%15.84%0.00%
20.78%

Color #AFAACA in popluar number systems.

HEXAFAACA
Decimal175170202
Binary101011111010101011001010
Octal257252312

Shades and tints

Shades of #AFAACA

#AFAACA
(175,170,202)
#A09BB8
(160,155,184)
#918CA6
(145,140,166)
#827D94
(130,125,148)
#736E82
(115,110,130)
#645F70
(100,95,112)
#55505E
(85,80,94)
#46414C
(70,65,76)
#37323A
(55,50,58)
#282328
(40,35,40)
#191416
(25,20,22)
#000000
(0,0,0)

Tints of #AFAACA

#AFAACA
(175,170,202)
#B6B1CE
(182,177,206)
#BDB8D2
(189,184,210)
#C4BFD6
(196,191,214)
#CBC6DA
(203,198,218)
#D2CDDE
(210,205,222)
#D9D4E2
(217,212,226)
#E0DBE6
(224,219,230)
#E7E2EA
(231,226,234)
#EEE9EE
(238,233,238)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFAACA; }

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

This text font color is #AFAACA.


Background Color

.myBgColor { background-color: #AFAACA; }

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

This div background color is #AFAACA.


Border color

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

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

This div border color is #AFAACA.


Opacity

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

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

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

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

This text has shadow with #AFAACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFAACA on black background.


Color preview on white background

This text has color #AFAACA on white background.



Black color preview on #AFAACA background

This text has black color on #AFAACA background.


White color preview on #AFAACA background

This text has white color on #AFAACA background.