COLOR #A8E2E5

HEX: #A8E2E5
RGB: (168,226,229)

Color info

#A8E2E5 contains mainly green and blue colors. Web safe color of #A8E2E5 is #99CCCC (or #9CC).

RGB color model

#A8E2E5 color RGB value is (168,226,229).

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

RGB channels and saturation

R 168 of 255 = 66%
G 226 of 255 = 89%
B 229 of 255 = 90%

168
226
229

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

Portions of RGB colors in percentages

R + G + B =
168 + 226 + 229 = 623 (100%)
R 168 of 623 ~ 26.97%
G 226 of 623 ~ 36.28%
B 229 of 623 ~ 36.76%

%26.97
%36.28
%36.76

CMYK color model

#A8E2E5 color CMYK value is (27,1,0,10).

  • cyan value is 26.64%
  • magenta value is 1.31%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(27,1,0,10)
C27M1Y0K10 
(27%,1%,0%,10%)
(0.27/0.01/0.00/0.10)	

CMYK percentages

%26.64
%1.31
%0
%10.2

Codes

Color #A8E2E5 in popluar color models

A8E2E5
RGB168226229
HSL183°53.98%77.84%
HSB/HSV183°26.64%89.80%
CMYK26.64%1.31%0.00%
10.20%

Color #A8E2E5 in popluar number systems.

HEXA8E2E5
Decimal168226229
Binary101010001110001011100101
Octal250342345

Shades and tints

Shades of #A8E2E5

#A8E2E5
(168,226,229)
#99CED1
(153,206,209)
#8ABABD
(138,186,189)
#7BA6A9
(123,166,169)
#6C9295
(108,146,149)
#5D7E81
(93,126,129)
#4E6A6D
(78,106,109)
#3F5659
(63,86,89)
#304245
(48,66,69)
#212E31
(33,46,49)
#121A1D
(18,26,29)
#000000
(0,0,0)

Tints of #A8E2E5

#A8E2E5
(168,226,229)
#AFE4E7
(175,228,231)
#B6E6E9
(182,230,233)
#BDE8EB
(189,232,235)
#C4EAED
(196,234,237)
#CBECEF
(203,236,239)
#D2EEF1
(210,238,241)
#D9F0F3
(217,240,243)
#E0F2F5
(224,242,245)
#E7F4F7
(231,244,247)
#EEF6F9
(238,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E2E5; }

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

This text font color is #A8E2E5.


Background Color

.myBgColor { background-color: #A8E2E5; }

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

This div background color is #A8E2E5.


Border color

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

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

This div border color is #A8E2E5.


Opacity

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

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

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

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

This text has shadow with #A8E2E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E2E5 on black background.


Color preview on white background

This text has color #A8E2E5 on white background.



Black color preview on #A8E2E5 background

This text has black color on #A8E2E5 background.


White color preview on #A8E2E5 background

This text has white color on #A8E2E5 background.