COLOR #A8E2ED

HEX: #A8E2ED
RGB: (168,226,237)

Color info

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

RGB color model

#A8E2ED color RGB value is (168,226,237).

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

RGB channels and saturation

R 168 of 255 = 66%
G 226 of 255 = 89%
B 237 of 255 = 93%

168
226
237

R + G + B ~ 83%. #A8E2ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 226 + 237 = 631 (100%)
R 168 of 631 ~ 26.62%
G 226 of 631 ~ 35.82%
B 237 of 631 ~ 37.56%

%26.62
%35.82
%37.56

CMYK color model

#A8E2ED color CMYK value is (29,5,0,7).

  • cyan value is 29.11%
  • magenta value is 4.64%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(29,5,0,7)
C29M5Y0K7 
(29%,5%,0%,7%)
(0.29/0.05/0.00/0.07)	

CMYK percentages

%29.11
%4.64
%0
%7.06

Codes

Color #A8E2ED in popluar color models

A8E2ED
RGB168226237
HSL190°65.71%79.41%
HSB/HSV190°29.11%92.94%
CMYK29.11%4.64%0.00%
7.06%

Color #A8E2ED in popluar number systems.

HEXA8E2ED
Decimal168226237
Binary101010001110001011101101
Octal250342355

Shades and tints

Shades of #A8E2ED

#A8E2ED
(168,226,237)
#99CED8
(153,206,216)
#8ABAC3
(138,186,195)
#7BA6AE
(123,166,174)
#6C9299
(108,146,153)
#5D7E84
(93,126,132)
#4E6A6F
(78,106,111)
#3F565A
(63,86,90)
#304245
(48,66,69)
#212E30
(33,46,48)
#121A1B
(18,26,27)
#000000
(0,0,0)

Tints of #A8E2ED

#A8E2ED
(168,226,237)
#AFE4EE
(175,228,238)
#B6E6EF
(182,230,239)
#BDE8F0
(189,232,240)
#C4EAF1
(196,234,241)
#CBECF2
(203,236,242)
#D2EEF3
(210,238,243)
#D9F0F4
(217,240,244)
#E0F2F5
(224,242,245)
#E7F4F6
(231,244,246)
#EEF6F7
(238,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E2ED; }

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

This text font color is #A8E2ED.


Background Color

.myBgColor { background-color: #A8E2ED; }

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

This div background color is #A8E2ED.


Border color

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

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

This div border color is #A8E2ED.


Opacity

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

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

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

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

This text has shadow with #A8E2ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E2ED on black background.


Color preview on white background

This text has color #A8E2ED on white background.



Black color preview on #A8E2ED background

This text has black color on #A8E2ED background.


White color preview on #A8E2ED background

This text has white color on #A8E2ED background.