COLOR #AADBBB

HEX: #AADBBB RGB: (170,219,187)

Color info

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

RGB color model

#AADBBB color RGB value is (170,219,187).

RGB: (170,219,187) (67%, 86%, 73%)

RGB channels and saturation

R 170 of 255 = 67%
G 219 of 255 = 86%
B 187 of 255 = 73%

170
219
187

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

Portions of RGB colors in percentages

R + G + B = 170 + 219 + 187 = 576 (100%)
R 170 of 576 ~ 29.51%
G 219 of 576 ~ 38.02%
B 187 of 576 ~ 32.47'%

%29.51
%38.02
%32.47

CMYK color model

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

  • cyan value is 22.37%
  • magenta value is 0.00%
  • yellow value is 14.61%
  • key color value is 14.12%

CMYK: (22,0,15,14)
C22M0Y15K14 (22%, 0%, 15%, 14%)
(0.22 / 0.00 / 0.15 / 0.14)

CMYK percentages

%22.37
%0
%14.61
%14.12

Codes

Color #AADBBB in popluar color models

AA DB BB
RGB 170 219 187
HSL 141° 40.50% 76.27%
HSB/HSV 141° 22.37% 85.88%
CMYK 22.37% 0.00% 14.61%
14.12%

Color #AADBBB in popluar number systems.

HEX AA DB BB
Decimal 170 219 187
Binary 10101010 11011011 10111011
Octal 252 333 273

Shades and tints

Shades of #AADBBB

#AADBBB
(170,219,187)
#9BC8AA
(155,200,170)
#8CB599
(140,181,153)
#7DA288
(125,162,136)
#6E8F77
(110,143,119)
#5F7C66
(95,124,102)
#506955
(80,105,85)
#415644
(65,86,68)
#324333
(50,67,51)
#233022
(35,48,34)
#141D11
(20,29,17)
#000000
(0,0,0)

Tints of #AADBBB

#AADBBB
(170,219,187)
#B1DEC1
(177,222,193)
#B8E1C7
(184,225,199)
#BFE4CD
(191,228,205)
#C6E7D3
(198,231,211)
#CDEAD9
(205,234,217)
#D4EDDF
(212,237,223)
#DBF0E5
(219,240,229)
#E2F3EB
(226,243,235)
#E9F6F1
(233,246,241)
#F0F9F7
(240,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADBBB; }

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

This text font color is #AADBBB.

Background Color

.myBgColor { background-color: #AADBBB; }

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

This div background color is #AADBBB.

Border color

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

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

This div border color is #AADBBB.

Opacity

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

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

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

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

This text has shadow with #AADBBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADBBB.

Preview

Color preview on black background

This text has color #AADBBB on black background.


Color preview on white background

This text has color #AADBBB on white background.


Black color preview on #AADBBB background

This text has black color on #AADBBB background.


White color preview on #AADBBB background

This text has white color on #AADBBB background.


Related colors

Complementary color

Complementary color for #hex is #552444.


I love getcolorcode.com

Triadic colors

1 #BBAADB and #DBBBAA with #AADBBB are triadic colors.

2 #BBDBAA and #DBAABB with #AADBBB are triadic colors.