COLOR #A5E2BD

HEX: #A5E2BD
RGB: (165,226,189)

Color info

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

RGB color model

#A5E2BD color RGB value is (165,226,189).

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

RGB channels and saturation

R 165 of 255 = 65%
G 226 of 255 = 89%
B 189 of 255 = 74%

165
226
189

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

Portions of RGB colors in percentages

R + G + B =
165 + 226 + 189 = 580 (100%)
R 165 of 580 ~ 28.45%
G 226 of 580 ~ 38.97%
B 189 of 580 ~ 32.59%

%28.45
%38.97
%32.59

CMYK color model

#A5E2BD color CMYK value is (27,0,16,11).

  • cyan value is 26.99%
  • magenta value is 0.00%
  • yellow value is 16.37%
  • key color value is 11.37%
CMYK:
(27,0,16,11)
C27M0Y16K11 
(27%,0%,16%,11%)
(0.27/0.00/0.16/0.11)	

CMYK percentages

%26.99
%0
%16.37
%11.37

Codes

Color #A5E2BD in popluar color models

A5E2BD
RGB165226189
HSL144°51.26%76.67%
HSB/HSV144°26.99%88.63%
CMYK26.99%0.00%16.37%
11.37%

Color #A5E2BD in popluar number systems.

HEXA5E2BD
Decimal165226189
Binary101001011110001010111101
Octal245342275

Shades and tints

Shades of #A5E2BD

#A5E2BD
(165,226,189)
#96CEAC
(150,206,172)
#87BA9B
(135,186,155)
#78A68A
(120,166,138)
#699279
(105,146,121)
#5A7E68
(90,126,104)
#4B6A57
(75,106,87)
#3C5646
(60,86,70)
#2D4235
(45,66,53)
#1E2E24
(30,46,36)
#0F1A13
(15,26,19)
#000000
(0,0,0)

Tints of #A5E2BD

#A5E2BD
(165,226,189)
#ADE4C3
(173,228,195)
#B5E6C9
(181,230,201)
#BDE8CF
(189,232,207)
#C5EAD5
(197,234,213)
#CDECDB
(205,236,219)
#D5EEE1
(213,238,225)
#DDF0E7
(221,240,231)
#E5F2ED
(229,242,237)
#EDF4F3
(237,244,243)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E2BD; }

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

This text font color is #A5E2BD.


Background Color

.myBgColor { background-color: #A5E2BD; }

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

This div background color is #A5E2BD.


Border color

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

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

This div border color is #A5E2BD.


Opacity

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

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

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

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

This text has shadow with #A5E2BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E2BD on black background.


Color preview on white background

This text has color #A5E2BD on white background.



Black color preview on #A5E2BD background

This text has black color on #A5E2BD background.


White color preview on #A5E2BD background

This text has white color on #A5E2BD background.