COLOR #A8E9EC

HEX: #A8E9EC
RGB: (168,233,236)

Color info

#A8E9EC contains mainly green and blue colors. Web safe color of #A8E9EC is #99FFFF (or #9FF).

RGB color model

#A8E9EC color RGB value is (168,233,236).

  • red value is 168;
  • green value is 233;
  • blue value is 236.
RGB:
(168,233,236)
(66%,91%,93%)

RGB channels and saturation

R 168 of 255 = 66%
G 233 of 255 = 91%
B 236 of 255 = 93%

168
233
236

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

Portions of RGB colors in percentages

R + G + B =
168 + 233 + 236 = 637 (100%)
R 168 of 637 ~ 26.37%
G 233 of 637 ~ 36.58%
B 236 of 637 ~ 37.05%

%26.37
%36.58
%37.05

CMYK color model

#A8E9EC color CMYK value is (29,1,0,7).

  • cyan value is 28.81%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(29,1,0,7)
C29M1Y0K7 
(29%,1%,0%,7%)
(0.29/0.01/0.00/0.07)	

CMYK percentages

%28.81
%1.27
%0
%7.45

Codes

Color #A8E9EC in popluar color models

A8E9EC
RGB168233236
HSL183°64.15%79.22%
HSB/HSV183°28.81%92.55%
CMYK28.81%1.27%0.00%
7.45%

Color #A8E9EC in popluar number systems.

HEXA8E9EC
Decimal168233236
Binary101010001110100111101100
Octal250351354

Shades and tints

Shades of #A8E9EC

#A8E9EC
(168,233,236)
#99D4D7
(153,212,215)
#8ABFC2
(138,191,194)
#7BAAAD
(123,170,173)
#6C9598
(108,149,152)
#5D8083
(93,128,131)
#4E6B6E
(78,107,110)
#3F5659
(63,86,89)
#304144
(48,65,68)
#212C2F
(33,44,47)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #A8E9EC

#A8E9EC
(168,233,236)
#AFEBED
(175,235,237)
#B6EDEE
(182,237,238)
#BDEFEF
(189,239,239)
#C4F1F0
(196,241,240)
#CBF3F1
(203,243,241)
#D2F5F2
(210,245,242)
#D9F7F3
(217,247,243)
#E0F9F4
(224,249,244)
#E7FBF5
(231,251,245)
#EEFDF6
(238,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E9EC color. Also use rgb(168,233,236) instead hex code.

Text Font Color

.myTextColor { color: #A8E9EC; }

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

This text font color is #A8E9EC.


Background Color

.myBgColor { background-color: #A8E9EC; }

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

This div background color is #A8E9EC.


Border color

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

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

This div border color is #A8E9EC.


Opacity

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

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

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

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

This text has shadow with #A8E9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E9EC on black background.


Color preview on white background

This text has color #A8E9EC on white background.



Black color preview on #A8E9EC background

This text has black color on #A8E9EC background.


White color preview on #A8E9EC background

This text has white color on #A8E9EC background.