COLOR #A8E9E4

HEX: #A8E9E4
RGB: (168,233,228)

Color info

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

RGB color model

#A8E9E4 color RGB value is (168,233,228).

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

RGB channels and saturation

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

168
233
228

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

Portions of RGB colors in percentages

R + G + B =
168 + 233 + 228 = 629 (100%)
R 168 of 629 ~ 26.71%
G 233 of 629 ~ 37.04%
B 228 of 629 ~ 36.25%

%26.71
%37.04
%36.25

CMYK color model

#A8E9E4 color CMYK value is (28,0,2,9).

  • cyan value is 27.90%
  • magenta value is 0.00%
  • yellow value is 2.15%
  • key color value is 8.63%
CMYK:
(28,0,2,9)
C28M0Y2K9 
(28%,0%,2%,9%)
(0.28/0.00/0.02/0.09)	

CMYK percentages

%27.9
%0
%2.15
%8.63

Codes

Color #A8E9E4 in popluar color models

A8E9E4
RGB168233228
HSL175°59.63%78.63%
HSB/HSV175°27.90%91.37%
CMYK27.90%0.00%2.15%
8.63%

Color #A8E9E4 in popluar number systems.

HEXA8E9E4
Decimal168233228
Binary101010001110100111100100
Octal250351344

Shades and tints

Shades of #A8E9E4

#A8E9E4
(168,233,228)
#99D4D0
(153,212,208)
#8ABFBC
(138,191,188)
#7BAAA8
(123,170,168)
#6C9594
(108,149,148)
#5D8080
(93,128,128)
#4E6B6C
(78,107,108)
#3F5658
(63,86,88)
#304144
(48,65,68)
#212C30
(33,44,48)
#12171C
(18,23,28)
#000000
(0,0,0)

Tints of #A8E9E4

#A8E9E4
(168,233,228)
#AFEBE6
(175,235,230)
#B6EDE8
(182,237,232)
#BDEFEA
(189,239,234)
#C4F1EC
(196,241,236)
#CBF3EE
(203,243,238)
#D2F5F0
(210,245,240)
#D9F7F2
(217,247,242)
#E0F9F4
(224,249,244)
#E7FBF6
(231,251,246)
#EEFDF8
(238,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E9E4; }

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

This text font color is #A8E9E4.


Background Color

.myBgColor { background-color: #A8E9E4; }

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

This div background color is #A8E9E4.


Border color

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

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

This div border color is #A8E9E4.


Opacity

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

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

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

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

This text has shadow with #A8E9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E9E4 on black background.


Color preview on white background

This text has color #A8E9E4 on white background.



Black color preview on #A8E9E4 background

This text has black color on #A8E9E4 background.


White color preview on #A8E9E4 background

This text has white color on #A8E9E4 background.