COLOR #A8F2EF

HEX: #A8F2EF RGB: (168,242,239)

Color info

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

RGB color model

#A8F2EF color RGB value is (168,242,239).

RGB: (168,242,239) (66%, 95%, 94%)

RGB channels and saturation

R 168 of 255 = 66%
G 242 of 255 = 95%
B 239 of 255 = 94%

168
242
239

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

Portions of RGB colors in percentages

R + G + B = 168 + 242 + 239 = 649 (100%)
R 168 of 649 ~ 25.89%
G 242 of 649 ~ 37.29%
B 239 of 649 ~ 36.83'%

%25.89
%37.29
%36.83

CMYK color model

#A8F2EF color CMYK value is (31,0,1,5).

  • cyan value is 30.58%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 5.10%

CMYK: (31,0,1,5)
C31M0Y1K5 (31%, 0%, 1%, 5%)
(0.31 / 0.00 / 0.01 / 0.05)

CMYK percentages

%30.58
%0
%1.24
%5.1

Codes

Color #A8F2EF in popluar color models

A8 F2 EF
RGB 168 242 239
HSL 178° 74.00% 80.39%
HSB/HSV 178° 30.58% 94.90%
CMYK 30.58% 0.00% 1.24%
5.10%

Color #A8F2EF in popluar number systems.

HEX A8 F2 EF
Decimal 168 242 239
Binary 10101000 11110010 11101111
Octal 250 362 357

Shades and tints

Shades of #A8F2EF

#A8F2EF
(168,242,239)
#99DCDA
(153,220,218)
#8AC6C5
(138,198,197)
#7BB0B0
(123,176,176)
#6C9A9B
(108,154,155)
#5D8486
(93,132,134)
#4E6E71
(78,110,113)
#3F585C
(63,88,92)
#304247
(48,66,71)
#212C32
(33,44,50)
#12161D
(18,22,29)
#000000
(0,0,0)

Tints of #A8F2EF

#A8F2EF
(168,242,239)
#AFF3F0
(175,243,240)
#B6F4F1
(182,244,241)
#BDF5F2
(189,245,242)
#C4F6F3
(196,246,243)
#CBF7F4
(203,247,244)
#D2F8F5
(210,248,245)
#D9F9F6
(217,249,246)
#E0FAF7
(224,250,247)
#E7FBF8
(231,251,248)
#EEFCF9
(238,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8F2EF; }

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

This text font color is #A8F2EF.

Background Color

.myBgColor { background-color: #A8F2EF; }

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

This div background color is #A8F2EF.

Border color

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

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

This div border color is #A8F2EF.

Opacity

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

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

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

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

This text has shadow with #A8F2EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8F2EF.

Preview

Color preview on black background

This text has color #A8F2EF on black background.


Color preview on white background

This text has color #A8F2EF on white background.


Black color preview on #A8F2EF background

This text has black color on #A8F2EF background.


White color preview on #A8F2EF background

This text has white color on #A8F2EF background.


Related colors

Complementary color

Complementary color for #hex is #570D10.


I love getcolorcode.com

Triadic colors

1 #EFA8F2 and #F2EFA8 with #A8F2EF are triadic colors.

2 #EFF2A8 and #F2A8EF with #A8F2EF are triadic colors.