COLOR #AAD1C5

HEX: #AAD1C5
RGB: (170,209,197)

Color info

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

RGB color model

#AAD1C5 color RGB value is (170,209,197).

  • red value is 170;
  • green value is 209;
  • blue value is 197.
RGB:
(170,209,197)
(67%,82%,77%)

RGB channels and saturation

R 170 of 255 = 67%
G 209 of 255 = 82%
B 197 of 255 = 77%

170
209
197

R + G + B ~ 75%. #AAD1C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 209 + 197 = 576 (100%)
R 170 of 576 ~ 29.51%
G 209 of 576 ~ 36.28%
B 197 of 576 ~ 34.2%

%29.51
%36.28
%34.2

CMYK color model

#AAD1C5 color CMYK value is (19,0,6,18).

  • cyan value is 18.66%
  • magenta value is 0.00%
  • yellow value is 5.74%
  • key color value is 18.04%
CMYK:
(19,0,6,18)
C19M0Y6K18 
(19%,0%,6%,18%)
(0.19/0.00/0.06/0.18)	

CMYK percentages

%18.66
%0
%5.74
%18.04

Codes

Color #AAD1C5 in popluar color models

AAD1C5
RGB170209197
HSL162°29.77%74.31%
HSB/HSV162°18.66%81.96%
CMYK18.66%0.00%5.74%
18.04%

Color #AAD1C5 in popluar number systems.

HEXAAD1C5
Decimal170209197
Binary101010101101000111000101
Octal252321305

Shades and tints

Shades of #AAD1C5

#AAD1C5
(170,209,197)
#9BBEB4
(155,190,180)
#8CABA3
(140,171,163)
#7D9892
(125,152,146)
#6E8581
(110,133,129)
#5F7270
(95,114,112)
#505F5F
(80,95,95)
#414C4E
(65,76,78)
#32393D
(50,57,61)
#23262C
(35,38,44)
#14131B
(20,19,27)
#000000
(0,0,0)

Tints of #AAD1C5

#AAD1C5
(170,209,197)
#B1D5CA
(177,213,202)
#B8D9CF
(184,217,207)
#BFDDD4
(191,221,212)
#C6E1D9
(198,225,217)
#CDE5DE
(205,229,222)
#D4E9E3
(212,233,227)
#DBEDE8
(219,237,232)
#E2F1ED
(226,241,237)
#E9F5F2
(233,245,242)
#F0F9F7
(240,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD1C5; }

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

This text font color is #AAD1C5.


Background Color

.myBgColor { background-color: #AAD1C5; }

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

This div background color is #AAD1C5.


Border color

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

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

This div border color is #AAD1C5.


Opacity

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

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

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

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

This text has shadow with #AAD1C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD1C5 on black background.


Color preview on white background

This text has color #AAD1C5 on white background.



Black color preview on #AAD1C5 background

This text has black color on #AAD1C5 background.


White color preview on #AAD1C5 background

This text has white color on #AAD1C5 background.