COLOR #A5EDD3

HEX: #A5EDD3
RGB: (165,237,211)

Color info

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

RGB color model

#A5EDD3 color RGB value is (165,237,211).

  • red value is 165;
  • green value is 237;
  • blue value is 211.
RGB:
(165,237,211)
(65%,93%,83%)

RGB channels and saturation

R 165 of 255 = 65%
G 237 of 255 = 93%
B 211 of 255 = 83%

165
237
211

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

Portions of RGB colors in percentages

R + G + B =
165 + 237 + 211 = 613 (100%)
R 165 of 613 ~ 26.92%
G 237 of 613 ~ 38.66%
B 211 of 613 ~ 34.42%

%26.92
%38.66
%34.42

CMYK color model

#A5EDD3 color CMYK value is (30,0,11,7).

  • cyan value is 30.38%
  • magenta value is 0.00%
  • yellow value is 10.97%
  • key color value is 7.06%
CMYK:
(30,0,11,7)
C30M0Y11K7 
(30%,0%,11%,7%)
(0.30/0.00/0.11/0.07)	

CMYK percentages

%30.38
%0
%10.97
%7.06

Codes

Color #A5EDD3 in popluar color models

A5EDD3
RGB165237211
HSL158°66.67%78.82%
HSB/HSV158°30.38%92.94%
CMYK30.38%0.00%10.97%
7.06%

Color #A5EDD3 in popluar number systems.

HEXA5EDD3
Decimal165237211
Binary101001011110110111010011
Octal245355323

Shades and tints

Shades of #A5EDD3

#A5EDD3
(165,237,211)
#96D8C0
(150,216,192)
#87C3AD
(135,195,173)
#78AE9A
(120,174,154)
#699987
(105,153,135)
#5A8474
(90,132,116)
#4B6F61
(75,111,97)
#3C5A4E
(60,90,78)
#2D453B
(45,69,59)
#1E3028
(30,48,40)
#0F1B15
(15,27,21)
#000000
(0,0,0)

Tints of #A5EDD3

#A5EDD3
(165,237,211)
#ADEED7
(173,238,215)
#B5EFDB
(181,239,219)
#BDF0DF
(189,240,223)
#C5F1E3
(197,241,227)
#CDF2E7
(205,242,231)
#D5F3EB
(213,243,235)
#DDF4EF
(221,244,239)
#E5F5F3
(229,245,243)
#EDF6F7
(237,246,247)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5EDD3; }

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

This text font color is #A5EDD3.


Background Color

.myBgColor { background-color: #A5EDD3; }

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

This div background color is #A5EDD3.


Border color

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

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

This div border color is #A5EDD3.


Opacity

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

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

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

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

This text has shadow with #A5EDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EDD3 on black background.


Color preview on white background

This text has color #A5EDD3 on white background.



Black color preview on #A5EDD3 background

This text has black color on #A5EDD3 background.


White color preview on #A5EDD3 background

This text has white color on #A5EDD3 background.