COLOR #A8FFE0

HEX: #A8FFE0
RGB: (168,255,224)

Color info

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

RGB color model

#A8FFE0 color RGB value is (168,255,224).

  • red value is 168;
  • green value is 255;
  • blue value is 224.
RGB:
(168,255,224)
(66%,100%,88%)

RGB channels and saturation

R 168 of 255 = 66%
G 255 of 255 = 100%
B 224 of 255 = 88%

168
255
224

R + G + B ~ 85%. #A8FFE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 255 + 224 = 647 (100%)
R 168 of 647 ~ 25.97%
G 255 of 647 ~ 39.41%
B 224 of 647 ~ 34.62%

%25.97
%39.41
%34.62

CMYK color model

#A8FFE0 color CMYK value is (34,0,12,0).

  • cyan value is 34.12%
  • magenta value is 0.00%
  • yellow value is 12.16%
  • key color value is 0.00%
CMYK:
(34,0,12,0)
C34M0Y12K0 
(34%,0%,12%,0%)
(0.34/0.00/0.12/0.00)	

CMYK percentages

%34.12
%0
%12.16
%0

Codes

Color #A8FFE0 in popluar color models

A8FFE0
RGB168255224
HSL159°100.00%82.94%
HSB/HSV159°34.12%100.00%
CMYK34.12%0.00%12.16%
0.00%

Color #A8FFE0 in popluar number systems.

HEXA8FFE0
Decimal168255224
Binary101010001111111111100000
Octal250377340

Shades and tints

Shades of #A8FFE0

#A8FFE0
(168,255,224)
#99E8CC
(153,232,204)
#8AD1B8
(138,209,184)
#7BBAA4
(123,186,164)
#6CA390
(108,163,144)
#5D8C7C
(93,140,124)
#4E7568
(78,117,104)
#3F5E54
(63,94,84)
#304740
(48,71,64)
#21302C
(33,48,44)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #A8FFE0

#A8FFE0
(168,255,224)
#AFFFE2
(175,255,226)
#B6FFE4
(182,255,228)
#BDFFE6
(189,255,230)
#C4FFE8
(196,255,232)
#CBFFEA
(203,255,234)
#D2FFEC
(210,255,236)
#D9FFEE
(217,255,238)
#E0FFF0
(224,255,240)
#E7FFF2
(231,255,242)
#EEFFF4
(238,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8FFE0 color. Also use rgb(168,255,224) instead hex code.

Text Font Color

.myTextColor { color: #A8FFE0; }

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

This text font color is #A8FFE0.


Background Color

.myBgColor { background-color: #A8FFE0; }

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

This div background color is #A8FFE0.


Border color

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

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

This div border color is #A8FFE0.


Opacity

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

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

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

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

This text has shadow with #A8FFE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8FFE0 on black background.


Color preview on white background

This text has color #A8FFE0 on white background.



Black color preview on #A8FFE0 background

This text has black color on #A8FFE0 background.


White color preview on #A8FFE0 background

This text has white color on #A8FFE0 background.