COLOR #AFACC3

HEX: #AFACC3
RGB: (175,172,195)

Color info

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

RGB color model

#AFACC3 color RGB value is (175,172,195).

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

RGB channels and saturation

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

175
172
195

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

Portions of RGB colors in percentages

R + G + B =
175 + 172 + 195 = 542 (100%)
R 175 of 542 ~ 32.29%
G 172 of 542 ~ 31.73%
B 195 of 542 ~ 35.98%

%32.29
%31.73
%35.98

CMYK color model

#AFACC3 color CMYK value is (10,12,0,24).

  • cyan value is 10.26%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(10,12,0,24)
C10M12Y0K24 
(10%,12%,0%,24%)
(0.10/0.12/0.00/0.24)	

CMYK percentages

%10.26
%11.79
%0
%23.53

Codes

Color #AFACC3 in popluar color models

AFACC3
RGB175172195
HSL248°16.08%71.96%
HSB/HSV248°11.79%76.47%
CMYK10.26%11.79%0.00%
23.53%

Color #AFACC3 in popluar number systems.

HEXAFACC3
Decimal175172195
Binary101011111010110011000011
Octal257254303

Shades and tints

Shades of #AFACC3

#AFACC3
(175,172,195)
#A09DB2
(160,157,178)
#918EA1
(145,142,161)
#827F90
(130,127,144)
#73707F
(115,112,127)
#64616E
(100,97,110)
#55525D
(85,82,93)
#46434C
(70,67,76)
#37343B
(55,52,59)
#28252A
(40,37,42)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #AFACC3

#AFACC3
(175,172,195)
#B6B3C8
(182,179,200)
#BDBACD
(189,186,205)
#C4C1D2
(196,193,210)
#CBC8D7
(203,200,215)
#D2CFDC
(210,207,220)
#D9D6E1
(217,214,225)
#E0DDE6
(224,221,230)
#E7E4EB
(231,228,235)
#EEEBF0
(238,235,240)
#F5F2F5
(245,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFACC3; }

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

This text font color is #AFACC3.


Background Color

.myBgColor { background-color: #AFACC3; }

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

This div background color is #AFACC3.


Border color

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

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

This div border color is #AFACC3.


Opacity

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

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

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

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

This text has shadow with #AFACC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFACC3 on black background.


Color preview on white background

This text has color #AFACC3 on white background.



Black color preview on #AFACC3 background

This text has black color on #AFACC3 background.


White color preview on #AFACC3 background

This text has white color on #AFACC3 background.