COLOR #A5DCED

HEX: #A5DCED
RGB: (165,220,237)

Color info

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

RGB color model

#A5DCED color RGB value is (165,220,237).

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

RGB channels and saturation

R 165 of 255 = 65%
G 220 of 255 = 86%
B 237 of 255 = 93%

165
220
237

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

Portions of RGB colors in percentages

R + G + B =
165 + 220 + 237 = 622 (100%)
R 165 of 622 ~ 26.53%
G 220 of 622 ~ 35.37%
B 237 of 622 ~ 38.1%

%26.53
%35.37
%38.1

CMYK color model

#A5DCED color CMYK value is (30,7,0,7).

  • cyan value is 30.38%
  • magenta value is 7.17%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(30,7,0,7)
C30M7Y0K7 
(30%,7%,0%,7%)
(0.30/0.07/0.00/0.07)	

CMYK percentages

%30.38
%7.17
%0
%7.06

Codes

Color #A5DCED in popluar color models

A5DCED
RGB165220237
HSL194°66.67%78.82%
HSB/HSV194°30.38%92.94%
CMYK30.38%7.17%0.00%
7.06%

Color #A5DCED in popluar number systems.

HEXA5DCED
Decimal165220237
Binary101001011101110011101101
Octal245334355

Shades and tints

Shades of #A5DCED

#A5DCED
(165,220,237)
#96C8D8
(150,200,216)
#87B4C3
(135,180,195)
#78A0AE
(120,160,174)
#698C99
(105,140,153)
#5A7884
(90,120,132)
#4B646F
(75,100,111)
#3C505A
(60,80,90)
#2D3C45
(45,60,69)
#1E2830
(30,40,48)
#0F141B
(15,20,27)
#000000
(0,0,0)

Tints of #A5DCED

#A5DCED
(165,220,237)
#ADDFEE
(173,223,238)
#B5E2EF
(181,226,239)
#BDE5F0
(189,229,240)
#C5E8F1
(197,232,241)
#CDEBF2
(205,235,242)
#D5EEF3
(213,238,243)
#DDF1F4
(221,241,244)
#E5F4F5
(229,244,245)
#EDF7F6
(237,247,246)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DCED; }

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

This text font color is #A5DCED.


Background Color

.myBgColor { background-color: #A5DCED; }

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

This div background color is #A5DCED.


Border color

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

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

This div border color is #A5DCED.


Opacity

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

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

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

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

This text has shadow with #A5DCED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DCED on black background.


Color preview on white background

This text has color #A5DCED on white background.



Black color preview on #A5DCED background

This text has black color on #A5DCED background.


White color preview on #A5DCED background

This text has white color on #A5DCED background.