COLOR #A5E2CC

HEX: #A5E2CC
RGB: (165,226,204)

Color info

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

RGB color model

#A5E2CC color RGB value is (165,226,204).

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

RGB channels and saturation

R 165 of 255 = 65%
G 226 of 255 = 89%
B 204 of 255 = 80%

165
226
204

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

Portions of RGB colors in percentages

R + G + B =
165 + 226 + 204 = 595 (100%)
R 165 of 595 ~ 27.73%
G 226 of 595 ~ 37.98%
B 204 of 595 ~ 34.29%

%27.73
%37.98
%34.29

CMYK color model

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

  • cyan value is 26.99%
  • magenta value is 0.00%
  • yellow value is 9.73%
  • key color value is 11.37%
CMYK:
(27,0,10,11)
C27M0Y10K11 
(27%,0%,10%,11%)
(0.27/0.00/0.10/0.11)	

CMYK percentages

%26.99
%0
%9.73
%11.37

Codes

Color #A5E2CC in popluar color models

A5E2CC
RGB165226204
HSL158°51.26%76.67%
HSB/HSV158°26.99%88.63%
CMYK26.99%0.00%9.73%
11.37%

Color #A5E2CC in popluar number systems.

HEXA5E2CC
Decimal165226204
Binary101001011110001011001100
Octal245342314

Shades and tints

Shades of #A5E2CC

#A5E2CC
(165,226,204)
#96CEBA
(150,206,186)
#87BAA8
(135,186,168)
#78A696
(120,166,150)
#699284
(105,146,132)
#5A7E72
(90,126,114)
#4B6A60
(75,106,96)
#3C564E
(60,86,78)
#2D423C
(45,66,60)
#1E2E2A
(30,46,42)
#0F1A18
(15,26,24)
#000000
(0,0,0)

Tints of #A5E2CC

#A5E2CC
(165,226,204)
#ADE4D0
(173,228,208)
#B5E6D4
(181,230,212)
#BDE8D8
(189,232,216)
#C5EADC
(197,234,220)
#CDECE0
(205,236,224)
#D5EEE4
(213,238,228)
#DDF0E8
(221,240,232)
#E5F2EC
(229,242,236)
#EDF4F0
(237,244,240)
#F5F6F4
(245,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E2CC; }

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

This text font color is #A5E2CC.


Background Color

.myBgColor { background-color: #A5E2CC; }

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

This div background color is #A5E2CC.


Border color

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

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

This div border color is #A5E2CC.


Opacity

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

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

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

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

This text has shadow with #A5E2CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E2CC on black background.


Color preview on white background

This text has color #A5E2CC on white background.



Black color preview on #A5E2CC background

This text has black color on #A5E2CC background.


White color preview on #A5E2CC background

This text has white color on #A5E2CC background.