COLOR #A5FDD0

HEX: #A5FDD0
RGB: (165,253,208)

Color info

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

RGB color model

#A5FDD0 color RGB value is (165,253,208).

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

RGB channels and saturation

R 165 of 255 = 65%
G 253 of 255 = 99%
B 208 of 255 = 82%

165
253
208

R + G + B ~ 82%. #A5FDD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 253 + 208 = 626 (100%)
R 165 of 626 ~ 26.36%
G 253 of 626 ~ 40.42%
B 208 of 626 ~ 33.23%

%26.36
%40.42
%33.23

CMYK color model

#A5FDD0 color CMYK value is (35,0,18,1).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 17.79%
  • key color value is 0.78%
CMYK:
(35,0,18,1)
C35M0Y18K1 
(35%,0%,18%,1%)
(0.35/0.00/0.18/0.01)	

CMYK percentages

%34.78
%0
%17.79
%0.78

Codes

Color #A5FDD0 in popluar color models

A5FDD0
RGB165253208
HSL149°95.65%81.96%
HSB/HSV149°34.78%99.22%
CMYK34.78%0.00%17.79%
0.78%

Color #A5FDD0 in popluar number systems.

HEXA5FDD0
Decimal165253208
Binary101001011111110111010000
Octal245375320

Shades and tints

Shades of #A5FDD0

#A5FDD0
(165,253,208)
#96E6BE
(150,230,190)
#87CFAC
(135,207,172)
#78B89A
(120,184,154)
#69A188
(105,161,136)
#5A8A76
(90,138,118)
#4B7364
(75,115,100)
#3C5C52
(60,92,82)
#2D4540
(45,69,64)
#1E2E2E
(30,46,46)
#0F171C
(15,23,28)
#000000
(0,0,0)

Tints of #A5FDD0

#A5FDD0
(165,253,208)
#ADFDD4
(173,253,212)
#B5FDD8
(181,253,216)
#BDFDDC
(189,253,220)
#C5FDE0
(197,253,224)
#CDFDE4
(205,253,228)
#D5FDE8
(213,253,232)
#DDFDEC
(221,253,236)
#E5FDF0
(229,253,240)
#EDFDF4
(237,253,244)
#F5FDF8
(245,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5FDD0; }

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

This text font color is #A5FDD0.


Background Color

.myBgColor { background-color: #A5FDD0; }

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

This div background color is #A5FDD0.


Border color

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

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

This div border color is #A5FDD0.


Opacity

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

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

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

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

This text has shadow with #A5FDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5FDD0 on black background.


Color preview on white background

This text has color #A5FDD0 on white background.



Black color preview on #A5FDD0 background

This text has black color on #A5FDD0 background.


White color preview on #A5FDD0 background

This text has white color on #A5FDD0 background.