COLOR #AFA8EE

HEX: #AFA8EE
RGB: (175,168,238)

Color info

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

RGB color model

#AFA8EE color RGB value is (175,168,238).

  • red value is 175;
  • green value is 168;
  • blue value is 238.
RGB:
(175,168,238)
(69%,66%,93%)

RGB channels and saturation

R 175 of 255 = 69%
G 168 of 255 = 66%
B 238 of 255 = 93%

175
168
238

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

Portions of RGB colors in percentages

R + G + B =
175 + 168 + 238 = 581 (100%)
R 175 of 581 ~ 30.12%
G 168 of 581 ~ 28.92%
B 238 of 581 ~ 40.96%

%30.12
%28.92
%40.96

CMYK color model

#AFA8EE color CMYK value is (26,29,0,7).

  • cyan value is 26.47%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(26,29,0,7)
C26M29Y0K7 
(26%,29%,0%,7%)
(0.26/0.29/0.00/0.07)	

CMYK percentages

%26.47
%29.41
%0
%6.67

Codes

Color #AFA8EE in popluar color models

AFA8EE
RGB175168238
HSL246°67.31%79.61%
HSB/HSV246°29.41%93.33%
CMYK26.47%29.41%0.00%
6.67%

Color #AFA8EE in popluar number systems.

HEXAFA8EE
Decimal175168238
Binary101011111010100011101110
Octal257250356

Shades and tints

Shades of #AFA8EE

#AFA8EE
(175,168,238)
#A099D9
(160,153,217)
#918AC4
(145,138,196)
#827BAF
(130,123,175)
#736C9A
(115,108,154)
#645D85
(100,93,133)
#554E70
(85,78,112)
#463F5B
(70,63,91)
#373046
(55,48,70)
#282131
(40,33,49)
#19121C
(25,18,28)
#000000
(0,0,0)

Tints of #AFA8EE

#AFA8EE
(175,168,238)
#B6AFEF
(182,175,239)
#BDB6F0
(189,182,240)
#C4BDF1
(196,189,241)
#CBC4F2
(203,196,242)
#D2CBF3
(210,203,243)
#D9D2F4
(217,210,244)
#E0D9F5
(224,217,245)
#E7E0F6
(231,224,246)
#EEE7F7
(238,231,247)
#F5EEF8
(245,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA8EE color. Also use rgb(175,168,238) instead hex code.

Text Font Color

.myTextColor { color: #AFA8EE; }

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

This text font color is #AFA8EE.


Background Color

.myBgColor { background-color: #AFA8EE; }

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

This div background color is #AFA8EE.


Border color

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

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

This div border color is #AFA8EE.


Opacity

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

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

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

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

This text has shadow with #AFA8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA8EE on black background.


Color preview on white background

This text has color #AFA8EE on white background.



Black color preview on #AFA8EE background

This text has black color on #AFA8EE background.


White color preview on #AFA8EE background

This text has white color on #AFA8EE background.