COLOR #A7F2EF

HEX: #A7F2EF
RGB: (167,242,239)

Color info

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

RGB color model

#A7F2EF color RGB value is (167,242,239).

  • red value is 167;
  • green value is 242;
  • blue value is 239.
RGB:
(167,242,239)
(65%,95%,94%)

RGB channels and saturation

R 167 of 255 = 65%
G 242 of 255 = 95%
B 239 of 255 = 94%

167
242
239

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

Portions of RGB colors in percentages

R + G + B =
167 + 242 + 239 = 648 (100%)
R 167 of 648 ~ 25.77%
G 242 of 648 ~ 37.35%
B 239 of 648 ~ 36.88%

%25.77
%37.35
%36.88

CMYK color model

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

  • cyan value is 30.99%
  • 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.99
%0
%1.24
%5.1

Codes

Color #A7F2EF in popluar color models

A7F2EF
RGB167242239
HSL178°74.26%80.20%
HSB/HSV178°30.99%94.90%
CMYK30.99%0.00%1.24%
5.10%

Color #A7F2EF in popluar number systems.

HEXA7F2EF
Decimal167242239
Binary101001111111001011101111
Octal247362357

Shades and tints

Shades of #A7F2EF

#A7F2EF
(167,242,239)
#98DCDA
(152,220,218)
#89C6C5
(137,198,197)
#7AB0B0
(122,176,176)
#6B9A9B
(107,154,155)
#5C8486
(92,132,134)
#4D6E71
(77,110,113)
#3E585C
(62,88,92)
#2F4247
(47,66,71)
#202C32
(32,44,50)
#11161D
(17,22,29)
#000000
(0,0,0)

Tints of #A7F2EF

#A7F2EF
(167,242,239)
#AFF3F0
(175,243,240)
#B7F4F1
(183,244,241)
#BFF5F2
(191,245,242)
#C7F6F3
(199,246,243)
#CFF7F4
(207,247,244)
#D7F8F5
(215,248,245)
#DFF9F6
(223,249,246)
#E7FAF7
(231,250,247)
#EFFBF8
(239,251,248)
#F7FCF9
(247,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7F2EF; }

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

This text font color is #A7F2EF.


Background Color

.myBgColor { background-color: #A7F2EF; }

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

This div background color is #A7F2EF.


Border color

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

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

This div border color is #A7F2EF.


Opacity

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

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

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

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

This text has shadow with #A7F2EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7F2EF on black background.


Color preview on white background

This text has color #A7F2EF on white background.



Black color preview on #A7F2EF background

This text has black color on #A7F2EF background.


White color preview on #A7F2EF background

This text has white color on #A7F2EF background.