COLOR #A5DDEA

HEX: #A5DDEA RGB: (165,221,234)

Color info

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

RGB color model

#A5DDEA color RGB value is (165,221,234).

RGB: (165,221,234) (65%, 87%, 92%)

RGB channels and saturation

R 165 of 255 = 65%
G 221 of 255 = 87%
B 234 of 255 = 92%

165
221
234

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

Portions of RGB colors in percentages

R + G + B = 165 + 221 + 234 = 620 (100%)
R 165 of 620 ~ 26.61%
G 221 of 620 ~ 35.65%
B 234 of 620 ~ 37.74'%

%26.61
%35.65
%37.74

CMYK color model

#A5DDEA color CMYK value is (29,6,0,8).

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

CMYK: (29,6,0,8)
C29M6Y0K8 (29%, 6%, 0%, 8%)
(0.29 / 0.06 / 0.00 / 0.08)

CMYK percentages

%29.49
%5.56
%0
%8.24

Codes

Color #A5DDEA in popluar color models

A5 DD EA
RGB 165 221 234
HSL 191° 62.16% 78.24%
HSB/HSV 191° 29.49% 91.76%
CMYK 29.49% 5.56% 0.00%
8.24%

Color #A5DDEA in popluar number systems.

HEX A5 DD EA
Decimal 165 221 234
Binary 10100101 11011101 11101010
Octal 245 335 352

Shades and tints

Shades of #A5DDEA

#A5DDEA
(165,221,234)
#96C9D5
(150,201,213)
#87B5C0
(135,181,192)
#78A1AB
(120,161,171)
#698D96
(105,141,150)
#5A7981
(90,121,129)
#4B656C
(75,101,108)
#3C5157
(60,81,87)
#2D3D42
(45,61,66)
#1E292D
(30,41,45)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #A5DDEA

#A5DDEA
(165,221,234)
#ADE0EB
(173,224,235)
#B5E3EC
(181,227,236)
#BDE6ED
(189,230,237)
#C5E9EE
(197,233,238)
#CDECEF
(205,236,239)
#D5EFF0
(213,239,240)
#DDF2F1
(221,242,241)
#E5F5F2
(229,245,242)
#EDF8F3
(237,248,243)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DDEA; }

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

This text font color is #A5DDEA.

Background Color

.myBgColor { background-color: #A5DDEA; }

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

This div background color is #A5DDEA.

Border color

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

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

This div border color is #A5DDEA.

Opacity

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

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

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

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

This text has shadow with #A5DDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5DDEA.

Preview

Color preview on black background

This text has color #A5DDEA on black background.


Color preview on white background

This text has color #A5DDEA on white background.


Black color preview on #A5DDEA background

This text has black color on #A5DDEA background.


White color preview on #A5DDEA background

This text has white color on #A5DDEA background.


Related colors

Complementary color

Complementary color for #hex is #5A2215.


I love getcolorcode.com

Triadic colors

1 #EAA5DD and #DDEAA5 with #A5DDEA are triadic colors.

2 #EADDA5 and #DDA5EA with #A5DDEA are triadic colors.