COLOR #A5EAB6

HEX: #A5EAB6 RGB: (165,234,182)

Color info

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

RGB color model

#A5EAB6 color RGB value is (165,234,182).

RGB: (165,234,182) (65%, 92%, 71%)

RGB channels and saturation

R 165 of 255 = 65%
G 234 of 255 = 92%
B 182 of 255 = 71%

165
234
182

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

Portions of RGB colors in percentages

R + G + B = 165 + 234 + 182 = 581 (100%)
R 165 of 581 ~ 28.4%
G 234 of 581 ~ 40.28%
B 182 of 581 ~ 31.33'%

%28.4
%40.28
%31.33

CMYK color model

#A5EAB6 color CMYK value is (29,0,22,8).

  • cyan value is 29.49%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 8.24%

CMYK: (29,0,22,8)
C29M0Y22K8 (29%, 0%, 22%, 8%)
(0.29 / 0.00 / 0.22 / 0.08)

CMYK percentages

%29.49
%0
%22.22
%8.24

Codes

Color #A5EAB6 in popluar color models

A5 EA B6
RGB 165 234 182
HSL 135° 62.16% 78.24%
HSB/HSV 135° 29.49% 91.76%
CMYK 29.49% 0.00% 22.22%
8.24%

Color #A5EAB6 in popluar number systems.

HEX A5 EA B6
Decimal 165 234 182
Binary 10100101 11101010 10110110
Octal 245 352 266

Shades and tints

Shades of #A5EAB6

#A5EAB6
(165,234,182)
#96D5A6
(150,213,166)
#87C096
(135,192,150)
#78AB86
(120,171,134)
#699676
(105,150,118)
#5A8166
(90,129,102)
#4B6C56
(75,108,86)
#3C5746
(60,87,70)
#2D4236
(45,66,54)
#1E2D26
(30,45,38)
#0F1816
(15,24,22)
#000000
(0,0,0)

Tints of #A5EAB6

#A5EAB6
(165,234,182)
#ADEBBC
(173,235,188)
#B5ECC2
(181,236,194)
#BDEDC8
(189,237,200)
#C5EECE
(197,238,206)
#CDEFD4
(205,239,212)
#D5F0DA
(213,240,218)
#DDF1E0
(221,241,224)
#E5F2E6
(229,242,230)
#EDF3EC
(237,243,236)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EAB6 color. Also use rgb(165,234,182) instead hex code.

Text Font Color

.myTextColor { color: #A5EAB6; }

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

This text font color is #A5EAB6.

Background Color

.myBgColor { background-color: #A5EAB6; }

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

This div background color is #A5EAB6.

Border color

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

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

This div border color is #A5EAB6.

Opacity

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

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

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

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

This text has shadow with #A5EAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5EAB6.

Preview

Color preview on black background

This text has color #A5EAB6 on black background.


Color preview on white background

This text has color #A5EAB6 on white background.


Black color preview on #A5EAB6 background

This text has black color on #A5EAB6 background.


White color preview on #A5EAB6 background

This text has white color on #A5EAB6 background.


Related colors

Complementary color

Complementary color for #hex is #5A1549.


I love getcolorcode.com

Triadic colors

1 #B6A5EA and #EAB6A5 with #A5EAB6 are triadic colors.

2 #B6EAA5 and #EAA5B6 with #A5EAB6 are triadic colors.