COLOR #A5FDE0

HEX: #A5FDE0
RGB: (165,253,224)

Color info

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

RGB color model

#A5FDE0 color RGB value is (165,253,224).

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

RGB channels and saturation

R 165 of 255 = 65%
G 253 of 255 = 99%
B 224 of 255 = 88%

165
253
224

R + G + B ~ 84%. #A5FDE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 253 + 224 = 642 (100%)
R 165 of 642 ~ 25.7%
G 253 of 642 ~ 39.41%
B 224 of 642 ~ 34.89%

%25.7
%39.41
%34.89

CMYK color model

#A5FDE0 color CMYK value is (35,0,11,1).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 11.46%
  • key color value is 0.78%
CMYK:
(35,0,11,1)
C35M0Y11K1 
(35%,0%,11%,1%)
(0.35/0.00/0.11/0.01)	

CMYK percentages

%34.78
%0
%11.46
%0.78

Codes

Color #A5FDE0 in popluar color models

A5FDE0
RGB165253224
HSL160°95.65%81.96%
HSB/HSV160°34.78%99.22%
CMYK34.78%0.00%11.46%
0.78%

Color #A5FDE0 in popluar number systems.

HEXA5FDE0
Decimal165253224
Binary101001011111110111100000
Octal245375340

Shades and tints

Shades of #A5FDE0

#A5FDE0
(165,253,224)
#96E6CC
(150,230,204)
#87CFB8
(135,207,184)
#78B8A4
(120,184,164)
#69A190
(105,161,144)
#5A8A7C
(90,138,124)
#4B7368
(75,115,104)
#3C5C54
(60,92,84)
#2D4540
(45,69,64)
#1E2E2C
(30,46,44)
#0F1718
(15,23,24)
#000000
(0,0,0)

Tints of #A5FDE0

#A5FDE0
(165,253,224)
#ADFDE2
(173,253,226)
#B5FDE4
(181,253,228)
#BDFDE6
(189,253,230)
#C5FDE8
(197,253,232)
#CDFDEA
(205,253,234)
#D5FDEC
(213,253,236)
#DDFDEE
(221,253,238)
#E5FDF0
(229,253,240)
#EDFDF2
(237,253,242)
#F5FDF4
(245,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5FDE0; }

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

This text font color is #A5FDE0.


Background Color

.myBgColor { background-color: #A5FDE0; }

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

This div background color is #A5FDE0.


Border color

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

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

This div border color is #A5FDE0.


Opacity

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

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

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

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

This text has shadow with #A5FDE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5FDE0 on black background.


Color preview on white background

This text has color #A5FDE0 on white background.



Black color preview on #A5FDE0 background

This text has black color on #A5FDE0 background.


White color preview on #A5FDE0 background

This text has white color on #A5FDE0 background.