COLOR #A5E0CD

HEX: #A5E0CD
RGB: (165,224,205)

Color info

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

RGB color model

#A5E0CD color RGB value is (165,224,205).

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

RGB channels and saturation

R 165 of 255 = 65%
G 224 of 255 = 88%
B 205 of 255 = 80%

165
224
205

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

Portions of RGB colors in percentages

R + G + B =
165 + 224 + 205 = 594 (100%)
R 165 of 594 ~ 27.78%
G 224 of 594 ~ 37.71%
B 205 of 594 ~ 34.51%

%27.78
%37.71
%34.51

CMYK color model

#A5E0CD color CMYK value is (26,0,8,12).

  • cyan value is 26.34%
  • magenta value is 0.00%
  • yellow value is 8.48%
  • key color value is 12.16%
CMYK:
(26,0,8,12)
C26M0Y8K12 
(26%,0%,8%,12%)
(0.26/0.00/0.08/0.12)	

CMYK percentages

%26.34
%0
%8.48
%12.16

Codes

Color #A5E0CD in popluar color models

A5E0CD
RGB165224205
HSL161°48.76%76.27%
HSB/HSV161°26.34%87.84%
CMYK26.34%0.00%8.48%
12.16%

Color #A5E0CD in popluar number systems.

HEXA5E0CD
Decimal165224205
Binary101001011110000011001101
Octal245340315

Shades and tints

Shades of #A5E0CD

#A5E0CD
(165,224,205)
#96CCBB
(150,204,187)
#87B8A9
(135,184,169)
#78A497
(120,164,151)
#699085
(105,144,133)
#5A7C73
(90,124,115)
#4B6861
(75,104,97)
#3C544F
(60,84,79)
#2D403D
(45,64,61)
#1E2C2B
(30,44,43)
#0F1819
(15,24,25)
#000000
(0,0,0)

Tints of #A5E0CD

#A5E0CD
(165,224,205)
#ADE2D1
(173,226,209)
#B5E4D5
(181,228,213)
#BDE6D9
(189,230,217)
#C5E8DD
(197,232,221)
#CDEAE1
(205,234,225)
#D5ECE5
(213,236,229)
#DDEEE9
(221,238,233)
#E5F0ED
(229,240,237)
#EDF2F1
(237,242,241)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E0CD; }

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

This text font color is #A5E0CD.


Background Color

.myBgColor { background-color: #A5E0CD; }

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

This div background color is #A5E0CD.


Border color

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

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

This div border color is #A5E0CD.


Opacity

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

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

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

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

This text has shadow with #A5E0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E0CD on black background.


Color preview on white background

This text has color #A5E0CD on white background.



Black color preview on #A5E0CD background

This text has black color on #A5E0CD background.


White color preview on #A5E0CD background

This text has white color on #A5E0CD background.