COLOR #A5E0D7

HEX: #A5E0D7
RGB: (165,224,215)

Color info

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

RGB color model

#A5E0D7 color RGB value is (165,224,215).

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

RGB channels and saturation

R 165 of 255 = 65%
G 224 of 255 = 88%
B 215 of 255 = 84%

165
224
215

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

Portions of RGB colors in percentages

R + G + B =
165 + 224 + 215 = 604 (100%)
R 165 of 604 ~ 27.32%
G 224 of 604 ~ 37.09%
B 215 of 604 ~ 35.6%

%27.32
%37.09
%35.6

CMYK color model

#A5E0D7 color CMYK value is (26,0,4,12).

  • cyan value is 26.34%
  • magenta value is 0.00%
  • yellow value is 4.02%
  • key color value is 12.16%
CMYK:
(26,0,4,12)
C26M0Y4K12 
(26%,0%,4%,12%)
(0.26/0.00/0.04/0.12)	

CMYK percentages

%26.34
%0
%4.02
%12.16

Codes

Color #A5E0D7 in popluar color models

A5E0D7
RGB165224215
HSL171°48.76%76.27%
HSB/HSV171°26.34%87.84%
CMYK26.34%0.00%4.02%
12.16%

Color #A5E0D7 in popluar number systems.

HEXA5E0D7
Decimal165224215
Binary101001011110000011010111
Octal245340327

Shades and tints

Shades of #A5E0D7

#A5E0D7
(165,224,215)
#96CCC4
(150,204,196)
#87B8B1
(135,184,177)
#78A49E
(120,164,158)
#69908B
(105,144,139)
#5A7C78
(90,124,120)
#4B6865
(75,104,101)
#3C5452
(60,84,82)
#2D403F
(45,64,63)
#1E2C2C
(30,44,44)
#0F1819
(15,24,25)
#000000
(0,0,0)

Tints of #A5E0D7

#A5E0D7
(165,224,215)
#ADE2DA
(173,226,218)
#B5E4DD
(181,228,221)
#BDE6E0
(189,230,224)
#C5E8E3
(197,232,227)
#CDEAE6
(205,234,230)
#D5ECE9
(213,236,233)
#DDEEEC
(221,238,236)
#E5F0EF
(229,240,239)
#EDF2F2
(237,242,242)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5E0D7; }

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

This text font color is #A5E0D7.


Background Color

.myBgColor { background-color: #A5E0D7; }

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

This div background color is #A5E0D7.


Border color

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

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

This div border color is #A5E0D7.


Opacity

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

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

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

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

This text has shadow with #A5E0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5E0D7 on black background.


Color preview on white background

This text has color #A5E0D7 on white background.



Black color preview on #A5E0D7 background

This text has black color on #A5E0D7 background.


White color preview on #A5E0D7 background

This text has white color on #A5E0D7 background.