COLOR #A8EEE1

HEX: #A8EEE1
RGB: (168,238,225)

Color info

#A8EEE1 contains mainly green and blue colors. Web safe color of #A8EEE1 is #99FFCC (or #9FC).

RGB color model

#A8EEE1 color RGB value is (168,238,225).

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

RGB channels and saturation

R 168 of 255 = 66%
G 238 of 255 = 93%
B 225 of 255 = 88%

168
238
225

R + G + B ~ 82%. #A8EEE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 238 + 225 = 631 (100%)
R 168 of 631 ~ 26.62%
G 238 of 631 ~ 37.72%
B 225 of 631 ~ 35.66%

%26.62
%37.72
%35.66

CMYK color model

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

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 5.46%
  • key color value is 6.67%
CMYK:
(29,0,5,7)
C29M0Y5K7 
(29%,0%,5%,7%)
(0.29/0.00/0.05/0.07)	

CMYK percentages

%29.41
%0
%5.46
%6.67

Codes

Color #A8EEE1 in popluar color models

A8EEE1
RGB168238225
HSL169°67.31%79.61%
HSB/HSV169°29.41%93.33%
CMYK29.41%0.00%5.46%
6.67%

Color #A8EEE1 in popluar number systems.

HEXA8EEE1
Decimal168238225
Binary101010001110111011100001
Octal250356341

Shades and tints

Shades of #A8EEE1

#A8EEE1
(168,238,225)
#99D9CD
(153,217,205)
#8AC4B9
(138,196,185)
#7BAFA5
(123,175,165)
#6C9A91
(108,154,145)
#5D857D
(93,133,125)
#4E7069
(78,112,105)
#3F5B55
(63,91,85)
#304641
(48,70,65)
#21312D
(33,49,45)
#121C19
(18,28,25)
#000000
(0,0,0)

Tints of #A8EEE1

#A8EEE1
(168,238,225)
#AFEFE3
(175,239,227)
#B6F0E5
(182,240,229)
#BDF1E7
(189,241,231)
#C4F2E9
(196,242,233)
#CBF3EB
(203,243,235)
#D2F4ED
(210,244,237)
#D9F5EF
(217,245,239)
#E0F6F1
(224,246,241)
#E7F7F3
(231,247,243)
#EEF8F5
(238,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8EEE1; }

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

This text font color is #A8EEE1.


Background Color

.myBgColor { background-color: #A8EEE1; }

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

This div background color is #A8EEE1.


Border color

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

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

This div border color is #A8EEE1.


Opacity

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

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

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

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

This text has shadow with #A8EEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8EEE1 on black background.


Color preview on white background

This text has color #A8EEE1 on white background.



Black color preview on #A8EEE1 background

This text has black color on #A8EEE1 background.


White color preview on #A8EEE1 background

This text has white color on #A8EEE1 background.