COLOR #A7E2F8

HEX: #A7E2F8
RGB: (167,226,248)

Color info

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

RGB color model

#A7E2F8 color RGB value is (167,226,248).

  • red value is 167;
  • green value is 226;
  • blue value is 248.
RGB:
(167,226,248)
(65%,89%,97%)

RGB channels and saturation

R 167 of 255 = 65%
G 226 of 255 = 89%
B 248 of 255 = 97%

167
226
248

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

Portions of RGB colors in percentages

R + G + B =
167 + 226 + 248 = 641 (100%)
R 167 of 641 ~ 26.05%
G 226 of 641 ~ 35.26%
B 248 of 641 ~ 38.69%

%26.05
%35.26
%38.69

CMYK color model

#A7E2F8 color CMYK value is (33,9,0,3).

  • cyan value is 32.66%
  • magenta value is 8.87%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(33,9,0,3)
C33M9Y0K3 
(33%,9%,0%,3%)
(0.33/0.09/0.00/0.03)	

CMYK percentages

%32.66
%8.87
%0
%2.75

Codes

Color #A7E2F8 in popluar color models

A7E2F8
RGB167226248
HSL196°85.26%81.37%
HSB/HSV196°32.66%97.25%
CMYK32.66%8.87%0.00%
2.75%

Color #A7E2F8 in popluar number systems.

HEXA7E2F8
Decimal167226248
Binary101001111110001011111000
Octal247342370

Shades and tints

Shades of #A7E2F8

#A7E2F8
(167,226,248)
#98CEE2
(152,206,226)
#89BACC
(137,186,204)
#7AA6B6
(122,166,182)
#6B92A0
(107,146,160)
#5C7E8A
(92,126,138)
#4D6A74
(77,106,116)
#3E565E
(62,86,94)
#2F4248
(47,66,72)
#202E32
(32,46,50)
#111A1C
(17,26,28)
#000000
(0,0,0)

Tints of #A7E2F8

#A7E2F8
(167,226,248)
#AFE4F8
(175,228,248)
#B7E6F8
(183,230,248)
#BFE8F8
(191,232,248)
#C7EAF8
(199,234,248)
#CFECF8
(207,236,248)
#D7EEF8
(215,238,248)
#DFF0F8
(223,240,248)
#E7F2F8
(231,242,248)
#EFF4F8
(239,244,248)
#F7F6F8
(247,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7E2F8 color. Also use rgb(167,226,248) instead hex code.

Text Font Color

.myTextColor { color: #A7E2F8; }

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

This text font color is #A7E2F8.


Background Color

.myBgColor { background-color: #A7E2F8; }

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

This div background color is #A7E2F8.


Border color

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

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

This div border color is #A7E2F8.


Opacity

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

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

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

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

This text has shadow with #A7E2F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E2F8 on black background.


Color preview on white background

This text has color #A7E2F8 on white background.



Black color preview on #A7E2F8 background

This text has black color on #A7E2F8 background.


White color preview on #A7E2F8 background

This text has white color on #A7E2F8 background.