COLOR #A8F7E5

HEX: #A8F7E5
RGB: (168,247,229)

Color info

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

RGB color model

#A8F7E5 color RGB value is (168,247,229).

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

RGB channels and saturation

R 168 of 255 = 66%
G 247 of 255 = 97%
B 229 of 255 = 90%

168
247
229

R + G + B ~ 84%. #A8F7E5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 247 + 229 = 644 (100%)
R 168 of 644 ~ 26.09%
G 247 of 644 ~ 38.35%
B 229 of 644 ~ 35.56%

%26.09
%38.35
%35.56

CMYK color model

#A8F7E5 color CMYK value is (32,0,7,3).

  • cyan value is 31.98%
  • magenta value is 0.00%
  • yellow value is 7.29%
  • key color value is 3.14%
CMYK:
(32,0,7,3)
C32M0Y7K3 
(32%,0%,7%,3%)
(0.32/0.00/0.07/0.03)	

CMYK percentages

%31.98
%0
%7.29
%3.14

Codes

Color #A8F7E5 in popluar color models

A8F7E5
RGB168247229
HSL166°83.16%81.37%
HSB/HSV166°31.98%96.86%
CMYK31.98%0.00%7.29%
3.14%

Color #A8F7E5 in popluar number systems.

HEXA8F7E5
Decimal168247229
Binary101010001111011111100101
Octal250367345

Shades and tints

Shades of #A8F7E5

#A8F7E5
(168,247,229)
#99E1D1
(153,225,209)
#8ACBBD
(138,203,189)
#7BB5A9
(123,181,169)
#6C9F95
(108,159,149)
#5D8981
(93,137,129)
#4E736D
(78,115,109)
#3F5D59
(63,93,89)
#304745
(48,71,69)
#213131
(33,49,49)
#121B1D
(18,27,29)
#000000
(0,0,0)

Tints of #A8F7E5

#A8F7E5
(168,247,229)
#AFF7E7
(175,247,231)
#B6F7E9
(182,247,233)
#BDF7EB
(189,247,235)
#C4F7ED
(196,247,237)
#CBF7EF
(203,247,239)
#D2F7F1
(210,247,241)
#D9F7F3
(217,247,243)
#E0F7F5
(224,247,245)
#E7F7F7
(231,247,247)
#EEF7F9
(238,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8F7E5; }

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

This text font color is #A8F7E5.


Background Color

.myBgColor { background-color: #A8F7E5; }

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

This div background color is #A8F7E5.


Border color

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

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

This div border color is #A8F7E5.


Opacity

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

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

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

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

This text has shadow with #A8F7E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8F7E5 on black background.


Color preview on white background

This text has color #A8F7E5 on white background.



Black color preview on #A8F7E5 background

This text has black color on #A8F7E5 background.


White color preview on #A8F7E5 background

This text has white color on #A8F7E5 background.