COLOR #A5EEC2

HEX: #A5EEC2
RGB: (165,238,194)

Color info

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

RGB color model

#A5EEC2 color RGB value is (165,238,194).

  • red value is 165;
  • green value is 238;
  • blue value is 194.
RGB:
(165,238,194)
(65%,93%,76%)

RGB channels and saturation

R 165 of 255 = 65%
G 238 of 255 = 93%
B 194 of 255 = 76%

165
238
194

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

Portions of RGB colors in percentages

R + G + B =
165 + 238 + 194 = 597 (100%)
R 165 of 597 ~ 27.64%
G 238 of 597 ~ 39.87%
B 194 of 597 ~ 32.5%

%27.64
%39.87
%32.5

CMYK color model

#A5EEC2 color CMYK value is (31,0,18,7).

  • cyan value is 30.67%
  • magenta value is 0.00%
  • yellow value is 18.49%
  • key color value is 6.67%
CMYK:
(31,0,18,7)
C31M0Y18K7 
(31%,0%,18%,7%)
(0.31/0.00/0.18/0.07)	

CMYK percentages

%30.67
%0
%18.49
%6.67

Codes

Color #A5EEC2 in popluar color models

A5EEC2
RGB165238194
HSL144°68.22%79.02%
HSB/HSV144°30.67%93.33%
CMYK30.67%0.00%18.49%
6.67%

Color #A5EEC2 in popluar number systems.

HEXA5EEC2
Decimal165238194
Binary101001011110111011000010
Octal245356302

Shades and tints

Shades of #A5EEC2

#A5EEC2
(165,238,194)
#96D9B1
(150,217,177)
#87C4A0
(135,196,160)
#78AF8F
(120,175,143)
#699A7E
(105,154,126)
#5A856D
(90,133,109)
#4B705C
(75,112,92)
#3C5B4B
(60,91,75)
#2D463A
(45,70,58)
#1E3129
(30,49,41)
#0F1C18
(15,28,24)
#000000
(0,0,0)

Tints of #A5EEC2

#A5EEC2
(165,238,194)
#ADEFC7
(173,239,199)
#B5F0CC
(181,240,204)
#BDF1D1
(189,241,209)
#C5F2D6
(197,242,214)
#CDF3DB
(205,243,219)
#D5F4E0
(213,244,224)
#DDF5E5
(221,245,229)
#E5F6EA
(229,246,234)
#EDF7EF
(237,247,239)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EEC2 color. Also use rgb(165,238,194) instead hex code.

Text Font Color

.myTextColor { color: #A5EEC2; }

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

This text font color is #A5EEC2.


Background Color

.myBgColor { background-color: #A5EEC2; }

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

This div background color is #A5EEC2.


Border color

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

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

This div border color is #A5EEC2.


Opacity

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

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

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

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

This text has shadow with #A5EEC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EEC2 on black background.


Color preview on white background

This text has color #A5EEC2 on white background.



Black color preview on #A5EEC2 background

This text has black color on #A5EEC2 background.


White color preview on #A5EEC2 background

This text has white color on #A5EEC2 background.