COLOR #A5DDD2

HEX: #A5DDD2
RGB: (165,221,210)

Color info

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

RGB color model

#A5DDD2 color RGB value is (165,221,210).

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

RGB channels and saturation

R 165 of 255 = 65%
G 221 of 255 = 87%
B 210 of 255 = 82%

165
221
210

R + G + B ~ 78%. #A5DDD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 221 + 210 = 596 (100%)
R 165 of 596 ~ 27.68%
G 221 of 596 ~ 37.08%
B 210 of 596 ~ 35.23%

%27.68
%37.08
%35.23

CMYK color model

#A5DDD2 color CMYK value is (25,0,5,13).

  • cyan value is 25.34%
  • magenta value is 0.00%
  • yellow value is 4.98%
  • key color value is 13.33%
CMYK:
(25,0,5,13)
C25M0Y5K13 
(25%,0%,5%,13%)
(0.25/0.00/0.05/0.13)	

CMYK percentages

%25.34
%0
%4.98
%13.33

Codes

Color #A5DDD2 in popluar color models

A5DDD2
RGB165221210
HSL168°45.16%75.69%
HSB/HSV168°25.34%86.67%
CMYK25.34%0.00%4.98%
13.33%

Color #A5DDD2 in popluar number systems.

HEXA5DDD2
Decimal165221210
Binary101001011101110111010010
Octal245335322

Shades and tints

Shades of #A5DDD2

#A5DDD2
(165,221,210)
#96C9BF
(150,201,191)
#87B5AC
(135,181,172)
#78A199
(120,161,153)
#698D86
(105,141,134)
#5A7973
(90,121,115)
#4B6560
(75,101,96)
#3C514D
(60,81,77)
#2D3D3A
(45,61,58)
#1E2927
(30,41,39)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #A5DDD2

#A5DDD2
(165,221,210)
#ADE0D6
(173,224,214)
#B5E3DA
(181,227,218)
#BDE6DE
(189,230,222)
#C5E9E2
(197,233,226)
#CDECE6
(205,236,230)
#D5EFEA
(213,239,234)
#DDF2EE
(221,242,238)
#E5F5F2
(229,245,242)
#EDF8F6
(237,248,246)
#F5FBFA
(245,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5DDD2; }

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

This text font color is #A5DDD2.


Background Color

.myBgColor { background-color: #A5DDD2; }

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

This div background color is #A5DDD2.


Border color

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

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

This div border color is #A5DDD2.


Opacity

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

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

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

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

This text has shadow with #A5DDD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5DDD2 on black background.


Color preview on white background

This text has color #A5DDD2 on white background.



Black color preview on #A5DDD2 background

This text has black color on #A5DDD2 background.


White color preview on #A5DDD2 background

This text has white color on #A5DDD2 background.