COLOR #AFA3C6

HEX: #AFA3C6
RGB: (175,163,198)

Color info

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

RGB color model

#AFA3C6 color RGB value is (175,163,198).

  • red value is 175;
  • green value is 163;
  • blue value is 198.
RGB:
(175,163,198)
(69%,64%,78%)

RGB channels and saturation

R 175 of 255 = 69%
G 163 of 255 = 64%
B 198 of 255 = 78%

175
163
198

R + G + B ~ 70%. #AFA3C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 163 + 198 = 536 (100%)
R 175 of 536 ~ 32.65%
G 163 of 536 ~ 30.41%
B 198 of 536 ~ 36.94%

%32.65
%30.41
%36.94

CMYK color model

#AFA3C6 color CMYK value is (12,18,0,22).

  • cyan value is 11.62%
  • magenta value is 17.68%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(12,18,0,22)
C12M18Y0K22 
(12%,18%,0%,22%)
(0.12/0.18/0.00/0.22)	

CMYK percentages

%11.62
%17.68
%0
%22.35

Codes

Color #AFA3C6 in popluar color models

AFA3C6
RGB175163198
HSL261°23.49%70.78%
HSB/HSV261°17.68%77.65%
CMYK11.62%17.68%0.00%
22.35%

Color #AFA3C6 in popluar number systems.

HEXAFA3C6
Decimal175163198
Binary101011111010001111000110
Octal257243306

Shades and tints

Shades of #AFA3C6

#AFA3C6
(175,163,198)
#A095B4
(160,149,180)
#9187A2
(145,135,162)
#827990
(130,121,144)
#736B7E
(115,107,126)
#645D6C
(100,93,108)
#554F5A
(85,79,90)
#464148
(70,65,72)
#373336
(55,51,54)
#282524
(40,37,36)
#191712
(25,23,18)
#000000
(0,0,0)

Tints of #AFA3C6

#AFA3C6
(175,163,198)
#B6ABCB
(182,171,203)
#BDB3D0
(189,179,208)
#C4BBD5
(196,187,213)
#CBC3DA
(203,195,218)
#D2CBDF
(210,203,223)
#D9D3E4
(217,211,228)
#E0DBE9
(224,219,233)
#E7E3EE
(231,227,238)
#EEEBF3
(238,235,243)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA3C6 color. Also use rgb(175,163,198) instead hex code.

Text Font Color

.myTextColor { color: #AFA3C6; }

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

This text font color is #AFA3C6.


Background Color

.myBgColor { background-color: #AFA3C6; }

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

This div background color is #AFA3C6.


Border color

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

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

This div border color is #AFA3C6.


Opacity

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

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

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

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

This text has shadow with #AFA3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA3C6 on black background.


Color preview on white background

This text has color #AFA3C6 on white background.



Black color preview on #AFA3C6 background

This text has black color on #AFA3C6 background.


White color preview on #AFA3C6 background

This text has white color on #AFA3C6 background.