COLOR #A8AFED

HEX: #A8AFED
RGB: (168,175,237)

Color info

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

RGB color model

#A8AFED color RGB value is (168,175,237).

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

RGB channels and saturation

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

168
175
237

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

Portions of RGB colors in percentages

R + G + B =
168 + 175 + 237 = 580 (100%)
R 168 of 580 ~ 28.97%
G 175 of 580 ~ 30.17%
B 237 of 580 ~ 40.86%

%28.97
%30.17
%40.86

CMYK color model

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

  • cyan value is 29.11%
  • magenta value is 26.16%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(29,26,0,7)
C29M26Y0K7 
(29%,26%,0%,7%)
(0.29/0.26/0.00/0.07)	

CMYK percentages

%29.11
%26.16
%0
%7.06

Codes

Color #A8AFED in popluar color models

A8AFED
RGB168175237
HSL234°65.71%79.41%
HSB/HSV234°29.11%92.94%
CMYK29.11%26.16%0.00%
7.06%

Color #A8AFED in popluar number systems.

HEXA8AFED
Decimal168175237
Binary101010001010111111101101
Octal250257355

Shades and tints

Shades of #A8AFED

#A8AFED
(168,175,237)
#99A0D8
(153,160,216)
#8A91C3
(138,145,195)
#7B82AE
(123,130,174)
#6C7399
(108,115,153)
#5D6484
(93,100,132)
#4E556F
(78,85,111)
#3F465A
(63,70,90)
#303745
(48,55,69)
#212830
(33,40,48)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #A8AFED

#A8AFED
(168,175,237)
#AFB6EE
(175,182,238)
#B6BDEF
(182,189,239)
#BDC4F0
(189,196,240)
#C4CBF1
(196,203,241)
#CBD2F2
(203,210,242)
#D2D9F3
(210,217,243)
#D9E0F4
(217,224,244)
#E0E7F5
(224,231,245)
#E7EEF6
(231,238,246)
#EEF5F7
(238,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AFED; }

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

This text font color is #A8AFED.


Background Color

.myBgColor { background-color: #A8AFED; }

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

This div background color is #A8AFED.


Border color

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

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

This div border color is #A8AFED.


Opacity

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

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

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

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

This text has shadow with #A8AFED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AFED on black background.


Color preview on white background

This text has color #A8AFED on white background.



Black color preview on #A8AFED background

This text has black color on #A8AFED background.


White color preview on #A8AFED background

This text has white color on #A8AFED background.