COLOR #A5F9EC

HEX: #A5F9EC
RGB: (165,249,236)

Color info

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

RGB color model

#A5F9EC color RGB value is (165,249,236).

  • red value is 165;
  • green value is 249;
  • blue value is 236.
RGB:
(165,249,236)
(65%,98%,93%)

RGB channels and saturation

R 165 of 255 = 65%
G 249 of 255 = 98%
B 236 of 255 = 93%

165
249
236

R + G + B ~ 85%. #A5F9EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 249 + 236 = 650 (100%)
R 165 of 650 ~ 25.38%
G 249 of 650 ~ 38.31%
B 236 of 650 ~ 36.31%

%25.38
%38.31
%36.31

CMYK color model

#A5F9EC color CMYK value is (34,0,5,2).

  • cyan value is 33.73%
  • magenta value is 0.00%
  • yellow value is 5.22%
  • key color value is 2.35%
CMYK:
(34,0,5,2)
C34M0Y5K2 
(34%,0%,5%,2%)
(0.34/0.00/0.05/0.02)	

CMYK percentages

%33.73
%0
%5.22
%2.35

Codes

Color #A5F9EC in popluar color models

A5F9EC
RGB165249236
HSL171°87.50%81.18%
HSB/HSV171°33.73%97.65%
CMYK33.73%0.00%5.22%
2.35%

Color #A5F9EC in popluar number systems.

HEXA5F9EC
Decimal165249236
Binary101001011111100111101100
Octal245371354

Shades and tints

Shades of #A5F9EC

#A5F9EC
(165,249,236)
#96E3D7
(150,227,215)
#87CDC2
(135,205,194)
#78B7AD
(120,183,173)
#69A198
(105,161,152)
#5A8B83
(90,139,131)
#4B756E
(75,117,110)
#3C5F59
(60,95,89)
#2D4944
(45,73,68)
#1E332F
(30,51,47)
#0F1D1A
(15,29,26)
#000000
(0,0,0)

Tints of #A5F9EC

#A5F9EC
(165,249,236)
#ADF9ED
(173,249,237)
#B5F9EE
(181,249,238)
#BDF9EF
(189,249,239)
#C5F9F0
(197,249,240)
#CDF9F1
(205,249,241)
#D5F9F2
(213,249,242)
#DDF9F3
(221,249,243)
#E5F9F4
(229,249,244)
#EDF9F5
(237,249,245)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5F9EC color. Also use rgb(165,249,236) instead hex code.

Text Font Color

.myTextColor { color: #A5F9EC; }

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

This text font color is #A5F9EC.


Background Color

.myBgColor { background-color: #A5F9EC; }

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

This div background color is #A5F9EC.


Border color

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

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

This div border color is #A5F9EC.


Opacity

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

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

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

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

This text has shadow with #A5F9EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5F9EC on black background.


Color preview on white background

This text has color #A5F9EC on white background.



Black color preview on #A5F9EC background

This text has black color on #A5F9EC background.


White color preview on #A5F9EC background

This text has white color on #A5F9EC background.