COLOR #A5E0C4

HEX: #A5E0C4
RGB: (165,224,196)

Color info

#A5E0C4 contains red, green and blue colors in about the same proportion. Web safe color of #A5E0C4 is #99CCCC (or #9CC).

RGB color model

#A5E0C4 color RGB value is (165,224,196).

  • red value is 165;
  • green value is 224;
  • blue value is 196.
RGB:
(165,224,196)
(65%,88%,77%)

RGB channels and saturation

R 165 of 255 = 65%
G 224 of 255 = 88%
B 196 of 255 = 77%

165
224
196

R + G + B ~ 77%. #A5E0C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 224 + 196 = 585 (100%)
R 165 of 585 ~ 28.21%
G 224 of 585 ~ 38.29%
B 196 of 585 ~ 33.5%

%28.21
%38.29
%33.5

CMYK color model

#A5E0C4 color CMYK value is (26,0,13,12).

  • cyan value is 26.34%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 12.16%
CMYK:
(26,0,13,12)
C26M0Y13K12 
(26%,0%,13%,12%)
(0.26/0.00/0.13/0.12)	

CMYK percentages

%26.34
%0
%12.5
%12.16

Codes

Color #A5E0C4 in popluar color models

A5E0C4
RGB165224196
HSL152°48.76%76.27%
HSB/HSV152°26.34%87.84%
CMYK26.34%0.00%12.50%
12.16%

Color #A5E0C4 in popluar number systems.

HEXA5E0C4
Decimal165224196
Binary101001011110000011000100
Octal245340304

Shades and tints

Shades of #A5E0C4

#A5E0C4
(165,224,196)
#96CCB3
(150,204,179)
#87B8A2
(135,184,162)
#78A491
(120,164,145)
#699080
(105,144,128)
#5A7C6F
(90,124,111)
#4B685E
(75,104,94)
#3C544D
(60,84,77)
#2D403C
(45,64,60)
#1E2C2B
(30,44,43)
#0F181A
(15,24,26)
#000000
(0,0,0)

Tints of #A5E0C4

#A5E0C4
(165,224,196)
#ADE2C9
(173,226,201)
#B5E4CE
(181,228,206)
#BDE6D3
(189,230,211)
#C5E8D8
(197,232,216)
#CDEADD
(205,234,221)
#D5ECE2
(213,236,226)
#DDEEE7
(221,238,231)
#E5F0EC
(229,240,236)
#EDF2F1
(237,242,241)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5E0C4 color. Also use rgb(165,224,196) instead hex code.

Text Font Color

.myTextColor { color: #A5E0C4; }

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

This text font color is #A5E0C4.


Background Color

.myBgColor { background-color: #A5E0C4; }

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

This div background color is #A5E0C4.


Border color

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

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

This div border color is #A5E0C4.


Opacity

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

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

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

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

This text has shadow with #A5E0C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E0C4 on black background.


Color preview on white background

This text has color #A5E0C4 on white background.



Black color preview on #A5E0C4 background

This text has black color on #A5E0C4 background.


White color preview on #A5E0C4 background

This text has white color on #A5E0C4 background.