COLOR #A5F0D4

HEX: #A5F0D4
RGB: (165,240,212)

Color info

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

RGB color model

#A5F0D4 color RGB value is (165,240,212).

  • red value is 165;
  • green value is 240;
  • blue value is 212.
RGB:
(165,240,212)
(65%,94%,83%)

RGB channels and saturation

R 165 of 255 = 65%
G 240 of 255 = 94%
B 212 of 255 = 83%

165
240
212

R + G + B ~ 81%. #A5F0D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 240 + 212 = 617 (100%)
R 165 of 617 ~ 26.74%
G 240 of 617 ~ 38.9%
B 212 of 617 ~ 34.36%

%26.74
%38.9
%34.36

CMYK color model

#A5F0D4 color CMYK value is (31,0,12,6).

  • cyan value is 31.25%
  • magenta value is 0.00%
  • yellow value is 11.67%
  • key color value is 5.88%
CMYK:
(31,0,12,6)
C31M0Y12K6 
(31%,0%,12%,6%)
(0.31/0.00/0.12/0.06)	

CMYK percentages

%31.25
%0
%11.67
%5.88

Codes

Color #A5F0D4 in popluar color models

A5F0D4
RGB165240212
HSL158°71.43%79.41%
HSB/HSV158°31.25%94.12%
CMYK31.25%0.00%11.67%
5.88%

Color #A5F0D4 in popluar number systems.

HEXA5F0D4
Decimal165240212
Binary101001011111000011010100
Octal245360324

Shades and tints

Shades of #A5F0D4

#A5F0D4
(165,240,212)
#96DBC1
(150,219,193)
#87C6AE
(135,198,174)
#78B19B
(120,177,155)
#699C88
(105,156,136)
#5A8775
(90,135,117)
#4B7262
(75,114,98)
#3C5D4F
(60,93,79)
#2D483C
(45,72,60)
#1E3329
(30,51,41)
#0F1E16
(15,30,22)
#000000
(0,0,0)

Tints of #A5F0D4

#A5F0D4
(165,240,212)
#ADF1D7
(173,241,215)
#B5F2DA
(181,242,218)
#BDF3DD
(189,243,221)
#C5F4E0
(197,244,224)
#CDF5E3
(205,245,227)
#D5F6E6
(213,246,230)
#DDF7E9
(221,247,233)
#E5F8EC
(229,248,236)
#EDF9EF
(237,249,239)
#F5FAF2
(245,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5F0D4 color. Also use rgb(165,240,212) instead hex code.

Text Font Color

.myTextColor { color: #A5F0D4; }

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

This text font color is #A5F0D4.


Background Color

.myBgColor { background-color: #A5F0D4; }

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

This div background color is #A5F0D4.


Border color

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

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

This div border color is #A5F0D4.


Opacity

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

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

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

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

This text has shadow with #A5F0D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5F0D4 on black background.


Color preview on white background

This text has color #A5F0D4 on white background.



Black color preview on #A5F0D4 background

This text has black color on #A5F0D4 background.


White color preview on #A5F0D4 background

This text has white color on #A5F0D4 background.