COLOR #A5F6ED

HEX: #A5F6ED RGB: (165,246,237)

Color info

#A5F6ED contains mainly green and blue colors. Web safe color of #A5F6ED is #99FFFF (or #9FF).

RGB color model

#A5F6ED color RGB value is (165,246,237).

RGB: (165,246,237) (65%, 96%, 93%)

RGB channels and saturation

R 165 of 255 = 65%
G 246 of 255 = 96%
B 237 of 255 = 93%

165
246
237

R + G + B ~ 85%. #A5F6ED is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 246 + 237 = 648 (100%)
R 165 of 648 ~ 25.46%
G 246 of 648 ~ 37.96%
B 237 of 648 ~ 36.57'%

%25.46
%37.96
%36.57

CMYK color model

#A5F6ED color CMYK value is (33,0,4,4).

  • cyan value is 32.93%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 3.53%
CMYK: (33,0,4,4) C33M0Y4K4 (33%,0%,4%,4%) (0.33/0.00/0.04/0.04) 

CMYK percentages

%32.93
%0
%3.66
%3.53

Codes

Color #A5F6ED in popluar color models

A5 F6 ED
RGB 165 246 237
HSL 173° 81.82% 80.59%
HSB/HSV 173° 32.93% 96.47%
CMYK 32.93% 0.00% 3.66%
3.53%

Color #A5F6ED in popluar number systems.

HEX A5 F6 ED
Decimal 165 246 237
Binary 10100101 11110110 11101101
Octal 245 366 355

Shades and tints

Shades of #A5F6ED

#A5F6ED
(165,246,237)
#96E0D8
(150,224,216)
#87CAC3
(135,202,195)
#78B4AE
(120,180,174)
#699E99
(105,158,153)
#5A8884
(90,136,132)
#4B726F
(75,114,111)
#3C5C5A
(60,92,90)
#2D4645
(45,70,69)
#1E3030
(30,48,48)
#0F1A1B
(15,26,27)
#000000
(0,0,0)

Tints of #A5F6ED

#A5F6ED
(165,246,237)
#ADF6EE
(173,246,238)
#B5F6EF
(181,246,239)
#BDF6F0
(189,246,240)
#C5F6F1
(197,246,241)
#CDF6F2
(205,246,242)
#D5F6F3
(213,246,243)
#DDF6F4
(221,246,244)
#E5F6F5
(229,246,245)
#EDF6F6
(237,246,246)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5F6ED color. Also use rgb(165,246,237) instead hex code.

Text Font Color

.myTextColor { color: #A5F6ED; }

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

This text font color is #A5F6ED.

Background Color

.myBgColor { background-color: #A5F6ED; }

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

This div background color is #A5F6ED.

Border color

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

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

This div border color is #A5F6ED.

Opacity

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

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

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

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

This text has shadow with #A5F6ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5F6ED.

Preview

Color preview on black background

This text has color #A5F6ED on black background.


Color preview on white background

This text has color #A5F6ED on white background.


Black color preview on #A5F6ED background

This text has black color on #A5F6ED background.


White color preview on #A5F6ED background

This text has white color on #A5F6ED background.


Related colors

Complementary color

Complementary color for #hex is #5A0912.


I love getcolorcode.com

Triadic colors

1 #EDA5F6 and #F6EDA5 with #A5F6ED are triadic colors.

2 #EDF6A5 and #F6A5ED with #A5F6ED are triadic colors.