COLOR #A5ECF1

HEX: #A5ECF1
RGB: (165,236,241)

Color info

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

RGB color model

#A5ECF1 color RGB value is (165,236,241).

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

RGB channels and saturation

R 165 of 255 = 65%
G 236 of 255 = 93%
B 241 of 255 = 95%

165
236
241

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

Portions of RGB colors in percentages

R + G + B =
165 + 236 + 241 = 642 (100%)
R 165 of 642 ~ 25.7%
G 236 of 642 ~ 36.76%
B 241 of 642 ~ 37.54%

%25.7
%36.76
%37.54

CMYK color model

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

  • cyan value is 31.54%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(32,2,0,5)
C32M2Y0K5 
(32%,2%,0%,5%)
(0.32/0.02/0.00/0.05)	

CMYK percentages

%31.54
%2.07
%0
%5.49

Codes

Color #A5ECF1 in popluar color models

A5ECF1
RGB165236241
HSL184°73.08%79.61%
HSB/HSV184°31.54%94.51%
CMYK31.54%2.07%0.00%
5.49%

Color #A5ECF1 in popluar number systems.

HEXA5ECF1
Decimal165236241
Binary101001011110110011110001
Octal245354361

Shades and tints

Shades of #A5ECF1

#A5ECF1
(165,236,241)
#96D7DC
(150,215,220)
#87C2C7
(135,194,199)
#78ADB2
(120,173,178)
#69989D
(105,152,157)
#5A8388
(90,131,136)
#4B6E73
(75,110,115)
#3C595E
(60,89,94)
#2D4449
(45,68,73)
#1E2F34
(30,47,52)
#0F1A1F
(15,26,31)
#000000
(0,0,0)

Tints of #A5ECF1

#A5ECF1
(165,236,241)
#ADEDF2
(173,237,242)
#B5EEF3
(181,238,243)
#BDEFF4
(189,239,244)
#C5F0F5
(197,240,245)
#CDF1F6
(205,241,246)
#D5F2F7
(213,242,247)
#DDF3F8
(221,243,248)
#E5F4F9
(229,244,249)
#EDF5FA
(237,245,250)
#F5F6FB
(245,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ECF1; }

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

This text font color is #A5ECF1.


Background Color

.myBgColor { background-color: #A5ECF1; }

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

This div background color is #A5ECF1.


Border color

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

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

This div border color is #A5ECF1.


Opacity

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

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

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

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

This text has shadow with #A5ECF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ECF1 on black background.


Color preview on white background

This text has color #A5ECF1 on white background.



Black color preview on #A5ECF1 background

This text has black color on #A5ECF1 background.


White color preview on #A5ECF1 background

This text has white color on #A5ECF1 background.