COLOR #A7E9F7

HEX: #A7E9F7
RGB: (167,233,247)

Color info

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

RGB color model

#A7E9F7 color RGB value is (167,233,247).

  • red value is 167;
  • green value is 233;
  • blue value is 247.
RGB:
(167,233,247)
(65%,91%,97%)

RGB channels and saturation

R 167 of 255 = 65%
G 233 of 255 = 91%
B 247 of 255 = 97%

167
233
247

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

Portions of RGB colors in percentages

R + G + B =
167 + 233 + 247 = 647 (100%)
R 167 of 647 ~ 25.81%
G 233 of 647 ~ 36.01%
B 247 of 647 ~ 38.18%

%25.81
%36.01
%38.18

CMYK color model

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

  • cyan value is 32.39%
  • magenta value is 5.67%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(32,6,0,3)
C32M6Y0K3 
(32%,6%,0%,3%)
(0.32/0.06/0.00/0.03)	

CMYK percentages

%32.39
%5.67
%0
%3.14

Codes

Color #A7E9F7 in popluar color models

A7E9F7
RGB167233247
HSL191°83.33%81.18%
HSB/HSV191°32.39%96.86%
CMYK32.39%5.67%0.00%
3.14%

Color #A7E9F7 in popluar number systems.

HEXA7E9F7
Decimal167233247
Binary101001111110100111110111
Octal247351367

Shades and tints

Shades of #A7E9F7

#A7E9F7
(167,233,247)
#98D4E1
(152,212,225)
#89BFCB
(137,191,203)
#7AAAB5
(122,170,181)
#6B959F
(107,149,159)
#5C8089
(92,128,137)
#4D6B73
(77,107,115)
#3E565D
(62,86,93)
#2F4147
(47,65,71)
#202C31
(32,44,49)
#11171B
(17,23,27)
#000000
(0,0,0)

Tints of #A7E9F7

#A7E9F7
(167,233,247)
#AFEBF7
(175,235,247)
#B7EDF7
(183,237,247)
#BFEFF7
(191,239,247)
#C7F1F7
(199,241,247)
#CFF3F7
(207,243,247)
#D7F5F7
(215,245,247)
#DFF7F7
(223,247,247)
#E7F9F7
(231,249,247)
#EFFBF7
(239,251,247)
#F7FDF7
(247,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7E9F7 color. Also use rgb(167,233,247) instead hex code.

Text Font Color

.myTextColor { color: #A7E9F7; }

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

This text font color is #A7E9F7.


Background Color

.myBgColor { background-color: #A7E9F7; }

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

This div background color is #A7E9F7.


Border color

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

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

This div border color is #A7E9F7.


Opacity

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

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

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

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

This text has shadow with #A7E9F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E9F7 on black background.


Color preview on white background

This text has color #A7E9F7 on white background.



Black color preview on #A7E9F7 background

This text has black color on #A7E9F7 background.


White color preview on #A7E9F7 background

This text has white color on #A7E9F7 background.