COLOR #A5E6F2

HEX: #A5E6F2
RGB: (165,230,242)

Color info

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

RGB color model

#A5E6F2 color RGB value is (165,230,242).

  • red value is 165;
  • green value is 230;
  • blue value is 242.
RGB:
(165,230,242)
(65%,90%,95%)

RGB channels and saturation

R 165 of 255 = 65%
G 230 of 255 = 90%
B 242 of 255 = 95%

165
230
242

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

Portions of RGB colors in percentages

R + G + B =
165 + 230 + 242 = 637 (100%)
R 165 of 637 ~ 25.9%
G 230 of 637 ~ 36.11%
B 242 of 637 ~ 37.99%

%25.9
%36.11
%37.99

CMYK color model

#A5E6F2 color CMYK value is (32,5,0,5).

  • cyan value is 31.82%
  • magenta value is 4.96%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(32,5,0,5)
C32M5Y0K5 
(32%,5%,0%,5%)
(0.32/0.05/0.00/0.05)	

CMYK percentages

%31.82
%4.96
%0
%5.1

Codes

Color #A5E6F2 in popluar color models

A5E6F2
RGB165230242
HSL189°74.76%79.80%
HSB/HSV189°31.82%94.90%
CMYK31.82%4.96%0.00%
5.10%

Color #A5E6F2 in popluar number systems.

HEXA5E6F2
Decimal165230242
Binary101001011110011011110010
Octal245346362

Shades and tints

Shades of #A5E6F2

#A5E6F2
(165,230,242)
#96D2DC
(150,210,220)
#87BEC6
(135,190,198)
#78AAB0
(120,170,176)
#69969A
(105,150,154)
#5A8284
(90,130,132)
#4B6E6E
(75,110,110)
#3C5A58
(60,90,88)
#2D4642
(45,70,66)
#1E322C
(30,50,44)
#0F1E16
(15,30,22)
#000000
(0,0,0)

Tints of #A5E6F2

#A5E6F2
(165,230,242)
#ADE8F3
(173,232,243)
#B5EAF4
(181,234,244)
#BDECF5
(189,236,245)
#C5EEF6
(197,238,246)
#CDF0F7
(205,240,247)
#D5F2F8
(213,242,248)
#DDF4F9
(221,244,249)
#E5F6FA
(229,246,250)
#EDF8FB
(237,248,251)
#F5FAFC
(245,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E6F2 color. Also use rgb(165,230,242) instead hex code.

Text Font Color

.myTextColor { color: #A5E6F2; }

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

This text font color is #A5E6F2.


Background Color

.myBgColor { background-color: #A5E6F2; }

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

This div background color is #A5E6F2.


Border color

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

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

This div border color is #A5E6F2.


Opacity

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

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

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

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

This text has shadow with #A5E6F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E6F2 on black background.


Color preview on white background

This text has color #A5E6F2 on white background.



Black color preview on #A5E6F2 background

This text has black color on #A5E6F2 background.


White color preview on #A5E6F2 background

This text has white color on #A5E6F2 background.