COLOR #A5E2F7

HEX: #A5E2F7
RGB: (165,226,247)

Color info

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

RGB color model

#A5E2F7 color RGB value is (165,226,247).

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

RGB channels and saturation

R 165 of 255 = 65%
G 226 of 255 = 89%
B 247 of 255 = 97%

165
226
247

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

Portions of RGB colors in percentages

R + G + B =
165 + 226 + 247 = 638 (100%)
R 165 of 638 ~ 25.86%
G 226 of 638 ~ 35.42%
B 247 of 638 ~ 38.71%

%25.86
%35.42
%38.71

CMYK color model

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

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

CMYK percentages

%33.2
%8.5
%0
%3.14

Codes

Color #A5E2F7 in popluar color models

A5E2F7
RGB165226247
HSL195°83.67%80.78%
HSB/HSV195°33.20%96.86%
CMYK33.20%8.50%0.00%
3.14%

Color #A5E2F7 in popluar number systems.

HEXA5E2F7
Decimal165226247
Binary101001011110001011110111
Octal245342367

Shades and tints

Shades of #A5E2F7

#A5E2F7
(165,226,247)
#96CEE1
(150,206,225)
#87BACB
(135,186,203)
#78A6B5
(120,166,181)
#69929F
(105,146,159)
#5A7E89
(90,126,137)
#4B6A73
(75,106,115)
#3C565D
(60,86,93)
#2D4247
(45,66,71)
#1E2E31
(30,46,49)
#0F1A1B
(15,26,27)
#000000
(0,0,0)

Tints of #A5E2F7

#A5E2F7
(165,226,247)
#ADE4F7
(173,228,247)
#B5E6F7
(181,230,247)
#BDE8F7
(189,232,247)
#C5EAF7
(197,234,247)
#CDECF7
(205,236,247)
#D5EEF7
(213,238,247)
#DDF0F7
(221,240,247)
#E5F2F7
(229,242,247)
#EDF4F7
(237,244,247)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E2F7 color. Also use rgb(165,226,247) instead hex code.

Text Font Color

.myTextColor { color: #A5E2F7; }

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

This text font color is #A5E2F7.


Background Color

.myBgColor { background-color: #A5E2F7; }

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

This div background color is #A5E2F7.


Border color

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

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

This div border color is #A5E2F7.


Opacity

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

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

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

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

This text has shadow with #A5E2F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E2F7 on black background.


Color preview on white background

This text has color #A5E2F7 on white background.



Black color preview on #A5E2F7 background

This text has black color on #A5E2F7 background.


White color preview on #A5E2F7 background

This text has white color on #A5E2F7 background.