COLOR #AADBA9

HEX: #AADBA9 RGB: (170,219,169)

Color info

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

RGB color model

#AADBA9 color RGB value is (170,219,169).

RGB: (170,219,169) (67%, 86%, 66%)

RGB channels and saturation

R 170 of 255 = 67%
G 219 of 255 = 86%
B 169 of 255 = 66%

170
219
169

R + G + B ~ 73%. #AADBA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 219 + 169 = 558 (100%)
R 170 of 558 ~ 30.47%
G 219 of 558 ~ 39.25%
B 169 of 558 ~ 30.29'%

%30.47
%39.25
%30.29

CMYK color model

#AADBA9 color CMYK value is (22,0,23,14).

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

CMYK: (22,0,23,14)
C22M0Y23K14 (22%, 0%, 23%, 14%)
(0.22 / 0.00 / 0.23 / 0.14)

CMYK percentages

%22.37
%0
%22.83
%14.12

Codes

Color #AADBA9 in popluar color models

AA DB A9
RGB 170 219 169
HSL 119° 40.98% 76.08%
HSB/HSV 119° 22.83% 85.88%
CMYK 22.37% 0.00% 22.83%
14.12%

Color #AADBA9 in popluar number systems.

HEX AA DB A9
Decimal 170 219 169
Binary 10101010 11011011 10101001
Octal 252 333 251

Shades and tints

Shades of #AADBA9

#AADBA9
(170,219,169)
#9BC89A
(155,200,154)
#8CB58B
(140,181,139)
#7DA27C
(125,162,124)
#6E8F6D
(110,143,109)
#5F7C5E
(95,124,94)
#50694F
(80,105,79)
#415640
(65,86,64)
#324331
(50,67,49)
#233022
(35,48,34)
#141D13
(20,29,19)
#000000
(0,0,0)

Tints of #AADBA9

#AADBA9
(170,219,169)
#B1DEB0
(177,222,176)
#B8E1B7
(184,225,183)
#BFE4BE
(191,228,190)
#C6E7C5
(198,231,197)
#CDEACC
(205,234,204)
#D4EDD3
(212,237,211)
#DBF0DA
(219,240,218)
#E2F3E1
(226,243,225)
#E9F6E8
(233,246,232)
#F0F9EF
(240,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADBA9; }

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

This text font color is #AADBA9.

Background Color

.myBgColor { background-color: #AADBA9; }

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

This div background color is #AADBA9.

Border color

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

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

This div border color is #AADBA9.

Opacity

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

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

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

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

This text has shadow with #AADBA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADBA9.

Preview

Color preview on black background

This text has color #AADBA9 on black background.


Color preview on white background

This text has color #AADBA9 on white background.


Black color preview on #AADBA9 background

This text has black color on #AADBA9 background.


White color preview on #AADBA9 background

This text has white color on #AADBA9 background.


Related colors

Complementary color

Complementary color for #hex is #552456.


I love getcolorcode.com

Triadic colors

1 #A9AADB and #DBA9AA with #AADBA9 are triadic colors.

2 #A9DBAA and #DBAAA9 with #AADBA9 are triadic colors.