COLOR #A5E6D2

HEX: #A5E6D2
RGB: (165,230,210)

Color info

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

RGB color model

#A5E6D2 color RGB value is (165,230,210).

  • red value is 165;
  • green value is 230;
  • blue value is 210.
RGB:
(165,230,210)
(65%,90%,82%)

RGB channels and saturation

R 165 of 255 = 65%
G 230 of 255 = 90%
B 210 of 255 = 82%

165
230
210

R + G + B ~ 79%. #A5E6D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 230 + 210 = 605 (100%)
R 165 of 605 ~ 27.27%
G 230 of 605 ~ 38.02%
B 210 of 605 ~ 34.71%

%27.27
%38.02
%34.71

CMYK color model

#A5E6D2 color CMYK value is (28,0,9,10).

  • cyan value is 28.26%
  • magenta value is 0.00%
  • yellow value is 8.70%
  • key color value is 9.80%
CMYK:
(28,0,9,10)
C28M0Y9K10 
(28%,0%,9%,10%)
(0.28/0.00/0.09/0.10)	

CMYK percentages

%28.26
%0
%8.7
%9.8

Codes

Color #A5E6D2 in popluar color models

A5E6D2
RGB165230210
HSL162°56.52%77.45%
HSB/HSV162°28.26%90.20%
CMYK28.26%0.00%8.70%
9.80%

Color #A5E6D2 in popluar number systems.

HEXA5E6D2
Decimal165230210
Binary101001011110011011010010
Octal245346322

Shades and tints

Shades of #A5E6D2

#A5E6D2
(165,230,210)
#96D2BF
(150,210,191)
#87BEAC
(135,190,172)
#78AA99
(120,170,153)
#699686
(105,150,134)
#5A8273
(90,130,115)
#4B6E60
(75,110,96)
#3C5A4D
(60,90,77)
#2D463A
(45,70,58)
#1E3227
(30,50,39)
#0F1E14
(15,30,20)
#000000
(0,0,0)

Tints of #A5E6D2

#A5E6D2
(165,230,210)
#ADE8D6
(173,232,214)
#B5EADA
(181,234,218)
#BDECDE
(189,236,222)
#C5EEE2
(197,238,226)
#CDF0E6
(205,240,230)
#D5F2EA
(213,242,234)
#DDF4EE
(221,244,238)
#E5F6F2
(229,246,242)
#EDF8F6
(237,248,246)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E6D2 color. Also use rgb(165,230,210) instead hex code.

Text Font Color

.myTextColor { color: #A5E6D2; }

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

This text font color is #A5E6D2.


Background Color

.myBgColor { background-color: #A5E6D2; }

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

This div background color is #A5E6D2.


Border color

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

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

This div border color is #A5E6D2.


Opacity

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

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

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

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

This text has shadow with #A5E6D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E6D2 on black background.


Color preview on white background

This text has color #A5E6D2 on white background.



Black color preview on #A5E6D2 background

This text has black color on #A5E6D2 background.


White color preview on #A5E6D2 background

This text has white color on #A5E6D2 background.