COLOR #A5E2C8

HEX: #A5E2C8
RGB: (165,226,200)

Color info

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

RGB color model

#A5E2C8 color RGB value is (165,226,200).

  • red value is 165;
  • green value is 226;
  • blue value is 200.
RGB:
(165,226,200)
(65%,89%,78%)

RGB channels and saturation

R 165 of 255 = 65%
G 226 of 255 = 89%
B 200 of 255 = 78%

165
226
200

R + G + B ~ 77%. #A5E2C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 226 + 200 = 591 (100%)
R 165 of 591 ~ 27.92%
G 226 of 591 ~ 38.24%
B 200 of 591 ~ 33.84%

%27.92
%38.24
%33.84

CMYK color model

#A5E2C8 color CMYK value is (27,0,12,11).

  • cyan value is 26.99%
  • magenta value is 0.00%
  • yellow value is 11.50%
  • key color value is 11.37%
CMYK:
(27,0,12,11)
C27M0Y12K11 
(27%,0%,12%,11%)
(0.27/0.00/0.12/0.11)	

CMYK percentages

%26.99
%0
%11.5
%11.37

Codes

Color #A5E2C8 in popluar color models

A5E2C8
RGB165226200
HSL154°51.26%76.67%
HSB/HSV154°26.99%88.63%
CMYK26.99%0.00%11.50%
11.37%

Color #A5E2C8 in popluar number systems.

HEXA5E2C8
Decimal165226200
Binary101001011110001011001000
Octal245342310

Shades and tints

Shades of #A5E2C8

#A5E2C8
(165,226,200)
#96CEB6
(150,206,182)
#87BAA4
(135,186,164)
#78A692
(120,166,146)
#699280
(105,146,128)
#5A7E6E
(90,126,110)
#4B6A5C
(75,106,92)
#3C564A
(60,86,74)
#2D4238
(45,66,56)
#1E2E26
(30,46,38)
#0F1A14
(15,26,20)
#000000
(0,0,0)

Tints of #A5E2C8

#A5E2C8
(165,226,200)
#ADE4CD
(173,228,205)
#B5E6D2
(181,230,210)
#BDE8D7
(189,232,215)
#C5EADC
(197,234,220)
#CDECE1
(205,236,225)
#D5EEE6
(213,238,230)
#DDF0EB
(221,240,235)
#E5F2F0
(229,242,240)
#EDF4F5
(237,244,245)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E2C8 color. Also use rgb(165,226,200) instead hex code.

Text Font Color

.myTextColor { color: #A5E2C8; }

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

This text font color is #A5E2C8.


Background Color

.myBgColor { background-color: #A5E2C8; }

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

This div background color is #A5E2C8.


Border color

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

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

This div border color is #A5E2C8.


Opacity

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

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

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

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

This text has shadow with #A5E2C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E2C8 on black background.


Color preview on white background

This text has color #A5E2C8 on white background.



Black color preview on #A5E2C8 background

This text has black color on #A5E2C8 background.


White color preview on #A5E2C8 background

This text has white color on #A5E2C8 background.