COLOR #A5E3C9

HEX: #A5E3C9 RGB: (165,227,201)

Color info

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

RGB color model

#A5E3C9 color RGB value is (165,227,201).

RGB: (165,227,201) (65%, 89%, 79%)

RGB channels and saturation

R 165 of 255 = 65%
G 227 of 255 = 89%
B 201 of 255 = 79%

165
227
201

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

Portions of RGB colors in percentages

R + G + B = 165 + 227 + 201 = 593 (100%)
R 165 of 593 ~ 27.82%
G 227 of 593 ~ 38.28%
B 201 of 593 ~ 33.9'%

%27.82
%38.28
%33.9

CMYK color model

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

  • cyan value is 27.31%
  • magenta value is 0.00%
  • yellow value is 11.45%
  • key color value is 10.98%
CMYK: (27,0,11,11) C27M0Y11K11 (27%,0%,11%,11%) (0.27/0.00/0.11/0.11) 

CMYK percentages

%27.31
%0
%11.45
%10.98

Codes

Color #A5E3C9 in popluar color models

A5 E3 C9
RGB 165 227 201
HSL 155° 52.54% 76.86%
HSB/HSV 155° 27.31% 89.02%
CMYK 27.31% 0.00% 11.45%
10.98%

Color #A5E3C9 in popluar number systems.

HEX A5 E3 C9
Decimal 165 227 201
Binary 10100101 11100011 11001001
Octal 245 343 311

Shades and tints

Shades of #A5E3C9

#A5E3C9
(165,227,201)
#96CFB7
(150,207,183)
#87BBA5
(135,187,165)
#78A793
(120,167,147)
#699381
(105,147,129)
#5A7F6F
(90,127,111)
#4B6B5D
(75,107,93)
#3C574B
(60,87,75)
#2D4339
(45,67,57)
#1E2F27
(30,47,39)
#0F1B15
(15,27,21)
#000000
(0,0,0)

Tints of #A5E3C9

#A5E3C9
(165,227,201)
#ADE5CD
(173,229,205)
#B5E7D1
(181,231,209)
#BDE9D5
(189,233,213)
#C5EBD9
(197,235,217)
#CDEDDD
(205,237,221)
#D5EFE1
(213,239,225)
#DDF1E5
(221,241,229)
#E5F3E9
(229,243,233)
#EDF5ED
(237,245,237)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E3C9 color. Also use rgb(165,227,201) instead hex code.

Text Font Color

.myTextColor { color: #A5E3C9; }

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

This text font color is #A5E3C9.

Background Color

.myBgColor { background-color: #A5E3C9; }

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

This div background color is #A5E3C9.

Border color

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

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

This div border color is #A5E3C9.

Opacity

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

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

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

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

This text has shadow with #A5E3C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5E3C9.

Preview

Color preview on black background

This text has color #A5E3C9 on black background.


Color preview on white background

This text has color #A5E3C9 on white background.


Black color preview on #A5E3C9 background

This text has black color on #A5E3C9 background.


White color preview on #A5E3C9 background

This text has white color on #A5E3C9 background.


Related colors

Complementary color

Complementary color for #hex is #5A1C36.


I love getcolorcode.com

Triadic colors

1 #C9A5E3 and #E3C9A5 with #A5E3C9 are triadic colors.

2 #C9E3A5 and #E3A5C9 with #A5E3C9 are triadic colors.