COLOR #ADD1AF

HEX: #ADD1AF RGB: (173,209,175)

Color info

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

RGB color model

#ADD1AF color RGB value is (173,209,175).

RGB: (173,209,175) (68%, 82%, 69%)

RGB channels and saturation

R 173 of 255 = 68%
G 209 of 255 = 82%
B 175 of 255 = 69%

173
209
175

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

Portions of RGB colors in percentages

R + G + B = 173 + 209 + 175 = 557 (100%)
R 173 of 557 ~ 31.06%
G 209 of 557 ~ 37.52%
B 175 of 557 ~ 31.42'%

%31.06
%37.52
%31.42

CMYK color model

#ADD1AF color CMYK value is (17,0,16,18).

  • cyan value is 17.22%
  • magenta value is 0.00%
  • yellow value is 16.27%
  • key color value is 18.04%

CMYK: (17,0,16,18)
C17M0Y16K18 (17%, 0%, 16%, 18%)
(0.17 / 0.00 / 0.16 / 0.18)

CMYK percentages

%17.22
%0
%16.27
%18.04

Codes

Color #ADD1AF in popluar color models

AD D1 AF
RGB 173 209 175
HSL 123° 28.13% 74.90%
HSB/HSV 123° 17.22% 81.96%
CMYK 17.22% 0.00% 16.27%
18.04%

Color #ADD1AF in popluar number systems.

HEX AD D1 AF
Decimal 173 209 175
Binary 10101101 11010001 10101111
Octal 255 321 257

Shades and tints

Shades of #ADD1AF

#ADD1AF
(173,209,175)
#9EBEA0
(158,190,160)
#8FAB91
(143,171,145)
#809882
(128,152,130)
#718573
(113,133,115)
#627264
(98,114,100)
#535F55
(83,95,85)
#444C46
(68,76,70)
#353937
(53,57,55)
#262628
(38,38,40)
#171319
(23,19,25)
#000000
(0,0,0)

Tints of #ADD1AF

#ADD1AF
(173,209,175)
#B4D5B6
(180,213,182)
#BBD9BD
(187,217,189)
#C2DDC4
(194,221,196)
#C9E1CB
(201,225,203)
#D0E5D2
(208,229,210)
#D7E9D9
(215,233,217)
#DEEDE0
(222,237,224)
#E5F1E7
(229,241,231)
#ECF5EE
(236,245,238)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADD1AF; }

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

This text font color is #ADD1AF.

Background Color

.myBgColor { background-color: #ADD1AF; }

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

This div background color is #ADD1AF.

Border color

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

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

This div border color is #ADD1AF.

Opacity

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

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

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

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

This text has shadow with #ADD1AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADD1AF.

Preview

Color preview on black background

This text has color #ADD1AF on black background.


Color preview on white background

This text has color #ADD1AF on white background.


Black color preview on #ADD1AF background

This text has black color on #ADD1AF background.


White color preview on #ADD1AF background

This text has white color on #ADD1AF background.


Related colors

Complementary color

Complementary color for #hex is #522E50.


I love getcolorcode.com

Triadic colors

1 #AFADD1 and #D1AFAD with #ADD1AF are triadic colors.

2 #AFD1AD and #D1ADAF with #ADD1AF are triadic colors.