COLOR #A5E6BC

HEX: #A5E6BC RGB: (165,230,188)

Color info

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

RGB color model

#A5E6BC color RGB value is (165,230,188).

RGB: (165,230,188) (65%, 90%, 74%)

RGB channels and saturation

R 165 of 255 = 65%
G 230 of 255 = 90%
B 188 of 255 = 74%

165
230
188

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

Portions of RGB colors in percentages

R + G + B = 165 + 230 + 188 = 583 (100%)
R 165 of 583 ~ 28.3%
G 230 of 583 ~ 39.45%
B 188 of 583 ~ 32.25'%

%28.3
%39.45
%32.25

CMYK color model

#A5E6BC color CMYK value is (28,0,18,10).

  • cyan value is 28.26%
  • magenta value is 0.00%
  • yellow value is 18.26%
  • key color value is 9.80%

CMYK: (28,0,18,10)
C28M0Y18K10 (28%, 0%, 18%, 10%)
(0.28 / 0.00 / 0.18 / 0.10)

CMYK percentages

%28.26
%0
%18.26
%9.8

Codes

Color #A5E6BC in popluar color models

A5 E6 BC
RGB 165 230 188
HSL 141° 56.52% 77.45%
HSB/HSV 141° 28.26% 90.20%
CMYK 28.26% 0.00% 18.26%
9.80%

Color #A5E6BC in popluar number systems.

HEX A5 E6 BC
Decimal 165 230 188
Binary 10100101 11100110 10111100
Octal 245 346 274

Shades and tints

Shades of #A5E6BC

#A5E6BC
(165,230,188)
#96D2AB
(150,210,171)
#87BE9A
(135,190,154)
#78AA89
(120,170,137)
#699678
(105,150,120)
#5A8267
(90,130,103)
#4B6E56
(75,110,86)
#3C5A45
(60,90,69)
#2D4634
(45,70,52)
#1E3223
(30,50,35)
#0F1E12
(15,30,18)
#000000
(0,0,0)

Tints of #A5E6BC

#A5E6BC
(165,230,188)
#ADE8C2
(173,232,194)
#B5EAC8
(181,234,200)
#BDECCE
(189,236,206)
#C5EED4
(197,238,212)
#CDF0DA
(205,240,218)
#D5F2E0
(213,242,224)
#DDF4E6
(221,244,230)
#E5F6EC
(229,246,236)
#EDF8F2
(237,248,242)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E6BC color. Also use rgb(165,230,188) instead hex code.

Text Font Color

.myTextColor { color: #A5E6BC; }

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

This text font color is #A5E6BC.

Background Color

.myBgColor { background-color: #A5E6BC; }

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

This div background color is #A5E6BC.

Border color

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

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

This div border color is #A5E6BC.

Opacity

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

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

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

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

This text has shadow with #A5E6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5E6BC.

Preview

Color preview on black background

This text has color #A5E6BC on black background.


Color preview on white background

This text has color #A5E6BC on white background.


Black color preview on #A5E6BC background

This text has black color on #A5E6BC background.


White color preview on #A5E6BC background

This text has white color on #A5E6BC background.


Related colors

Complementary color

Complementary color for #hex is #5A1943.


I love getcolorcode.com

Triadic colors

1 #BCA5E6 and #E6BCA5 with #A5E6BC are triadic colors.

2 #BCE6A5 and #E6A5BC with #A5E6BC are triadic colors.