COLOR #A8E2EA

HEX: #A8E2EA RGB: (168,226,234)

Color info

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

RGB color model

#A8E2EA color RGB value is (168,226,234).

RGB: (168,226,234) (66%, 89%, 92%)

RGB channels and saturation

R 168 of 255 = 66%
G 226 of 255 = 89%
B 234 of 255 = 92%

168
226
234

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

Portions of RGB colors in percentages

R + G + B = 168 + 226 + 234 = 628 (100%)
R 168 of 628 ~ 26.75%
G 226 of 628 ~ 35.99%
B 234 of 628 ~ 37.26'%

%26.75
%35.99
%37.26

CMYK color model

#A8E2EA color CMYK value is (28,3,0,8).

  • cyan value is 28.21%
  • magenta value is 3.42%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (28,3,0,8)
C28M3Y0K8 (28%, 3%, 0%, 8%)
(0.28 / 0.03 / 0.00 / 0.08)

CMYK percentages

%28.21
%3.42
%0
%8.24

Codes

Color #A8E2EA in popluar color models

A8 E2 EA
RGB 168 226 234
HSL 187° 61.11% 78.82%
HSB/HSV 187° 28.21% 91.76%
CMYK 28.21% 3.42% 0.00%
8.24%

Color #A8E2EA in popluar number systems.

HEX A8 E2 EA
Decimal 168 226 234
Binary 10101000 11100010 11101010
Octal 250 342 352

Shades and tints

Shades of #A8E2EA

#A8E2EA
(168,226,234)
#99CED5
(153,206,213)
#8ABAC0
(138,186,192)
#7BA6AB
(123,166,171)
#6C9296
(108,146,150)
#5D7E81
(93,126,129)
#4E6A6C
(78,106,108)
#3F5657
(63,86,87)
#304242
(48,66,66)
#212E2D
(33,46,45)
#121A18
(18,26,24)
#000000
(0,0,0)

Tints of #A8E2EA

#A8E2EA
(168,226,234)
#AFE4EB
(175,228,235)
#B6E6EC
(182,230,236)
#BDE8ED
(189,232,237)
#C4EAEE
(196,234,238)
#CBECEF
(203,236,239)
#D2EEF0
(210,238,240)
#D9F0F1
(217,240,241)
#E0F2F2
(224,242,242)
#E7F4F3
(231,244,243)
#EEF6F4
(238,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E2EA; }

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

This text font color is #A8E2EA.

Background Color

.myBgColor { background-color: #A8E2EA; }

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

This div background color is #A8E2EA.

Border color

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

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

This div border color is #A8E2EA.

Opacity

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

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

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

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

This text has shadow with #A8E2EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8E2EA.

Preview

Color preview on black background

This text has color #A8E2EA on black background.


Color preview on white background

This text has color #A8E2EA on white background.


Black color preview on #A8E2EA background

This text has black color on #A8E2EA background.


White color preview on #A8E2EA background

This text has white color on #A8E2EA background.


Related colors

Complementary color

Complementary color for #hex is #571D15.


I love getcolorcode.com

Triadic colors

1 #EAA8E2 and #E2EAA8 with #A8E2EA are triadic colors.

2 #EAE2A8 and #E2A8EA with #A8E2EA are triadic colors.