COLOR #A5E3E1

HEX: #A5E3E1
RGB: (165,227,225)

Color info

#A5E3E1 contains mainly green and blue colors. Web safe color of #A5E3E1 is #99CCCC (or #9CC).

RGB color model

#A5E3E1 color RGB value is (165,227,225).

  • red value is 165;
  • green value is 227;
  • blue value is 225.
RGB:
(165,227,225)
(65%,89%,88%)

RGB channels and saturation

R 165 of 255 = 65%
G 227 of 255 = 89%
B 225 of 255 = 88%

165
227
225

R + G + B ~ 81%. #A5E3E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 227 + 225 = 617 (100%)
R 165 of 617 ~ 26.74%
G 227 of 617 ~ 36.79%
B 225 of 617 ~ 36.47%

%26.74
%36.79
%36.47

CMYK color model

#A5E3E1 color CMYK value is (27,0,1,11).

  • cyan value is 27.31%
  • magenta value is 0.00%
  • yellow value is 0.88%
  • key color value is 10.98%
CMYK:
(27,0,1,11)
C27M0Y1K11 
(27%,0%,1%,11%)
(0.27/0.00/0.01/0.11)	

CMYK percentages

%27.31
%0
%0.88
%10.98

Codes

Color #A5E3E1 in popluar color models

A5E3E1
RGB165227225
HSL178°52.54%76.86%
HSB/HSV178°27.31%89.02%
CMYK27.31%0.00%0.88%
10.98%

Color #A5E3E1 in popluar number systems.

HEXA5E3E1
Decimal165227225
Binary101001011110001111100001
Octal245343341

Shades and tints

Shades of #A5E3E1

#A5E3E1
(165,227,225)
#96CFCD
(150,207,205)
#87BBB9
(135,187,185)
#78A7A5
(120,167,165)
#699391
(105,147,145)
#5A7F7D
(90,127,125)
#4B6B69
(75,107,105)
#3C5755
(60,87,85)
#2D4341
(45,67,65)
#1E2F2D
(30,47,45)
#0F1B19
(15,27,25)
#000000
(0,0,0)

Tints of #A5E3E1

#A5E3E1
(165,227,225)
#ADE5E3
(173,229,227)
#B5E7E5
(181,231,229)
#BDE9E7
(189,233,231)
#C5EBE9
(197,235,233)
#CDEDEB
(205,237,235)
#D5EFED
(213,239,237)
#DDF1EF
(221,241,239)
#E5F3F1
(229,243,241)
#EDF5F3
(237,245,243)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E3E1 color. Also use rgb(165,227,225) instead hex code.

Text Font Color

.myTextColor { color: #A5E3E1; }

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

This text font color is #A5E3E1.


Background Color

.myBgColor { background-color: #A5E3E1; }

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

This div background color is #A5E3E1.


Border color

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

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

This div border color is #A5E3E1.


Opacity

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

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

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

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

This text has shadow with #A5E3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E3E1 on black background.


Color preview on white background

This text has color #A5E3E1 on white background.



Black color preview on #A5E3E1 background

This text has black color on #A5E3E1 background.


White color preview on #A5E3E1 background

This text has white color on #A5E3E1 background.