COLOR #AFA3EC

HEX: #AFA3EC
RGB: (175,163,236)

Color info

#AFA3EC contains mainly blue color. Web safe color of #AFA3EC is #9999FF (or #99F).

RGB color model

#AFA3EC color RGB value is (175,163,236).

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

RGB channels and saturation

R 175 of 255 = 69%
G 163 of 255 = 64%
B 236 of 255 = 93%

175
163
236

R + G + B ~ 75%. #AFA3EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 163 + 236 = 574 (100%)
R 175 of 574 ~ 30.49%
G 163 of 574 ~ 28.4%
B 236 of 574 ~ 41.11%

%30.49
%28.4
%41.11

CMYK color model

#AFA3EC color CMYK value is (26,31,0,7).

  • cyan value is 25.85%
  • magenta value is 30.93%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(26,31,0,7)
C26M31Y0K7 
(26%,31%,0%,7%)
(0.26/0.31/0.00/0.07)	

CMYK percentages

%25.85
%30.93
%0
%7.45

Codes

Color #AFA3EC in popluar color models

AFA3EC
RGB175163236
HSL250°65.77%78.24%
HSB/HSV250°30.93%92.55%
CMYK25.85%30.93%0.00%
7.45%

Color #AFA3EC in popluar number systems.

HEXAFA3EC
Decimal175163236
Binary101011111010001111101100
Octal257243354

Shades and tints

Shades of #AFA3EC

#AFA3EC
(175,163,236)
#A095D7
(160,149,215)
#9187C2
(145,135,194)
#8279AD
(130,121,173)
#736B98
(115,107,152)
#645D83
(100,93,131)
#554F6E
(85,79,110)
#464159
(70,65,89)
#373344
(55,51,68)
#28252F
(40,37,47)
#19171A
(25,23,26)
#000000
(0,0,0)

Tints of #AFA3EC

#AFA3EC
(175,163,236)
#B6ABED
(182,171,237)
#BDB3EE
(189,179,238)
#C4BBEF
(196,187,239)
#CBC3F0
(203,195,240)
#D2CBF1
(210,203,241)
#D9D3F2
(217,211,242)
#E0DBF3
(224,219,243)
#E7E3F4
(231,227,244)
#EEEBF5
(238,235,245)
#F5F3F6
(245,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFA3EC; }

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

This text font color is #AFA3EC.


Background Color

.myBgColor { background-color: #AFA3EC; }

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

This div background color is #AFA3EC.


Border color

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

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

This div border color is #AFA3EC.


Opacity

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

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

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

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

This text has shadow with #AFA3EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA3EC on black background.


Color preview on white background

This text has color #AFA3EC on white background.



Black color preview on #AFA3EC background

This text has black color on #AFA3EC background.


White color preview on #AFA3EC background

This text has white color on #AFA3EC background.