COLOR #A5E5C6

HEX: #A5E5C6
RGB: (165,229,198)

Color info

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

RGB color model

#A5E5C6 color RGB value is (165,229,198).

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

RGB channels and saturation

R 165 of 255 = 65%
G 229 of 255 = 90%
B 198 of 255 = 78%

165
229
198

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

Portions of RGB colors in percentages

R + G + B =
165 + 229 + 198 = 592 (100%)
R 165 of 592 ~ 27.87%
G 229 of 592 ~ 38.68%
B 198 of 592 ~ 33.45%

%27.87
%38.68
%33.45

CMYK color model

#A5E5C6 color CMYK value is (28,0,14,10).

  • cyan value is 27.95%
  • magenta value is 0.00%
  • yellow value is 13.54%
  • key color value is 10.20%
CMYK: (28,0,14,10) C28M0Y14K10 (28%,0%,14%,10%) (0.28/0.00/0.14/0.10)

CMYK percentages

%27.95
%0
%13.54
%10.2

Codes

Color #A5E5C6 in popluar color models

A5E5C6
RGB165229198
HSL151°55.17%77.25%
HSB/HSV151°27.95%89.80%
CMYK27.95%0.00%13.54%
10.20%

Color #A5E5C6 in popluar number systems.

HEXA5E5C6
Decimal165229198
Binary101001011110010111000110
Octal245345306

Shades and tints

Shades of #A5E5C6

#A5E5C6
(165,229,198)
#96D1B4
(150,209,180)
#87BDA2
(135,189,162)
#78A990
(120,169,144)
#69957E
(105,149,126)
#5A816C
(90,129,108)
#4B6D5A
(75,109,90)
#3C5948
(60,89,72)
#2D4536
(45,69,54)
#1E3124
(30,49,36)
#0F1D12
(15,29,18)
#000000
(0,0,0)

Tints of #A5E5C6

#A5E5C6
(165,229,198)
#ADE7CB
(173,231,203)
#B5E9D0
(181,233,208)
#BDEBD5
(189,235,213)
#C5EDDA
(197,237,218)
#CDEFDF
(205,239,223)
#D5F1E4
(213,241,228)
#DDF3E9
(221,243,233)
#E5F5EE
(229,245,238)
#EDF7F3
(237,247,243)
#F5F9F8
(245,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E5C6; }

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

This text font color is #A5E5C6.


Background Color

.myBgColor { background-color: #A5E5C6; }

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

This div background color is #A5E5C6.


Border color

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

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

This div border color is #A5E5C6.


Opacity

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

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

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

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

This text has shadow with #A5E5C6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A5E5C6 on black background.


Color preview on white background

This text has color #A5E5C6 on white background.



Black color preview on #A5E5C6 background

This text has black color on #A5E5C6 background.


White color preview on #A5E5C6 background

This text has white color on #A5E5C6 background.