COLOR #A5F8DE

HEX: #A5F8DE RGB: (165,248,222)

Color info

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

RGB color model

#A5F8DE color RGB value is (165,248,222).

RGB: (165,248,222) (65%, 97%, 87%)

RGB channels and saturation

R 165 of 255 = 65%
G 248 of 255 = 97%
B 222 of 255 = 87%

165
248
222

R + G + B ~ 83%. #A5F8DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 248 + 222 = 635 (100%)
R 165 of 635 ~ 25.98%
G 248 of 635 ~ 39.06%
B 222 of 635 ~ 34.96'%

%25.98
%39.06
%34.96

CMYK color model

#A5F8DE color CMYK value is (33,0,10,3).

  • cyan value is 33.47%
  • magenta value is 0.00%
  • yellow value is 10.48%
  • key color value is 2.75%

CMYK: (33,0,10,3)
C33M0Y10K3 (33%, 0%, 10%, 3%)
(0.33 / 0.00 / 0.10 / 0.03)

CMYK percentages

%33.47
%0
%10.48
%2.75

Codes

Color #A5F8DE in popluar color models

A5 F8 DE
RGB 165 248 222
HSL 161° 85.57% 80.98%
HSB/HSV 161° 33.47% 97.25%
CMYK 33.47% 0.00% 10.48%
2.75%

Color #A5F8DE in popluar number systems.

HEX A5 F8 DE
Decimal 165 248 222
Binary 10100101 11111000 11011110
Octal 245 370 336

Shades and tints

Shades of #A5F8DE

#A5F8DE
(165,248,222)
#96E2CA
(150,226,202)
#87CCB6
(135,204,182)
#78B6A2
(120,182,162)
#69A08E
(105,160,142)
#5A8A7A
(90,138,122)
#4B7466
(75,116,102)
#3C5E52
(60,94,82)
#2D483E
(45,72,62)
#1E322A
(30,50,42)
#0F1C16
(15,28,22)
#000000
(0,0,0)

Tints of #A5F8DE

#A5F8DE
(165,248,222)
#ADF8E1
(173,248,225)
#B5F8E4
(181,248,228)
#BDF8E7
(189,248,231)
#C5F8EA
(197,248,234)
#CDF8ED
(205,248,237)
#D5F8F0
(213,248,240)
#DDF8F3
(221,248,243)
#E5F8F6
(229,248,246)
#EDF8F9
(237,248,249)
#F5F8FC
(245,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5F8DE; }

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

This text font color is #A5F8DE.

Background Color

.myBgColor { background-color: #A5F8DE; }

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

This div background color is #A5F8DE.

Border color

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

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

This div border color is #A5F8DE.

Opacity

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

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

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

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

This text has shadow with #A5F8DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5F8DE.

Preview

Color preview on black background

This text has color #A5F8DE on black background.


Color preview on white background

This text has color #A5F8DE on white background.


Black color preview on #A5F8DE background

This text has black color on #A5F8DE background.


White color preview on #A5F8DE background

This text has white color on #A5F8DE background.


Related colors

Complementary color

Complementary color for #hex is #5A0721.


I love getcolorcode.com

Triadic colors

1 #DEA5F8 and #F8DEA5 with #A5F8DE are triadic colors.

2 #DEF8A5 and #F8A5DE with #A5F8DE are triadic colors.