COLOR #A5D5E0

HEX: #A5D5E0
RGB: (165,213,224)

Color info

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

RGB color model

#A5D5E0 color RGB value is (165,213,224).

  • red value is 165;
  • green value is 213;
  • blue value is 224.
RGB:
(165,213,224)
(65%,84%,88%)

RGB channels and saturation

R 165 of 255 = 65%
G 213 of 255 = 84%
B 224 of 255 = 88%

165
213
224

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

Portions of RGB colors in percentages

R + G + B =
165 + 213 + 224 = 602 (100%)
R 165 of 602 ~ 27.41%
G 213 of 602 ~ 35.38%
B 224 of 602 ~ 37.21%

%27.41
%35.38
%37.21

CMYK color model

#A5D5E0 color CMYK value is (26,5,0,12).

  • cyan value is 26.34%
  • magenta value is 4.91%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(26,5,0,12)
C26M5Y0K12 
(26%,5%,0%,12%)
(0.26/0.05/0.00/0.12)	

CMYK percentages

%26.34
%4.91
%0
%12.16

Codes

Color #A5D5E0 in popluar color models

A5D5E0
RGB165213224
HSL191°48.76%76.27%
HSB/HSV191°26.34%87.84%
CMYK26.34%4.91%0.00%
12.16%

Color #A5D5E0 in popluar number systems.

HEXA5D5E0
Decimal165213224
Binary101001011101010111100000
Octal245325340

Shades and tints

Shades of #A5D5E0

#A5D5E0
(165,213,224)
#96C2CC
(150,194,204)
#87AFB8
(135,175,184)
#789CA4
(120,156,164)
#698990
(105,137,144)
#5A767C
(90,118,124)
#4B6368
(75,99,104)
#3C5054
(60,80,84)
#2D3D40
(45,61,64)
#1E2A2C
(30,42,44)
#0F1718
(15,23,24)
#000000
(0,0,0)

Tints of #A5D5E0

#A5D5E0
(165,213,224)
#ADD8E2
(173,216,226)
#B5DBE4
(181,219,228)
#BDDEE6
(189,222,230)
#C5E1E8
(197,225,232)
#CDE4EA
(205,228,234)
#D5E7EC
(213,231,236)
#DDEAEE
(221,234,238)
#E5EDF0
(229,237,240)
#EDF0F2
(237,240,242)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D5E0 color. Also use rgb(165,213,224) instead hex code.

Text Font Color

.myTextColor { color: #A5D5E0; }

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

This text font color is #A5D5E0.


Background Color

.myBgColor { background-color: #A5D5E0; }

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

This div background color is #A5D5E0.


Border color

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

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

This div border color is #A5D5E0.


Opacity

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

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

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

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

This text has shadow with #A5D5E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D5E0 on black background.


Color preview on white background

This text has color #A5D5E0 on white background.



Black color preview on #A5D5E0 background

This text has black color on #A5D5E0 background.


White color preview on #A5D5E0 background

This text has white color on #A5D5E0 background.