COLOR #AAD2BB

HEX: #AAD2BB
RGB: (170,210,187)

Color info

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

RGB color model

#AAD2BB color RGB value is (170,210,187).

  • red value is 170;
  • green value is 210;
  • blue value is 187.
RGB:
(170,210,187)
(67%,82%,73%)

RGB channels and saturation

R 170 of 255 = 67%
G 210 of 255 = 82%
B 187 of 255 = 73%

170
210
187

R + G + B ~ 74%. #AAD2BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 210 + 187 = 567 (100%)
R 170 of 567 ~ 29.98%
G 210 of 567 ~ 37.04%
B 187 of 567 ~ 32.98%

%29.98
%37.04
%32.98

CMYK color model

#AAD2BB color CMYK value is (19,0,11,18).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 10.95%
  • key color value is 17.65%
CMYK:
(19,0,11,18)
C19M0Y11K18 
(19%,0%,11%,18%)
(0.19/0.00/0.11/0.18)	

CMYK percentages

%19.05
%0
%10.95
%17.65

Codes

Color #AAD2BB in popluar color models

AAD2BB
RGB170210187
HSL146°30.77%74.51%
HSB/HSV146°19.05%82.35%
CMYK19.05%0.00%10.95%
17.65%

Color #AAD2BB in popluar number systems.

HEXAAD2BB
Decimal170210187
Binary101010101101001010111011
Octal252322273

Shades and tints

Shades of #AAD2BB

#AAD2BB
(170,210,187)
#9BBFAA
(155,191,170)
#8CAC99
(140,172,153)
#7D9988
(125,153,136)
#6E8677
(110,134,119)
#5F7366
(95,115,102)
#506055
(80,96,85)
#414D44
(65,77,68)
#323A33
(50,58,51)
#232722
(35,39,34)
#141411
(20,20,17)
#000000
(0,0,0)

Tints of #AAD2BB

#AAD2BB
(170,210,187)
#B1D6C1
(177,214,193)
#B8DAC7
(184,218,199)
#BFDECD
(191,222,205)
#C6E2D3
(198,226,211)
#CDE6D9
(205,230,217)
#D4EADF
(212,234,223)
#DBEEE5
(219,238,229)
#E2F2EB
(226,242,235)
#E9F6F1
(233,246,241)
#F0FAF7
(240,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAD2BB; }

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

This text font color is #AAD2BB.


Background Color

.myBgColor { background-color: #AAD2BB; }

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

This div background color is #AAD2BB.


Border color

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

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

This div border color is #AAD2BB.


Opacity

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

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

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

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

This text has shadow with #AAD2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD2BB on black background.


Color preview on white background

This text has color #AAD2BB on white background.



Black color preview on #AAD2BB background

This text has black color on #AAD2BB background.


White color preview on #AAD2BB background

This text has white color on #AAD2BB background.