COLOR #A5EDC2

HEX: #A5EDC2
RGB: (165,237,194)

Color info

#A5EDC2 contains mainly green and blue colors. Web safe color of #A5EDC2 is #99FFCC (or #9FC).

RGB color model

#A5EDC2 color RGB value is (165,237,194).

  • red value is 165;
  • green value is 237;
  • blue value is 194.
RGB:
(165,237,194)
(65%,93%,76%)

RGB channels and saturation

R 165 of 255 = 65%
G 237 of 255 = 93%
B 194 of 255 = 76%

165
237
194

R + G + B ~ 78%. #A5EDC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 237 + 194 = 596 (100%)
R 165 of 596 ~ 27.68%
G 237 of 596 ~ 39.77%
B 194 of 596 ~ 32.55%

%27.68
%39.77
%32.55

CMYK color model

#A5EDC2 color CMYK value is (30,0,18,7).

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 18.14%
  • key color value is 7.06%
CMYK:
(30,0,18,7)
C30M0Y18K7 
(30%,0%,18%,7%)
(0.30/0.00/0.18/0.07)	

CMYK percentages

%30.38
%0
%18.14
%7.06

Codes

Color #A5EDC2 in popluar color models

A5EDC2
RGB165237194
HSL144°66.67%78.82%
HSB/HSV144°30.38%92.94%
CMYK30.38%0.00%18.14%
7.06%

Color #A5EDC2 in popluar number systems.

HEXA5EDC2
Decimal165237194
Binary101001011110110111000010
Octal245355302

Shades and tints

Shades of #A5EDC2

#A5EDC2
(165,237,194)
#96D8B1
(150,216,177)
#87C3A0
(135,195,160)
#78AE8F
(120,174,143)
#69997E
(105,153,126)
#5A846D
(90,132,109)
#4B6F5C
(75,111,92)
#3C5A4B
(60,90,75)
#2D453A
(45,69,58)
#1E3029
(30,48,41)
#0F1B18
(15,27,24)
#000000
(0,0,0)

Tints of #A5EDC2

#A5EDC2
(165,237,194)
#ADEEC7
(173,238,199)
#B5EFCC
(181,239,204)
#BDF0D1
(189,240,209)
#C5F1D6
(197,241,214)
#CDF2DB
(205,242,219)
#D5F3E0
(213,243,224)
#DDF4E5
(221,244,229)
#E5F5EA
(229,245,234)
#EDF6EF
(237,246,239)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EDC2 color. Also use rgb(165,237,194) instead hex code.

Text Font Color

.myTextColor { color: #A5EDC2; }

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

This text font color is #A5EDC2.


Background Color

.myBgColor { background-color: #A5EDC2; }

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

This div background color is #A5EDC2.


Border color

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

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

This div border color is #A5EDC2.


Opacity

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

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

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

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

This text has shadow with #A5EDC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EDC2 on black background.


Color preview on white background

This text has color #A5EDC2 on white background.



Black color preview on #A5EDC2 background

This text has black color on #A5EDC2 background.


White color preview on #A5EDC2 background

This text has white color on #A5EDC2 background.