COLOR #A5F8D7

HEX: #A5F8D7
RGB: (165,248,215)

Color info

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

RGB color model

#A5F8D7 color RGB value is (165,248,215).

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

RGB channels and saturation

R 165 of 255 = 65%
G 248 of 255 = 97%
B 215 of 255 = 84%

165
248
215

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

Portions of RGB colors in percentages

R + G + B =
165 + 248 + 215 = 628 (100%)
R 165 of 628 ~ 26.27%
G 248 of 628 ~ 39.49%
B 215 of 628 ~ 34.24%

%26.27
%39.49
%34.24

CMYK color model

#A5F8D7 color CMYK value is (33,0,13,3).

  • cyan value is 33.47%
  • magenta value is 0.00%
  • yellow value is 13.31%
  • key color value is 2.75%
CMYK:
(33,0,13,3)
C33M0Y13K3 
(33%,0%,13%,3%)
(0.33/0.00/0.13/0.03)	

CMYK percentages

%33.47
%0
%13.31
%2.75

Codes

Color #A5F8D7 in popluar color models

A5F8D7
RGB165248215
HSL156°85.57%80.98%
HSB/HSV156°33.47%97.25%
CMYK33.47%0.00%13.31%
2.75%

Color #A5F8D7 in popluar number systems.

HEXA5F8D7
Decimal165248215
Binary101001011111100011010111
Octal245370327

Shades and tints

Shades of #A5F8D7

#A5F8D7
(165,248,215)
#96E2C4
(150,226,196)
#87CCB1
(135,204,177)
#78B69E
(120,182,158)
#69A08B
(105,160,139)
#5A8A78
(90,138,120)
#4B7465
(75,116,101)
#3C5E52
(60,94,82)
#2D483F
(45,72,63)
#1E322C
(30,50,44)
#0F1C19
(15,28,25)
#000000
(0,0,0)

Tints of #A5F8D7

#A5F8D7
(165,248,215)
#ADF8DA
(173,248,218)
#B5F8DD
(181,248,221)
#BDF8E0
(189,248,224)
#C5F8E3
(197,248,227)
#CDF8E6
(205,248,230)
#D5F8E9
(213,248,233)
#DDF8EC
(221,248,236)
#E5F8EF
(229,248,239)
#EDF8F2
(237,248,242)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5F8D7; }

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

This text font color is #A5F8D7.


Background Color

.myBgColor { background-color: #A5F8D7; }

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

This div background color is #A5F8D7.


Border color

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

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

This div border color is #A5F8D7.


Opacity

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

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

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

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

This text has shadow with #A5F8D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5F8D7 on black background.


Color preview on white background

This text has color #A5F8D7 on white background.



Black color preview on #A5F8D7 background

This text has black color on #A5F8D7 background.


White color preview on #A5F8D7 background

This text has white color on #A5F8D7 background.