COLOR #A1E7F6

HEX: #A1E7F6
RGB: (161,231,246)

Color info

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

RGB color model

#A1E7F6 color RGB value is (161,231,246).

  • red value is 161;
  • green value is 231;
  • blue value is 246.
RGB:
(161,231,246)
(63%,91%,96%)

RGB channels and saturation

R 161 of 255 = 63%
G 231 of 255 = 91%
B 246 of 255 = 96%

161
231
246

R + G + B ~ 83%. #A1E7F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 231 + 246 = 638 (100%)
R 161 of 638 ~ 25.24%
G 231 of 638 ~ 36.21%
B 246 of 638 ~ 38.56%

%25.24
%36.21
%38.56

CMYK color model

#A1E7F6 color CMYK value is (35,6,0,4).

  • cyan value is 34.55%
  • magenta value is 6.10%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(35,6,0,4)
C35M6Y0K4 
(35%,6%,0%,4%)
(0.35/0.06/0.00/0.04)	

CMYK percentages

%34.55
%6.1
%0
%3.53

Codes

Color #A1E7F6 in popluar color models

A1E7F6
RGB161231246
HSL191°82.52%79.80%
HSB/HSV191°34.55%96.47%
CMYK34.55%6.10%0.00%
3.53%

Color #A1E7F6 in popluar number systems.

HEXA1E7F6
Decimal161231246
Binary101000011110011111110110
Octal241347366

Shades and tints

Shades of #A1E7F6

#A1E7F6
(161,231,246)
#93D2E0
(147,210,224)
#85BDCA
(133,189,202)
#77A8B4
(119,168,180)
#69939E
(105,147,158)
#5B7E88
(91,126,136)
#4D6972
(77,105,114)
#3F545C
(63,84,92)
#313F46
(49,63,70)
#232A30
(35,42,48)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #A1E7F6

#A1E7F6
(161,231,246)
#A9E9F6
(169,233,246)
#B1EBF6
(177,235,246)
#B9EDF6
(185,237,246)
#C1EFF6
(193,239,246)
#C9F1F6
(201,241,246)
#D1F3F6
(209,243,246)
#D9F5F6
(217,245,246)
#E1F7F6
(225,247,246)
#E9F9F6
(233,249,246)
#F1FBF6
(241,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1E7F6 color. Also use rgb(161,231,246) instead hex code.

Text Font Color

.myTextColor { color: #A1E7F6; }

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

This text font color is #A1E7F6.


Background Color

.myBgColor { background-color: #A1E7F6; }

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

This div background color is #A1E7F6.


Border color

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

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

This div border color is #A1E7F6.


Opacity

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

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

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

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

This text has shadow with #A1E7F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1E7F6 on black background.


Color preview on white background

This text has color #A1E7F6 on white background.



Black color preview on #A1E7F6 background

This text has black color on #A1E7F6 background.


White color preview on #A1E7F6 background

This text has white color on #A1E7F6 background.