COLOR #A5DDE8

HEX: #A5DDE8
RGB: (165,221,232)

Color info

#A5DDE8 contains mainly green and blue colors. Web safe color of #A5DDE8 is #99CCFF (or #9CF).

RGB color model

#A5DDE8 color RGB value is (165,221,232).

  • red value is 165;
  • green value is 221;
  • blue value is 232.
RGB:
(165,221,232)
(65%,87%,91%)

RGB channels and saturation

R 165 of 255 = 65%
G 221 of 255 = 87%
B 232 of 255 = 91%

165
221
232

R + G + B ~ 81%. #A5DDE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 221 + 232 = 618 (100%)
R 165 of 618 ~ 26.7%
G 221 of 618 ~ 35.76%
B 232 of 618 ~ 37.54%

%26.7
%35.76
%37.54

CMYK color model

#A5DDE8 color CMYK value is (29,5,0,9).

  • cyan value is 28.88%
  • magenta value is 4.74%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(29,5,0,9)
C29M5Y0K9 
(29%,5%,0%,9%)
(0.29/0.05/0.00/0.09)	

CMYK percentages

%28.88
%4.74
%0
%9.02

Codes

Color #A5DDE8 in popluar color models

A5DDE8
RGB165221232
HSL190°59.29%77.84%
HSB/HSV190°28.88%90.98%
CMYK28.88%4.74%0.00%
9.02%

Color #A5DDE8 in popluar number systems.

HEXA5DDE8
Decimal165221232
Binary101001011101110111101000
Octal245335350

Shades and tints

Shades of #A5DDE8

#A5DDE8
(165,221,232)
#96C9D3
(150,201,211)
#87B5BE
(135,181,190)
#78A1A9
(120,161,169)
#698D94
(105,141,148)
#5A797F
(90,121,127)
#4B656A
(75,101,106)
#3C5155
(60,81,85)
#2D3D40
(45,61,64)
#1E292B
(30,41,43)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #A5DDE8

#A5DDE8
(165,221,232)
#ADE0EA
(173,224,234)
#B5E3EC
(181,227,236)
#BDE6EE
(189,230,238)
#C5E9F0
(197,233,240)
#CDECF2
(205,236,242)
#D5EFF4
(213,239,244)
#DDF2F6
(221,242,246)
#E5F5F8
(229,245,248)
#EDF8FA
(237,248,250)
#F5FBFC
(245,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DDE8 color. Also use rgb(165,221,232) instead hex code.

Text Font Color

.myTextColor { color: #A5DDE8; }

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

This text font color is #A5DDE8.


Background Color

.myBgColor { background-color: #A5DDE8; }

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

This div background color is #A5DDE8.


Border color

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

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

This div border color is #A5DDE8.


Opacity

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

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

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

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

This text has shadow with #A5DDE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DDE8 on black background.


Color preview on white background

This text has color #A5DDE8 on white background.



Black color preview on #A5DDE8 background

This text has black color on #A5DDE8 background.


White color preview on #A5DDE8 background

This text has white color on #A5DDE8 background.