COLOR #A5DEDA

HEX: #A5DEDA
RGB: (165,222,218)

Color info

#A5DEDA contains red, green and blue colors in about the same proportion. Web safe color of #A5DEDA is #99CCCC (or #9CC).

RGB color model

#A5DEDA color RGB value is (165,222,218).

  • red value is 165;
  • green value is 222;
  • blue value is 218.
RGB:
(165,222,218)
(65%,87%,85%)

RGB channels and saturation

R 165 of 255 = 65%
G 222 of 255 = 87%
B 218 of 255 = 85%

165
222
218

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

Portions of RGB colors in percentages

R + G + B =
165 + 222 + 218 = 605 (100%)
R 165 of 605 ~ 27.27%
G 222 of 605 ~ 36.69%
B 218 of 605 ~ 36.03%

%27.27
%36.69
%36.03

CMYK color model

#A5DEDA color CMYK value is (26,0,2,13).

  • cyan value is 25.68%
  • magenta value is 0.00%
  • yellow value is 1.80%
  • key color value is 12.94%
CMYK:
(26,0,2,13)
C26M0Y2K13 
(26%,0%,2%,13%)
(0.26/0.00/0.02/0.13)	

CMYK percentages

%25.68
%0
%1.8
%12.94

Codes

Color #A5DEDA in popluar color models

A5DEDA
RGB165222218
HSL176°46.34%75.88%
HSB/HSV176°25.68%87.06%
CMYK25.68%0.00%1.80%
12.94%

Color #A5DEDA in popluar number systems.

HEXA5DEDA
Decimal165222218
Binary101001011101111011011010
Octal245336332

Shades and tints

Shades of #A5DEDA

#A5DEDA
(165,222,218)
#96CAC7
(150,202,199)
#87B6B4
(135,182,180)
#78A2A1
(120,162,161)
#698E8E
(105,142,142)
#5A7A7B
(90,122,123)
#4B6668
(75,102,104)
#3C5255
(60,82,85)
#2D3E42
(45,62,66)
#1E2A2F
(30,42,47)
#0F161C
(15,22,28)
#000000
(0,0,0)

Tints of #A5DEDA

#A5DEDA
(165,222,218)
#ADE1DD
(173,225,221)
#B5E4E0
(181,228,224)
#BDE7E3
(189,231,227)
#C5EAE6
(197,234,230)
#CDEDE9
(205,237,233)
#D5F0EC
(213,240,236)
#DDF3EF
(221,243,239)
#E5F6F2
(229,246,242)
#EDF9F5
(237,249,245)
#F5FCF8
(245,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DEDA; }

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

This text font color is #A5DEDA.


Background Color

.myBgColor { background-color: #A5DEDA; }

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

This div background color is #A5DEDA.


Border color

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

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

This div border color is #A5DEDA.


Opacity

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

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

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

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

This text has shadow with #A5DEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DEDA on black background.


Color preview on white background

This text has color #A5DEDA on white background.



Black color preview on #A5DEDA background

This text has black color on #A5DEDA background.


White color preview on #A5DEDA background

This text has white color on #A5DEDA background.