COLOR #A8F0E4

HEX: #A8F0E4
RGB: (168,240,228)

Color info

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

RGB color model

#A8F0E4 color RGB value is (168,240,228).

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

RGB channels and saturation

R 168 of 255 = 66%
G 240 of 255 = 94%
B 228 of 255 = 89%

168
240
228

R + G + B ~ 83%. #A8F0E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 240 + 228 = 636 (100%)
R 168 of 636 ~ 26.42%
G 240 of 636 ~ 37.74%
B 228 of 636 ~ 35.85%

%26.42
%37.74
%35.85

CMYK color model

#A8F0E4 color CMYK value is (30,0,5,6).

  • cyan value is 30.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 5.88%
CMYK:
(30,0,5,6)
C30M0Y5K6 
(30%,0%,5%,6%)
(0.30/0.00/0.05/0.06)	

CMYK percentages

%30
%0
%5
%5.88

Codes

Color #A8F0E4 in popluar color models

A8F0E4
RGB168240228
HSL170°70.59%80.00%
HSB/HSV170°30.00%94.12%
CMYK30.00%0.00%5.00%
5.88%

Color #A8F0E4 in popluar number systems.

HEXA8F0E4
Decimal168240228
Binary101010001111000011100100
Octal250360344

Shades and tints

Shades of #A8F0E4

#A8F0E4
(168,240,228)
#99DBD0
(153,219,208)
#8AC6BC
(138,198,188)
#7BB1A8
(123,177,168)
#6C9C94
(108,156,148)
#5D8780
(93,135,128)
#4E726C
(78,114,108)
#3F5D58
(63,93,88)
#304844
(48,72,68)
#213330
(33,51,48)
#121E1C
(18,30,28)
#000000
(0,0,0)

Tints of #A8F0E4

#A8F0E4
(168,240,228)
#AFF1E6
(175,241,230)
#B6F2E8
(182,242,232)
#BDF3EA
(189,243,234)
#C4F4EC
(196,244,236)
#CBF5EE
(203,245,238)
#D2F6F0
(210,246,240)
#D9F7F2
(217,247,242)
#E0F8F4
(224,248,244)
#E7F9F6
(231,249,246)
#EEFAF8
(238,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8F0E4; }

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

This text font color is #A8F0E4.


Background Color

.myBgColor { background-color: #A8F0E4; }

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

This div background color is #A8F0E4.


Border color

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

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

This div border color is #A8F0E4.


Opacity

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

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

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

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

This text has shadow with #A8F0E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8F0E4 on black background.


Color preview on white background

This text has color #A8F0E4 on white background.



Black color preview on #A8F0E4 background

This text has black color on #A8F0E4 background.


White color preview on #A8F0E4 background

This text has white color on #A8F0E4 background.