COLOR #ADD8AF

HEX: #ADD8AF RGB: (173,216,175)

Color info

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

RGB color model

#ADD8AF color RGB value is (173,216,175).

RGB: (173,216,175) (68%, 85%, 69%)

RGB channels and saturation

R 173 of 255 = 68%
G 216 of 255 = 85%
B 175 of 255 = 69%

173
216
175

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

Portions of RGB colors in percentages

R + G + B = 173 + 216 + 175 = 564 (100%)
R 173 of 564 ~ 30.67%
G 216 of 564 ~ 38.3%
B 175 of 564 ~ 31.03'%

%30.67
%38.3
%31.03

CMYK color model

#ADD8AF color CMYK value is (20,0,19,15).

  • cyan value is 19.91%
  • magenta value is 0.00%
  • yellow value is 18.98%
  • key color value is 15.29%

CMYK: (20,0,19,15)
C20M0Y19K15 (20%, 0%, 19%, 15%)
(0.20 / 0.00 / 0.19 / 0.15)

CMYK percentages

%19.91
%0
%18.98
%15.29

Codes

Color #ADD8AF in popluar color models

AD D8 AF
RGB 173 216 175
HSL 123° 35.54% 76.27%
HSB/HSV 123° 19.91% 84.71%
CMYK 19.91% 0.00% 18.98%
15.29%

Color #ADD8AF in popluar number systems.

HEX AD D8 AF
Decimal 173 216 175
Binary 10101101 11011000 10101111
Octal 255 330 257

Shades and tints

Shades of #ADD8AF

#ADD8AF
(173,216,175)
#9EC5A0
(158,197,160)
#8FB291
(143,178,145)
#809F82
(128,159,130)
#718C73
(113,140,115)
#627964
(98,121,100)
#536655
(83,102,85)
#445346
(68,83,70)
#354037
(53,64,55)
#262D28
(38,45,40)
#171A19
(23,26,25)
#000000
(0,0,0)

Tints of #ADD8AF

#ADD8AF
(173,216,175)
#B4DBB6
(180,219,182)
#BBDEBD
(187,222,189)
#C2E1C4
(194,225,196)
#C9E4CB
(201,228,203)
#D0E7D2
(208,231,210)
#D7EAD9
(215,234,217)
#DEEDE0
(222,237,224)
#E5F0E7
(229,240,231)
#ECF3EE
(236,243,238)
#F3F6F5
(243,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD8AF color. Also use rgb(173,216,175) instead hex code.

Text Font Color

.myTextColor { color: #ADD8AF; }

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

This text font color is #ADD8AF.

Background Color

.myBgColor { background-color: #ADD8AF; }

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

This div background color is #ADD8AF.

Border color

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

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

This div border color is #ADD8AF.

Opacity

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

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

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

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

This text has shadow with #ADD8AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD8AF.

Preview

Color preview on black background

This text has color #ADD8AF on black background.


Color preview on white background

This text has color #ADD8AF on white background.


Black color preview on #ADD8AF background

This text has black color on #ADD8AF background.


White color preview on #ADD8AF background

This text has white color on #ADD8AF background.


Related colors

Complementary color

Complementary color for #hex is #522750.


I love getcolorcode.com

Triadic colors

1 #AFADD8 and #D8AFAD with #ADD8AF are triadic colors.

2 #AFD8AD and #D8ADAF with #ADD8AF are triadic colors.