COLOR #AAD5D5

HEX: #AAD5D5
RGB: (170,213,213)

Color info

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

RGB color model

#AAD5D5 color RGB value is (170,213,213).

  • red value is 170;
  • green value is 213;
  • blue value is 213.
RGB:
(170,213,213)
(67%,84%,84%)

RGB channels and saturation

R 170 of 255 = 67%
G 213 of 255 = 84%
B 213 of 255 = 84%

170
213
213

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

Portions of RGB colors in percentages

R + G + B =
170 + 213 + 213 = 596 (100%)
R 170 of 596 ~ 28.52%
G 213 of 596 ~ 35.74%
B 213 of 596 ~ 35.74%

%28.52
%35.74
%35.74

CMYK color model

#AAD5D5 color CMYK value is (20,0,0,16).

  • cyan value is 20.19%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(20,0,0,16)
C20M0Y0K16 
(20%,0%,0%,16%)
(0.20/0.00/0.00/0.16)	

CMYK percentages

%20.19
%0
%0
%16.47

Codes

Color #AAD5D5 in popluar color models

AAD5D5
RGB170213213
HSL180°33.86%75.10%
HSB/HSV180°20.19%83.53%
CMYK20.19%0.00%0.00%
16.47%

Color #AAD5D5 in popluar number systems.

HEXAAD5D5
Decimal170213213
Binary101010101101010111010101
Octal252325325

Shades and tints

Shades of #AAD5D5

#AAD5D5
(170,213,213)
#9BC2C2
(155,194,194)
#8CAFAF
(140,175,175)
#7D9C9C
(125,156,156)
#6E8989
(110,137,137)
#5F7676
(95,118,118)
#506363
(80,99,99)
#415050
(65,80,80)
#323D3D
(50,61,61)
#232A2A
(35,42,42)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #AAD5D5

#AAD5D5
(170,213,213)
#B1D8D8
(177,216,216)
#B8DBDB
(184,219,219)
#BFDEDE
(191,222,222)
#C6E1E1
(198,225,225)
#CDE4E4
(205,228,228)
#D4E7E7
(212,231,231)
#DBEAEA
(219,234,234)
#E2EDED
(226,237,237)
#E9F0F0
(233,240,240)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD5D5; }

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

This text font color is #AAD5D5.


Background Color

.myBgColor { background-color: #AAD5D5; }

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

This div background color is #AAD5D5.


Border color

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

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

This div border color is #AAD5D5.


Opacity

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

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

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

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

This text has shadow with #AAD5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD5D5 on black background.


Color preview on white background

This text has color #AAD5D5 on white background.



Black color preview on #AAD5D5 background

This text has black color on #AAD5D5 background.


White color preview on #AAD5D5 background

This text has white color on #AAD5D5 background.