COLOR #A5EACD

HEX: #A5EACD
RGB: (165,234,205)

Color info

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

RGB color model

#A5EACD color RGB value is (165,234,205).

  • red value is 165;
  • green value is 234;
  • blue value is 205.
RGB:
(165,234,205)
(65%,92%,80%)

RGB channels and saturation

R 165 of 255 = 65%
G 234 of 255 = 92%
B 205 of 255 = 80%

165
234
205

R + G + B ~ 79%. #A5EACD is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 234 + 205 = 604 (100%)
R 165 of 604 ~ 27.32%
G 234 of 604 ~ 38.74%
B 205 of 604 ~ 33.94%

%27.32
%38.74
%33.94

CMYK color model

#A5EACD color CMYK value is (29,0,12,8).

  • cyan value is 29.49%
  • magenta value is 0.00%
  • yellow value is 12.39%
  • key color value is 8.24%
CMYK:
(29,0,12,8)
C29M0Y12K8 
(29%,0%,12%,8%)
(0.29/0.00/0.12/0.08)	

CMYK percentages

%29.49
%0
%12.39
%8.24

Codes

Color #A5EACD in popluar color models

A5EACD
RGB165234205
HSL155°62.16%78.24%
HSB/HSV155°29.49%91.76%
CMYK29.49%0.00%12.39%
8.24%

Color #A5EACD in popluar number systems.

HEXA5EACD
Decimal165234205
Binary101001011110101011001101
Octal245352315

Shades and tints

Shades of #A5EACD

#A5EACD
(165,234,205)
#96D5BB
(150,213,187)
#87C0A9
(135,192,169)
#78AB97
(120,171,151)
#699685
(105,150,133)
#5A8173
(90,129,115)
#4B6C61
(75,108,97)
#3C574F
(60,87,79)
#2D423D
(45,66,61)
#1E2D2B
(30,45,43)
#0F1819
(15,24,25)
#000000
(0,0,0)

Tints of #A5EACD

#A5EACD
(165,234,205)
#ADEBD1
(173,235,209)
#B5ECD5
(181,236,213)
#BDEDD9
(189,237,217)
#C5EEDD
(197,238,221)
#CDEFE1
(205,239,225)
#D5F0E5
(213,240,229)
#DDF1E9
(221,241,233)
#E5F2ED
(229,242,237)
#EDF3F1
(237,243,241)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5EACD color. Also use rgb(165,234,205) instead hex code.

Text Font Color

.myTextColor { color: #A5EACD; }

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

This text font color is #A5EACD.


Background Color

.myBgColor { background-color: #A5EACD; }

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

This div background color is #A5EACD.


Border color

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

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

This div border color is #A5EACD.


Opacity

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

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

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

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

This text has shadow with #A5EACD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5EACD on black background.


Color preview on white background

This text has color #A5EACD on white background.



Black color preview on #A5EACD background

This text has black color on #A5EACD background.


White color preview on #A5EACD background

This text has white color on #A5EACD background.