COLOR #A5E4EA

HEX: #A5E4EA
RGB: (165,228,234)

Color info

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

RGB color model

#A5E4EA color RGB value is (165,228,234).

  • red value is 165;
  • green value is 228;
  • blue value is 234.
RGB:
(165,228,234)
(65%,89%,92%)

RGB channels and saturation

R 165 of 255 = 65%
G 228 of 255 = 89%
B 234 of 255 = 92%

165
228
234

R + G + B ~ 82%. #A5E4EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 228 + 234 = 627 (100%)
R 165 of 627 ~ 26.32%
G 228 of 627 ~ 36.36%
B 234 of 627 ~ 37.32%

%26.32
%36.36
%37.32

CMYK color model

#A5E4EA color CMYK value is (29,3,0,8).

  • cyan value is 29.49%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(29,3,0,8)
C29M3Y0K8 
(29%,3%,0%,8%)
(0.29/0.03/0.00/0.08)	

CMYK percentages

%29.49
%2.56
%0
%8.24

Codes

Color #A5E4EA in popluar color models

A5E4EA
RGB165228234
HSL185°62.16%78.24%
HSB/HSV185°29.49%91.76%
CMYK29.49%2.56%0.00%
8.24%

Color #A5E4EA in popluar number systems.

HEXA5E4EA
Decimal165228234
Binary101001011110010011101010
Octal245344352

Shades and tints

Shades of #A5E4EA

#A5E4EA
(165,228,234)
#96D0D5
(150,208,213)
#87BCC0
(135,188,192)
#78A8AB
(120,168,171)
#699496
(105,148,150)
#5A8081
(90,128,129)
#4B6C6C
(75,108,108)
#3C5857
(60,88,87)
#2D4442
(45,68,66)
#1E302D
(30,48,45)
#0F1C18
(15,28,24)
#000000
(0,0,0)

Tints of #A5E4EA

#A5E4EA
(165,228,234)
#ADE6EB
(173,230,235)
#B5E8EC
(181,232,236)
#BDEAED
(189,234,237)
#C5ECEE
(197,236,238)
#CDEEEF
(205,238,239)
#D5F0F0
(213,240,240)
#DDF2F1
(221,242,241)
#E5F4F2
(229,244,242)
#EDF6F3
(237,246,243)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E4EA color. Also use rgb(165,228,234) instead hex code.

Text Font Color

.myTextColor { color: #A5E4EA; }

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

This text font color is #A5E4EA.


Background Color

.myBgColor { background-color: #A5E4EA; }

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

This div background color is #A5E4EA.


Border color

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

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

This div border color is #A5E4EA.


Opacity

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

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

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

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

This text has shadow with #A5E4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E4EA on black background.


Color preview on white background

This text has color #A5E4EA on white background.



Black color preview on #A5E4EA background

This text has black color on #A5E4EA background.


White color preview on #A5E4EA background

This text has white color on #A5E4EA background.