COLOR #A8F7EF

HEX: #A8F7EF
RGB: (168,247,239)

Color info

#A8F7EF contains mainly green and blue colors. Web safe color of #A8F7EF is #99FFFF (or #9FF).

RGB color model

#A8F7EF color RGB value is (168,247,239).

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

RGB channels and saturation

R 168 of 255 = 66%
G 247 of 255 = 97%
B 239 of 255 = 94%

168
247
239

R + G + B ~ 86%. #A8F7EF is light color.

Portions of RGB colors in percentages

R + G + B =
168 + 247 + 239 = 654 (100%)
R 168 of 654 ~ 25.69%
G 247 of 654 ~ 37.77%
B 239 of 654 ~ 36.54%

%25.69
%37.77
%36.54

CMYK color model

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

  • cyan value is 31.98%
  • magenta value is 0.00%
  • yellow value is 3.24%
  • key color value is 3.14%
CMYK:
(32,0,3,3)
C32M0Y3K3 
(32%,0%,3%,3%)
(0.32/0.00/0.03/0.03)	

CMYK percentages

%31.98
%0
%3.24
%3.14

Codes

Color #A8F7EF in popluar color models

A8F7EF
RGB168247239
HSL174°83.16%81.37%
HSB/HSV174°31.98%96.86%
CMYK31.98%0.00%3.24%
3.14%

Color #A8F7EF in popluar number systems.

HEXA8F7EF
Decimal168247239
Binary101010001111011111101111
Octal250367357

Shades and tints

Shades of #A8F7EF

#A8F7EF
(168,247,239)
#99E1DA
(153,225,218)
#8ACBC5
(138,203,197)
#7BB5B0
(123,181,176)
#6C9F9B
(108,159,155)
#5D8986
(93,137,134)
#4E7371
(78,115,113)
#3F5D5C
(63,93,92)
#304747
(48,71,71)
#213132
(33,49,50)
#121B1D
(18,27,29)
#000000
(0,0,0)

Tints of #A8F7EF

#A8F7EF
(168,247,239)
#AFF7F0
(175,247,240)
#B6F7F1
(182,247,241)
#BDF7F2
(189,247,242)
#C4F7F3
(196,247,243)
#CBF7F4
(203,247,244)
#D2F7F5
(210,247,245)
#D9F7F6
(217,247,246)
#E0F7F7
(224,247,247)
#E7F7F8
(231,247,248)
#EEF7F9
(238,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8F7EF; }

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

This text font color is #A8F7EF.


Background Color

.myBgColor { background-color: #A8F7EF; }

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

This div background color is #A8F7EF.


Border color

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

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

This div border color is #A8F7EF.


Opacity

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

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

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

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

This text has shadow with #A8F7EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8F7EF on black background.


Color preview on white background

This text has color #A8F7EF on white background.



Black color preview on #A8F7EF background

This text has black color on #A8F7EF background.


White color preview on #A8F7EF background

This text has white color on #A8F7EF background.