COLOR #A5DDD6

HEX: #A5DDD6
RGB: (165,221,214)

Color info

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

RGB color model

#A5DDD6 color RGB value is (165,221,214).

  • red value is 165;
  • green value is 221;
  • blue value is 214.
RGB:
(165,221,214)
(65%,87%,84%)

RGB channels and saturation

R 165 of 255 = 65%
G 221 of 255 = 87%
B 214 of 255 = 84%

165
221
214

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

Portions of RGB colors in percentages

R + G + B =
165 + 221 + 214 = 600 (100%)
R 165 of 600 ~ 27.5%
G 221 of 600 ~ 36.83%
B 214 of 600 ~ 35.67%

%27.5
%36.83
%35.67

CMYK color model

#A5DDD6 color CMYK value is (25,0,3,13).

  • cyan value is 25.34%
  • magenta value is 0.00%
  • yellow value is 3.17%
  • key color value is 13.33%
CMYK:
(25,0,3,13)
C25M0Y3K13 
(25%,0%,3%,13%)
(0.25/0.00/0.03/0.13)	

CMYK percentages

%25.34
%0
%3.17
%13.33

Codes

Color #A5DDD6 in popluar color models

A5DDD6
RGB165221214
HSL173°45.16%75.69%
HSB/HSV173°25.34%86.67%
CMYK25.34%0.00%3.17%
13.33%

Color #A5DDD6 in popluar number systems.

HEXA5DDD6
Decimal165221214
Binary101001011101110111010110
Octal245335326

Shades and tints

Shades of #A5DDD6

#A5DDD6
(165,221,214)
#96C9C3
(150,201,195)
#87B5B0
(135,181,176)
#78A19D
(120,161,157)
#698D8A
(105,141,138)
#5A7977
(90,121,119)
#4B6564
(75,101,100)
#3C5151
(60,81,81)
#2D3D3E
(45,61,62)
#1E292B
(30,41,43)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #A5DDD6

#A5DDD6
(165,221,214)
#ADE0D9
(173,224,217)
#B5E3DC
(181,227,220)
#BDE6DF
(189,230,223)
#C5E9E2
(197,233,226)
#CDECE5
(205,236,229)
#D5EFE8
(213,239,232)
#DDF2EB
(221,242,235)
#E5F5EE
(229,245,238)
#EDF8F1
(237,248,241)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DDD6; }

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

This text font color is #A5DDD6.


Background Color

.myBgColor { background-color: #A5DDD6; }

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

This div background color is #A5DDD6.


Border color

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

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

This div border color is #A5DDD6.


Opacity

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

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

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

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

This text has shadow with #A5DDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DDD6 on black background.


Color preview on white background

This text has color #A5DDD6 on white background.



Black color preview on #A5DDD6 background

This text has black color on #A5DDD6 background.


White color preview on #A5DDD6 background

This text has white color on #A5DDD6 background.