COLOR #A5ECC6

HEX: #A5ECC6
RGB: (165,236,198)

Color info

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

RGB color model

#A5ECC6 color RGB value is (165,236,198).

  • red value is 165;
  • green value is 236;
  • blue value is 198.
RGB:
(165,236,198)
(65%,93%,78%)

RGB channels and saturation

R 165 of 255 = 65%
G 236 of 255 = 93%
B 198 of 255 = 78%

165
236
198

R + G + B ~ 79%. #A5ECC6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 236 + 198 = 599 (100%)
R 165 of 599 ~ 27.55%
G 236 of 599 ~ 39.4%
B 198 of 599 ~ 33.06%

%27.55
%39.4
%33.06

CMYK color model

#A5ECC6 color CMYK value is (30,0,16,7).

  • cyan value is 30.08%
  • magenta value is 0.00%
  • yellow value is 16.10%
  • key color value is 7.45%
CMYK:
(30,0,16,7)
C30M0Y16K7 
(30%,0%,16%,7%)
(0.30/0.00/0.16/0.07)	

CMYK percentages

%30.08
%0
%16.1
%7.45

Codes

Color #A5ECC6 in popluar color models

A5ECC6
RGB165236198
HSL148°65.14%78.63%
HSB/HSV148°30.08%92.55%
CMYK30.08%0.00%16.10%
7.45%

Color #A5ECC6 in popluar number systems.

HEXA5ECC6
Decimal165236198
Binary101001011110110011000110
Octal245354306

Shades and tints

Shades of #A5ECC6

#A5ECC6
(165,236,198)
#96D7B4
(150,215,180)
#87C2A2
(135,194,162)
#78AD90
(120,173,144)
#69987E
(105,152,126)
#5A836C
(90,131,108)
#4B6E5A
(75,110,90)
#3C5948
(60,89,72)
#2D4436
(45,68,54)
#1E2F24
(30,47,36)
#0F1A12
(15,26,18)
#000000
(0,0,0)

Tints of #A5ECC6

#A5ECC6
(165,236,198)
#ADEDCB
(173,237,203)
#B5EED0
(181,238,208)
#BDEFD5
(189,239,213)
#C5F0DA
(197,240,218)
#CDF1DF
(205,241,223)
#D5F2E4
(213,242,228)
#DDF3E9
(221,243,233)
#E5F4EE
(229,244,238)
#EDF5F3
(237,245,243)
#F5F6F8
(245,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5ECC6 color. Also use rgb(165,236,198) instead hex code.

Text Font Color

.myTextColor { color: #A5ECC6; }

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

This text font color is #A5ECC6.


Background Color

.myBgColor { background-color: #A5ECC6; }

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

This div background color is #A5ECC6.


Border color

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

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

This div border color is #A5ECC6.


Opacity

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

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

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

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

This text has shadow with #A5ECC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ECC6 on black background.


Color preview on white background

This text has color #A5ECC6 on white background.



Black color preview on #A5ECC6 background

This text has black color on #A5ECC6 background.


White color preview on #A5ECC6 background

This text has white color on #A5ECC6 background.