COLOR #A5D5EA

HEX: #A5D5EA RGB: (165,213,234)

Color info

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

RGB color model

#A5D5EA color RGB value is (165,213,234).

RGB: (165,213,234) (65%, 84%, 92%)

RGB channels and saturation

R 165 of 255 = 65%
G 213 of 255 = 84%
B 234 of 255 = 92%

165
213
234

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

Portions of RGB colors in percentages

R + G + B = 165 + 213 + 234 = 612 (100%)
R 165 of 612 ~ 26.96%
G 213 of 612 ~ 34.8%
B 234 of 612 ~ 38.24'%

%26.96
%34.8
%38.24

CMYK color model

#A5D5EA color CMYK value is (29,9,0,8).

  • cyan value is 29.49%
  • magenta value is 8.97%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (29,9,0,8)
C29M9Y0K8 (29%, 9%, 0%, 8%)
(0.29 / 0.09 / 0.00 / 0.08)

CMYK percentages

%29.49
%8.97
%0
%8.24

Codes

Color #A5D5EA in popluar color models

A5 D5 EA
RGB 165 213 234
HSL 198° 62.16% 78.24%
HSB/HSV 198° 29.49% 91.76%
CMYK 29.49% 8.97% 0.00%
8.24%

Color #A5D5EA in popluar number systems.

HEX A5 D5 EA
Decimal 165 213 234
Binary 10100101 11010101 11101010
Octal 245 325 352

Shades and tints

Shades of #A5D5EA

#A5D5EA
(165,213,234)
#96C2D5
(150,194,213)
#87AFC0
(135,175,192)
#789CAB
(120,156,171)
#698996
(105,137,150)
#5A7681
(90,118,129)
#4B636C
(75,99,108)
#3C5057
(60,80,87)
#2D3D42
(45,61,66)
#1E2A2D
(30,42,45)
#0F1718
(15,23,24)
#000000
(0,0,0)

Tints of #A5D5EA

#A5D5EA
(165,213,234)
#ADD8EB
(173,216,235)
#B5DBEC
(181,219,236)
#BDDEED
(189,222,237)
#C5E1EE
(197,225,238)
#CDE4EF
(205,228,239)
#D5E7F0
(213,231,240)
#DDEAF1
(221,234,241)
#E5EDF2
(229,237,242)
#EDF0F3
(237,240,243)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5D5EA; }

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

This text font color is #A5D5EA.

Background Color

.myBgColor { background-color: #A5D5EA; }

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

This div background color is #A5D5EA.

Border color

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

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

This div border color is #A5D5EA.

Opacity

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

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

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

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

This text has shadow with #A5D5EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5D5EA.

Preview

Color preview on black background

This text has color #A5D5EA on black background.


Color preview on white background

This text has color #A5D5EA on white background.


Black color preview on #A5D5EA background

This text has black color on #A5D5EA background.


White color preview on #A5D5EA background

This text has white color on #A5D5EA background.


Related colors

Complementary color

Complementary color for #hex is #5A2A15.


I love getcolorcode.com

Triadic colors

1 #EAA5D5 and #D5EAA5 with #A5D5EA are triadic colors.

2 #EAD5A5 and #D5A5EA with #A5D5EA are triadic colors.