COLOR #A8E2FC

HEX: #A8E2FC
RGB: (168,226,252)

Color info

#A8E2FC contains mainly green and blue colors. Web safe color of #A8E2FC is #99CCFF (or #9CF).

RGB color model

#A8E2FC color RGB value is (168,226,252).

  • red value is 168;
  • green value is 226;
  • blue value is 252.
RGB:
(168,226,252)
(66%,89%,99%)

RGB channels and saturation

R 168 of 255 = 66%
G 226 of 255 = 89%
B 252 of 255 = 99%

168
226
252

R + G + B ~ 85%. #A8E2FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 226 + 252 = 646 (100%)
R 168 of 646 ~ 26.01%
G 226 of 646 ~ 34.98%
B 252 of 646 ~ 39.01%

%26.01
%34.98
%39.01

CMYK color model

#A8E2FC color CMYK value is (33,10,0,1).

  • cyan value is 33.33%
  • magenta value is 10.32%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(33,10,0,1)
C33M10Y0K1 
(33%,10%,0%,1%)
(0.33/0.10/0.00/0.01)	

CMYK percentages

%33.33
%10.32
%0
%1.18

Codes

Color #A8E2FC in popluar color models

A8E2FC
RGB168226252
HSL199°93.33%82.35%
HSB/HSV199°33.33%98.82%
CMYK33.33%10.32%0.00%
1.18%

Color #A8E2FC in popluar number systems.

HEXA8E2FC
Decimal168226252
Binary101010001110001011111100
Octal250342374

Shades and tints

Shades of #A8E2FC

#A8E2FC
(168,226,252)
#99CEE6
(153,206,230)
#8ABAD0
(138,186,208)
#7BA6BA
(123,166,186)
#6C92A4
(108,146,164)
#5D7E8E
(93,126,142)
#4E6A78
(78,106,120)
#3F5662
(63,86,98)
#30424C
(48,66,76)
#212E36
(33,46,54)
#121A20
(18,26,32)
#000000
(0,0,0)

Tints of #A8E2FC

#A8E2FC
(168,226,252)
#AFE4FC
(175,228,252)
#B6E6FC
(182,230,252)
#BDE8FC
(189,232,252)
#C4EAFC
(196,234,252)
#CBECFC
(203,236,252)
#D2EEFC
(210,238,252)
#D9F0FC
(217,240,252)
#E0F2FC
(224,242,252)
#E7F4FC
(231,244,252)
#EEF6FC
(238,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E2FC color. Also use rgb(168,226,252) instead hex code.

Text Font Color

.myTextColor { color: #A8E2FC; }

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

This text font color is #A8E2FC.


Background Color

.myBgColor { background-color: #A8E2FC; }

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

This div background color is #A8E2FC.


Border color

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

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

This div border color is #A8E2FC.


Opacity

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

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

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

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

This text has shadow with #A8E2FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E2FC on black background.


Color preview on white background

This text has color #A8E2FC on white background.



Black color preview on #A8E2FC background

This text has black color on #A8E2FC background.


White color preview on #A8E2FC background

This text has white color on #A8E2FC background.