COLOR #AADFB9

HEX: #AADFB9
RGB: (170,223,185)

Color info

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

RGB color model

#AADFB9 color RGB value is (170,223,185).

  • red value is 170;
  • green value is 223;
  • blue value is 185.
RGB:
(170,223,185)
(67%,87%,73%)

RGB channels and saturation

R 170 of 255 = 67%
G 223 of 255 = 87%
B 185 of 255 = 73%

170
223
185

R + G + B ~ 76%. #AADFB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 223 + 185 = 578 (100%)
R 170 of 578 ~ 29.41%
G 223 of 578 ~ 38.58%
B 185 of 578 ~ 32.01%

%29.41
%38.58
%32.01

CMYK color model

#AADFB9 color CMYK value is (24,0,17,13).

  • cyan value is 23.77%
  • magenta value is 0.00%
  • yellow value is 17.04%
  • key color value is 12.55%
CMYK:
(24,0,17,13)
C24M0Y17K13 
(24%,0%,17%,13%)
(0.24/0.00/0.17/0.13)	

CMYK percentages

%23.77
%0
%17.04
%12.55

Codes

Color #AADFB9 in popluar color models

AADFB9
RGB170223185
HSL137°45.30%77.06%
HSB/HSV137°23.77%87.45%
CMYK23.77%0.00%17.04%
12.55%

Color #AADFB9 in popluar number systems.

HEXAADFB9
Decimal170223185
Binary101010101101111110111001
Octal252337271

Shades and tints

Shades of #AADFB9

#AADFB9
(170,223,185)
#9BCBA9
(155,203,169)
#8CB799
(140,183,153)
#7DA389
(125,163,137)
#6E8F79
(110,143,121)
#5F7B69
(95,123,105)
#506759
(80,103,89)
#415349
(65,83,73)
#323F39
(50,63,57)
#232B29
(35,43,41)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #AADFB9

#AADFB9
(170,223,185)
#B1E1BF
(177,225,191)
#B8E3C5
(184,227,197)
#BFE5CB
(191,229,203)
#C6E7D1
(198,231,209)
#CDE9D7
(205,233,215)
#D4EBDD
(212,235,221)
#DBEDE3
(219,237,227)
#E2EFE9
(226,239,233)
#E9F1EF
(233,241,239)
#F0F3F5
(240,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADFB9 color. Also use rgb(170,223,185) instead hex code.

Text Font Color

.myTextColor { color: #AADFB9; }

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

This text font color is #AADFB9.


Background Color

.myBgColor { background-color: #AADFB9; }

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

This div background color is #AADFB9.


Border color

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

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

This div border color is #AADFB9.


Opacity

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

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

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

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

This text has shadow with #AADFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADFB9 on black background.


Color preview on white background

This text has color #AADFB9 on white background.



Black color preview on #AADFB9 background

This text has black color on #AADFB9 background.


White color preview on #AADFB9 background

This text has white color on #AADFB9 background.