COLOR #A7E1EF

HEX: #A7E1EF
RGB: (167,225,239)

Color info

#A7E1EF contains mainly green and blue colors. Web safe color of #A7E1EF is #99CCFF (or #9CF).

RGB color model

#A7E1EF color RGB value is (167,225,239).

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

RGB channels and saturation

R 167 of 255 = 65%
G 225 of 255 = 88%
B 239 of 255 = 94%

167
225
239

R + G + B ~ 82%. #A7E1EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 225 + 239 = 631 (100%)
R 167 of 631 ~ 26.47%
G 225 of 631 ~ 35.66%
B 239 of 631 ~ 37.88%

%26.47
%35.66
%37.88

CMYK color model

#A7E1EF color CMYK value is (30,6,0,6).

  • cyan value is 30.13%
  • magenta value is 5.86%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(30,6,0,6)
C30M6Y0K6 
(30%,6%,0%,6%)
(0.30/0.06/0.00/0.06)	

CMYK percentages

%30.13
%5.86
%0
%6.27

Codes

Color #A7E1EF in popluar color models

A7E1EF
RGB167225239
HSL192°69.23%79.61%
HSB/HSV192°30.13%93.73%
CMYK30.13%5.86%0.00%
6.27%

Color #A7E1EF in popluar number systems.

HEXA7E1EF
Decimal167225239
Binary101001111110000111101111
Octal247341357

Shades and tints

Shades of #A7E1EF

#A7E1EF
(167,225,239)
#98CDDA
(152,205,218)
#89B9C5
(137,185,197)
#7AA5B0
(122,165,176)
#6B919B
(107,145,155)
#5C7D86
(92,125,134)
#4D6971
(77,105,113)
#3E555C
(62,85,92)
#2F4147
(47,65,71)
#202D32
(32,45,50)
#11191D
(17,25,29)
#000000
(0,0,0)

Tints of #A7E1EF

#A7E1EF
(167,225,239)
#AFE3F0
(175,227,240)
#B7E5F1
(183,229,241)
#BFE7F2
(191,231,242)
#C7E9F3
(199,233,243)
#CFEBF4
(207,235,244)
#D7EDF5
(215,237,245)
#DFEFF6
(223,239,246)
#E7F1F7
(231,241,247)
#EFF3F8
(239,243,248)
#F7F5F9
(247,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E1EF; }

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

This text font color is #A7E1EF.


Background Color

.myBgColor { background-color: #A7E1EF; }

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

This div background color is #A7E1EF.


Border color

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

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

This div border color is #A7E1EF.


Opacity

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

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

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

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

This text has shadow with #A7E1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E1EF on black background.


Color preview on white background

This text has color #A7E1EF on white background.



Black color preview on #A7E1EF background

This text has black color on #A7E1EF background.


White color preview on #A7E1EF background

This text has white color on #A7E1EF background.