COLOR #AADABB

HEX: #AADABB
RGB: (170,218,187)

Color info

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

RGB color model

#AADABB color RGB value is (170,218,187).

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

RGB channels and saturation

R 170 of 255 = 67%
G 218 of 255 = 85%
B 187 of 255 = 73%

170
218
187

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

Portions of RGB colors in percentages

R + G + B =
170 + 218 + 187 = 575 (100%)
R 170 of 575 ~ 29.57%
G 218 of 575 ~ 37.91%
B 187 of 575 ~ 32.52%

%29.57
%37.91
%32.52

CMYK color model

#AADABB color CMYK value is (22,0,14,15).

  • cyan value is 22.02%
  • magenta value is 0.00%
  • yellow value is 14.22%
  • key color value is 14.51%
CMYK:
(22,0,14,15)
C22M0Y14K15 
(22%,0%,14%,15%)
(0.22/0.00/0.14/0.15)	

CMYK percentages

%22.02
%0
%14.22
%14.51

Codes

Color #AADABB in popluar color models

AADABB
RGB170218187
HSL141°39.34%76.08%
HSB/HSV141°22.02%85.49%
CMYK22.02%0.00%14.22%
14.51%

Color #AADABB in popluar number systems.

HEXAADABB
Decimal170218187
Binary101010101101101010111011
Octal252332273

Shades and tints

Shades of #AADABB

#AADABB
(170,218,187)
#9BC7AA
(155,199,170)
#8CB499
(140,180,153)
#7DA188
(125,161,136)
#6E8E77
(110,142,119)
#5F7B66
(95,123,102)
#506855
(80,104,85)
#415544
(65,85,68)
#324233
(50,66,51)
#232F22
(35,47,34)
#141C11
(20,28,17)
#000000
(0,0,0)

Tints of #AADABB

#AADABB
(170,218,187)
#B1DDC1
(177,221,193)
#B8E0C7
(184,224,199)
#BFE3CD
(191,227,205)
#C6E6D3
(198,230,211)
#CDE9D9
(205,233,217)
#D4ECDF
(212,236,223)
#DBEFE5
(219,239,229)
#E2F2EB
(226,242,235)
#E9F5F1
(233,245,241)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADABB; }

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

This text font color is #AADABB.


Background Color

.myBgColor { background-color: #AADABB; }

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

This div background color is #AADABB.


Border color

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

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

This div border color is #AADABB.


Opacity

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

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

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

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

This text has shadow with #AADABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADABB on black background.


Color preview on white background

This text has color #AADABB on white background.



Black color preview on #AADABB background

This text has black color on #AADABB background.


White color preview on #AADABB background

This text has white color on #AADABB background.