COLOR #A5DCE2

HEX: #A5DCE2
RGB: (165,220,226)

Color info

#A5DCE2 contains mainly green and blue colors. Web safe color of #A5DCE2 is #99CCCC (or #9CC).

RGB color model

#A5DCE2 color RGB value is (165,220,226).

  • red value is 165;
  • green value is 220;
  • blue value is 226.
RGB:
(165,220,226)
(65%,86%,89%)

RGB channels and saturation

R 165 of 255 = 65%
G 220 of 255 = 86%
B 226 of 255 = 89%

165
220
226

R + G + B ~ 80%. #A5DCE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 220 + 226 = 611 (100%)
R 165 of 611 ~ 27%
G 220 of 611 ~ 36.01%
B 226 of 611 ~ 36.99%

%27
%36.01
%36.99

CMYK color model

#A5DCE2 color CMYK value is (27,3,0,11).

  • cyan value is 26.99%
  • magenta value is 2.65%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(27,3,0,11)
C27M3Y0K11 
(27%,3%,0%,11%)
(0.27/0.03/0.00/0.11)	

CMYK percentages

%26.99
%2.65
%0
%11.37

Codes

Color #A5DCE2 in popluar color models

A5DCE2
RGB165220226
HSL186°51.26%76.67%
HSB/HSV186°26.99%88.63%
CMYK26.99%2.65%0.00%
11.37%

Color #A5DCE2 in popluar number systems.

HEXA5DCE2
Decimal165220226
Binary101001011101110011100010
Octal245334342

Shades and tints

Shades of #A5DCE2

#A5DCE2
(165,220,226)
#96C8CE
(150,200,206)
#87B4BA
(135,180,186)
#78A0A6
(120,160,166)
#698C92
(105,140,146)
#5A787E
(90,120,126)
#4B646A
(75,100,106)
#3C5056
(60,80,86)
#2D3C42
(45,60,66)
#1E282E
(30,40,46)
#0F141A
(15,20,26)
#000000
(0,0,0)

Tints of #A5DCE2

#A5DCE2
(165,220,226)
#ADDFE4
(173,223,228)
#B5E2E6
(181,226,230)
#BDE5E8
(189,229,232)
#C5E8EA
(197,232,234)
#CDEBEC
(205,235,236)
#D5EEEE
(213,238,238)
#DDF1F0
(221,241,240)
#E5F4F2
(229,244,242)
#EDF7F4
(237,247,244)
#F5FAF6
(245,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5DCE2 color. Also use rgb(165,220,226) instead hex code.

Text Font Color

.myTextColor { color: #A5DCE2; }

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

This text font color is #A5DCE2.


Background Color

.myBgColor { background-color: #A5DCE2; }

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

This div background color is #A5DCE2.


Border color

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

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

This div border color is #A5DCE2.


Opacity

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

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

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

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

This text has shadow with #A5DCE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DCE2 on black background.


Color preview on white background

This text has color #A5DCE2 on white background.



Black color preview on #A5DCE2 background

This text has black color on #A5DCE2 background.


White color preview on #A5DCE2 background

This text has white color on #A5DCE2 background.