COLOR #A7E1FC

HEX: #A7E1FC
RGB: (167,225,252)

Color info

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

RGB color model

#A7E1FC color RGB value is (167,225,252).

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

RGB channels and saturation

R 167 of 255 = 65%
G 225 of 255 = 88%
B 252 of 255 = 99%

167
225
252

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

Portions of RGB colors in percentages

R + G + B =
167 + 225 + 252 = 644 (100%)
R 167 of 644 ~ 25.93%
G 225 of 644 ~ 34.94%
B 252 of 644 ~ 39.13%

%25.93
%34.94
%39.13

CMYK color model

#A7E1FC color CMYK value is (34,11,0,1).

  • cyan value is 33.73%
  • magenta value is 10.71%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(34,11,0,1)
C34M11Y0K1 
(34%,11%,0%,1%)
(0.34/0.11/0.00/0.01)	

CMYK percentages

%33.73
%10.71
%0
%1.18

Codes

Color #A7E1FC in popluar color models

A7E1FC
RGB167225252
HSL199°93.41%82.16%
HSB/HSV199°33.73%98.82%
CMYK33.73%10.71%0.00%
1.18%

Color #A7E1FC in popluar number systems.

HEXA7E1FC
Decimal167225252
Binary101001111110000111111100
Octal247341374

Shades and tints

Shades of #A7E1FC

#A7E1FC
(167,225,252)
#98CDE6
(152,205,230)
#89B9D0
(137,185,208)
#7AA5BA
(122,165,186)
#6B91A4
(107,145,164)
#5C7D8E
(92,125,142)
#4D6978
(77,105,120)
#3E5562
(62,85,98)
#2F414C
(47,65,76)
#202D36
(32,45,54)
#111920
(17,25,32)
#000000
(0,0,0)

Tints of #A7E1FC

#A7E1FC
(167,225,252)
#AFE3FC
(175,227,252)
#B7E5FC
(183,229,252)
#BFE7FC
(191,231,252)
#C7E9FC
(199,233,252)
#CFEBFC
(207,235,252)
#D7EDFC
(215,237,252)
#DFEFFC
(223,239,252)
#E7F1FC
(231,241,252)
#EFF3FC
(239,243,252)
#F7F5FC
(247,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7E1FC; }

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

This text font color is #A7E1FC.


Background Color

.myBgColor { background-color: #A7E1FC; }

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

This div background color is #A7E1FC.


Border color

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

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

This div border color is #A7E1FC.


Opacity

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

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

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

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

This text has shadow with #A7E1FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E1FC on black background.


Color preview on white background

This text has color #A7E1FC on white background.



Black color preview on #A7E1FC background

This text has black color on #A7E1FC background.


White color preview on #A7E1FC background

This text has white color on #A7E1FC background.