COLOR #A5EDCF

HEX: #A5EDCF RGB: (165,237,207)

Color info

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

RGB color model

#A5EDCF color RGB value is (165,237,207).

RGB: (165,237,207) (65%, 93%, 81%)

RGB channels and saturation

R 165 of 255 = 65%
G 237 of 255 = 93%
B 207 of 255 = 81%

165
237
207

R + G + B ~ 80%. #A5EDCF is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 237 + 207 = 609 (100%)
R 165 of 609 ~ 27.09%
G 237 of 609 ~ 38.92%
B 207 of 609 ~ 33.99'%

%27.09
%38.92
%33.99

CMYK color model

#A5EDCF color CMYK value is (30,0,13,7).

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 12.66%
  • key color value is 7.06%
CMYK: (30,0,13,7) C30M0Y13K7 (30%,0%,13%,7%) (0.30/0.00/0.13/0.07) 

CMYK percentages

%30.38
%0
%12.66
%7.06

Codes

Color #A5EDCF in popluar color models

A5 ED CF
RGB 165 237 207
HSL 155° 66.67% 78.82%
HSB/HSV 155° 30.38% 92.94%
CMYK 30.38% 0.00% 12.66%
7.06%

Color #A5EDCF in popluar number systems.

HEX A5 ED CF
Decimal 165 237 207
Binary 10100101 11101101 11001111
Octal 245 355 317

Shades and tints

Shades of #A5EDCF

#A5EDCF
(165,237,207)
#96D8BD
(150,216,189)
#87C3AB
(135,195,171)
#78AE99
(120,174,153)
#699987
(105,153,135)
#5A8475
(90,132,117)
#4B6F63
(75,111,99)
#3C5A51
(60,90,81)
#2D453F
(45,69,63)
#1E302D
(30,48,45)
#0F1B1B
(15,27,27)
#000000
(0,0,0)

Tints of #A5EDCF

#A5EDCF
(165,237,207)
#ADEED3
(173,238,211)
#B5EFD7
(181,239,215)
#BDF0DB
(189,240,219)
#C5F1DF
(197,241,223)
#CDF2E3
(205,242,227)
#D5F3E7
(213,243,231)
#DDF4EB
(221,244,235)
#E5F5EF
(229,245,239)
#EDF6F3
(237,246,243)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5EDCF; }

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

This text font color is #A5EDCF.

Background Color

.myBgColor { background-color: #A5EDCF; }

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

This div background color is #A5EDCF.

Border color

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

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

This div border color is #A5EDCF.

Opacity

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

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

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

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

This text has shadow with #A5EDCF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5EDCF.

Preview

Color preview on black background

This text has color #A5EDCF on black background.


Color preview on white background

This text has color #A5EDCF on white background.


Black color preview on #A5EDCF background

This text has black color on #A5EDCF background.


White color preview on #A5EDCF background

This text has white color on #A5EDCF background.


Related colors

Complementary color

Complementary color for #hex is #5A1230.


I love getcolorcode.com

Triadic colors

1 #CFA5ED and #EDCFA5 with #A5EDCF are triadic colors.

2 #CFEDA5 and #EDA5CF with #A5EDCF are triadic colors.