COLOR #A8E9E2

HEX: #A8E9E2 RGB: (168,233,226)

Color info

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

RGB color model

#A8E9E2 color RGB value is (168,233,226).

RGB: (168,233,226) (66%, 91%, 89%)

RGB channels and saturation

R 168 of 255 = 66%
G 233 of 255 = 91%
B 226 of 255 = 89%

168
233
226

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

Portions of RGB colors in percentages

R + G + B = 168 + 233 + 226 = 627 (100%)
R 168 of 627 ~ 26.79%
G 233 of 627 ~ 37.16%
B 226 of 627 ~ 36.04'%

%26.79
%37.16
%36.04

CMYK color model

#A8E9E2 color CMYK value is (28,0,3,9).

  • cyan value is 27.90%
  • magenta value is 0.00%
  • yellow value is 3.00%
  • key color value is 8.63%

CMYK: (28,0,3,9)
C28M0Y3K9 (28%, 0%, 3%, 9%)
(0.28 / 0.00 / 0.03 / 0.09)

CMYK percentages

%27.9
%0
%3
%8.63

Codes

Color #A8E9E2 in popluar color models

A8 E9 E2
RGB 168 233 226
HSL 174° 59.63% 78.63%
HSB/HSV 174° 27.90% 91.37%
CMYK 27.90% 0.00% 3.00%
8.63%

Color #A8E9E2 in popluar number systems.

HEX A8 E9 E2
Decimal 168 233 226
Binary 10101000 11101001 11100010
Octal 250 351 342

Shades and tints

Shades of #A8E9E2

#A8E9E2
(168,233,226)
#99D4CE
(153,212,206)
#8ABFBA
(138,191,186)
#7BAAA6
(123,170,166)
#6C9592
(108,149,146)
#5D807E
(93,128,126)
#4E6B6A
(78,107,106)
#3F5656
(63,86,86)
#304142
(48,65,66)
#212C2E
(33,44,46)
#12171A
(18,23,26)
#000000
(0,0,0)

Tints of #A8E9E2

#A8E9E2
(168,233,226)
#AFEBE4
(175,235,228)
#B6EDE6
(182,237,230)
#BDEFE8
(189,239,232)
#C4F1EA
(196,241,234)
#CBF3EC
(203,243,236)
#D2F5EE
(210,245,238)
#D9F7F0
(217,247,240)
#E0F9F2
(224,249,242)
#E7FBF4
(231,251,244)
#EEFDF6
(238,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E9E2; }

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

This text font color is #A8E9E2.

Background Color

.myBgColor { background-color: #A8E9E2; }

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

This div background color is #A8E9E2.

Border color

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

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

This div border color is #A8E9E2.

Opacity

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

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

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

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

This text has shadow with #A8E9E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8E9E2.

Preview

Color preview on black background

This text has color #A8E9E2 on black background.


Color preview on white background

This text has color #A8E9E2 on white background.


Black color preview on #A8E9E2 background

This text has black color on #A8E9E2 background.


White color preview on #A8E9E2 background

This text has white color on #A8E9E2 background.


Related colors

Complementary color

Complementary color for #hex is #57161D.


I love getcolorcode.com

Triadic colors

1 #E2A8E9 and #E9E2A8 with #A8E9E2 are triadic colors.

2 #E2E9A8 and #E9A8E2 with #A8E9E2 are triadic colors.