COLOR #AFA9EB

HEX: #AFA9EB
RGB: (175,169,235)

Color info

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

RGB color model

#AFA9EB color RGB value is (175,169,235).

  • red value is 175;
  • green value is 169;
  • blue value is 235.
RGB:
(175,169,235)
(69%,66%,92%)

RGB channels and saturation

R 175 of 255 = 69%
G 169 of 255 = 66%
B 235 of 255 = 92%

175
169
235

R + G + B ~ 76%. #AFA9EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 169 + 235 = 579 (100%)
R 175 of 579 ~ 30.22%
G 169 of 579 ~ 29.19%
B 235 of 579 ~ 40.59%

%30.22
%29.19
%40.59

CMYK color model

#AFA9EB color CMYK value is (26,28,0,8).

  • cyan value is 25.53%
  • magenta value is 28.09%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(26,28,0,8)
C26M28Y0K8 
(26%,28%,0%,8%)
(0.26/0.28/0.00/0.08)	

CMYK percentages

%25.53
%28.09
%0
%7.84

Codes

Color #AFA9EB in popluar color models

AFA9EB
RGB175169235
HSL245°62.26%79.22%
HSB/HSV245°28.09%92.16%
CMYK25.53%28.09%0.00%
7.84%

Color #AFA9EB in popluar number systems.

HEXAFA9EB
Decimal175169235
Binary101011111010100111101011
Octal257251353

Shades and tints

Shades of #AFA9EB

#AFA9EB
(175,169,235)
#A09AD6
(160,154,214)
#918BC1
(145,139,193)
#827CAC
(130,124,172)
#736D97
(115,109,151)
#645E82
(100,94,130)
#554F6D
(85,79,109)
#464058
(70,64,88)
#373143
(55,49,67)
#28222E
(40,34,46)
#191319
(25,19,25)
#000000
(0,0,0)

Tints of #AFA9EB

#AFA9EB
(175,169,235)
#B6B0EC
(182,176,236)
#BDB7ED
(189,183,237)
#C4BEEE
(196,190,238)
#CBC5EF
(203,197,239)
#D2CCF0
(210,204,240)
#D9D3F1
(217,211,241)
#E0DAF2
(224,218,242)
#E7E1F3
(231,225,243)
#EEE8F4
(238,232,244)
#F5EFF5
(245,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA9EB color. Also use rgb(175,169,235) instead hex code.

Text Font Color

.myTextColor { color: #AFA9EB; }

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

This text font color is #AFA9EB.


Background Color

.myBgColor { background-color: #AFA9EB; }

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

This div background color is #AFA9EB.


Border color

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

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

This div border color is #AFA9EB.


Opacity

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

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

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

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

This text has shadow with #AFA9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA9EB on black background.


Color preview on white background

This text has color #AFA9EB on white background.



Black color preview on #AFA9EB background

This text has black color on #AFA9EB background.


White color preview on #AFA9EB background

This text has white color on #AFA9EB background.