COLOR #A5EDB3

HEX: #A5EDB3
RGB: (165,237,179)

Color info

#A5EDB3 contains mainly green and blue colors. Web safe color of #A5EDB3 is #99FF99 (or #9F9).

RGB color model

#A5EDB3 color RGB value is (165,237,179).

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

RGB channels and saturation

R 165 of 255 = 65%
G 237 of 255 = 93%
B 179 of 255 = 70%

165
237
179

R + G + B ~ 76%. #A5EDB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 237 + 179 = 581 (100%)
R 165 of 581 ~ 28.4%
G 237 of 581 ~ 40.79%
B 179 of 581 ~ 30.81%

%28.4
%40.79
%30.81

CMYK color model

#A5EDB3 color CMYK value is (30,0,24,7).

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 24.47%
  • key color value is 7.06%
CMYK:
(30,0,24,7)
C30M0Y24K7 
(30%,0%,24%,7%)
(0.30/0.00/0.24/0.07)	

CMYK percentages

%30.38
%0
%24.47
%7.06

Codes

Color #A5EDB3 in popluar color models

A5EDB3
RGB165237179
HSL132°66.67%78.82%
HSB/HSV132°30.38%92.94%
CMYK30.38%0.00%24.47%
7.06%

Color #A5EDB3 in popluar number systems.

HEXA5EDB3
Decimal165237179
Binary101001011110110110110011
Octal245355263

Shades and tints

Shades of #A5EDB3

#A5EDB3
(165,237,179)
#96D8A3
(150,216,163)
#87C393
(135,195,147)
#78AE83
(120,174,131)
#699973
(105,153,115)
#5A8463
(90,132,99)
#4B6F53
(75,111,83)
#3C5A43
(60,90,67)
#2D4533
(45,69,51)
#1E3023
(30,48,35)
#0F1B13
(15,27,19)
#000000
(0,0,0)

Tints of #A5EDB3

#A5EDB3
(165,237,179)
#ADEEB9
(173,238,185)
#B5EFBF
(181,239,191)
#BDF0C5
(189,240,197)
#C5F1CB
(197,241,203)
#CDF2D1
(205,242,209)
#D5F3D7
(213,243,215)
#DDF4DD
(221,244,221)
#E5F5E3
(229,245,227)
#EDF6E9
(237,246,233)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5EDB3; }

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

This text font color is #A5EDB3.


Background Color

.myBgColor { background-color: #A5EDB3; }

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

This div background color is #A5EDB3.


Border color

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

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

This div border color is #A5EDB3.


Opacity

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

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

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

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

This text has shadow with #A5EDB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EDB3 on black background.


Color preview on white background

This text has color #A5EDB3 on white background.



Black color preview on #A5EDB3 background

This text has black color on #A5EDB3 background.


White color preview on #A5EDB3 background

This text has white color on #A5EDB3 background.