COLOR #A5D6DE

HEX: #A5D6DE
RGB: (165,214,222)

Color info

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

RGB color model

#A5D6DE color RGB value is (165,214,222).

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

RGB channels and saturation

R 165 of 255 = 65%
G 214 of 255 = 84%
B 222 of 255 = 87%

165
214
222

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

Portions of RGB colors in percentages

R + G + B =
165 + 214 + 222 = 601 (100%)
R 165 of 601 ~ 27.45%
G 214 of 601 ~ 35.61%
B 222 of 601 ~ 36.94%

%27.45
%35.61
%36.94

CMYK color model

#A5D6DE color CMYK value is (26,4,0,13).

  • cyan value is 25.68%
  • magenta value is 3.60%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(26,4,0,13)
C26M4Y0K13 
(26%,4%,0%,13%)
(0.26/0.04/0.00/0.13)	

CMYK percentages

%25.68
%3.6
%0
%12.94

Codes

Color #A5D6DE in popluar color models

A5D6DE
RGB165214222
HSL188°46.34%75.88%
HSB/HSV188°25.68%87.06%
CMYK25.68%3.60%0.00%
12.94%

Color #A5D6DE in popluar number systems.

HEXA5D6DE
Decimal165214222
Binary101001011101011011011110
Octal245326336

Shades and tints

Shades of #A5D6DE

#A5D6DE
(165,214,222)
#96C3CA
(150,195,202)
#87B0B6
(135,176,182)
#789DA2
(120,157,162)
#698A8E
(105,138,142)
#5A777A
(90,119,122)
#4B6466
(75,100,102)
#3C5152
(60,81,82)
#2D3E3E
(45,62,62)
#1E2B2A
(30,43,42)
#0F1816
(15,24,22)
#000000
(0,0,0)

Tints of #A5D6DE

#A5D6DE
(165,214,222)
#ADD9E1
(173,217,225)
#B5DCE4
(181,220,228)
#BDDFE7
(189,223,231)
#C5E2EA
(197,226,234)
#CDE5ED
(205,229,237)
#D5E8F0
(213,232,240)
#DDEBF3
(221,235,243)
#E5EEF6
(229,238,246)
#EDF1F9
(237,241,249)
#F5F4FC
(245,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D6DE; }

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

This text font color is #A5D6DE.


Background Color

.myBgColor { background-color: #A5D6DE; }

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

This div background color is #A5D6DE.


Border color

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

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

This div border color is #A5D6DE.


Opacity

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

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

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

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

This text has shadow with #A5D6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D6DE on black background.


Color preview on white background

This text has color #A5D6DE on white background.



Black color preview on #A5D6DE background

This text has black color on #A5D6DE background.


White color preview on #A5D6DE background

This text has white color on #A5D6DE background.