COLOR #A5E4BF

HEX: #A5E4BF RGB: (165,228,191)

Color info

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

RGB color model

#A5E4BF color RGB value is (165,228,191).

RGB: (165,228,191) (65%, 89%, 75%)

RGB channels and saturation

R 165 of 255 = 65%
G 228 of 255 = 89%
B 191 of 255 = 75%

165
228
191

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

Portions of RGB colors in percentages

R + G + B = 165 + 228 + 191 = 584 (100%)
R 165 of 584 ~ 28.25%
G 228 of 584 ~ 39.04%
B 191 of 584 ~ 32.71'%

%28.25
%39.04
%32.71

CMYK color model

#A5E4BF color CMYK value is (28,0,16,11).

  • cyan value is 27.63%
  • magenta value is 0.00%
  • yellow value is 16.23%
  • key color value is 10.59%

CMYK: (28,0,16,11)
C28M0Y16K11 (28%, 0%, 16%, 11%)
(0.28 / 0.00 / 0.16 / 0.11)

CMYK percentages

%27.63
%0
%16.23
%10.59

Codes

Color #A5E4BF in popluar color models

A5 E4 BF
RGB 165 228 191
HSL 145° 53.85% 77.06%
HSB/HSV 145° 27.63% 89.41%
CMYK 27.63% 0.00% 16.23%
10.59%

Color #A5E4BF in popluar number systems.

HEX A5 E4 BF
Decimal 165 228 191
Binary 10100101 11100100 10111111
Octal 245 344 277

Shades and tints

Shades of #A5E4BF

#A5E4BF
(165,228,191)
#96D0AE
(150,208,174)
#87BC9D
(135,188,157)
#78A88C
(120,168,140)
#69947B
(105,148,123)
#5A806A
(90,128,106)
#4B6C59
(75,108,89)
#3C5848
(60,88,72)
#2D4437
(45,68,55)
#1E3026
(30,48,38)
#0F1C15
(15,28,21)
#000000
(0,0,0)

Tints of #A5E4BF

#A5E4BF
(165,228,191)
#ADE6C4
(173,230,196)
#B5E8C9
(181,232,201)
#BDEACE
(189,234,206)
#C5ECD3
(197,236,211)
#CDEED8
(205,238,216)
#D5F0DD
(213,240,221)
#DDF2E2
(221,242,226)
#E5F4E7
(229,244,231)
#EDF6EC
(237,246,236)
#F5F8F1
(245,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E4BF color. Also use rgb(165,228,191) instead hex code.

Text Font Color

.myTextColor { color: #A5E4BF; }

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

This text font color is #A5E4BF.

Background Color

.myBgColor { background-color: #A5E4BF; }

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

This div background color is #A5E4BF.

Border color

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

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

This div border color is #A5E4BF.

Opacity

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

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

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

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

This text has shadow with #A5E4BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5E4BF.

Preview

Color preview on black background

This text has color #A5E4BF on black background.


Color preview on white background

This text has color #A5E4BF on white background.


Black color preview on #A5E4BF background

This text has black color on #A5E4BF background.


White color preview on #A5E4BF background

This text has white color on #A5E4BF background.


Related colors

Complementary color

Complementary color for #hex is #5A1B40.


I love getcolorcode.com

Triadic colors

1 #BFA5E4 and #E4BFA5 with #A5E4BF are triadic colors.

2 #BFE4A5 and #E4A5BF with #A5E4BF are triadic colors.