COLOR #AADFAD

HEX: #AADFAD
RGB: (170,223,173)

Color info

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

RGB color model

#AADFAD color RGB value is (170,223,173).

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

RGB channels and saturation

R 170 of 255 = 67%
G 223 of 255 = 87%
B 173 of 255 = 68%

170
223
173

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

Portions of RGB colors in percentages

R + G + B =
170 + 223 + 173 = 566 (100%)
R 170 of 566 ~ 30.04%
G 223 of 566 ~ 39.4%
B 173 of 566 ~ 30.57%

%30.04
%39.4
%30.57

CMYK color model

#AADFAD color CMYK value is (24,0,22,13).

  • cyan value is 23.77%
  • magenta value is 0.00%
  • yellow value is 22.42%
  • key color value is 12.55%
CMYK:
(24,0,22,13)
C24M0Y22K13 
(24%,0%,22%,13%)
(0.24/0.00/0.22/0.13)	

CMYK percentages

%23.77
%0
%22.42
%12.55

Codes

Color #AADFAD in popluar color models

AADFAD
RGB170223173
HSL123°45.30%77.06%
HSB/HSV123°23.77%87.45%
CMYK23.77%0.00%22.42%
12.55%

Color #AADFAD in popluar number systems.

HEXAADFAD
Decimal170223173
Binary101010101101111110101101
Octal252337255

Shades and tints

Shades of #AADFAD

#AADFAD
(170,223,173)
#9BCB9E
(155,203,158)
#8CB78F
(140,183,143)
#7DA380
(125,163,128)
#6E8F71
(110,143,113)
#5F7B62
(95,123,98)
#506753
(80,103,83)
#415344
(65,83,68)
#323F35
(50,63,53)
#232B26
(35,43,38)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #AADFAD

#AADFAD
(170,223,173)
#B1E1B4
(177,225,180)
#B8E3BB
(184,227,187)
#BFE5C2
(191,229,194)
#C6E7C9
(198,231,201)
#CDE9D0
(205,233,208)
#D4EBD7
(212,235,215)
#DBEDDE
(219,237,222)
#E2EFE5
(226,239,229)
#E9F1EC
(233,241,236)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AADFAD; }

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

This text font color is #AADFAD.


Background Color

.myBgColor { background-color: #AADFAD; }

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

This div background color is #AADFAD.


Border color

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

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

This div border color is #AADFAD.


Opacity

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

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

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

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

This text has shadow with #AADFAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADFAD on black background.


Color preview on white background

This text has color #AADFAD on white background.



Black color preview on #AADFAD background

This text has black color on #AADFAD background.


White color preview on #AADFAD background

This text has white color on #AADFAD background.