COLOR #ADDDAF

HEX: #ADDDAF RGB: (173,221,175)

Color info

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

RGB color model

#ADDDAF color RGB value is (173,221,175).

RGB: (173,221,175) (68%, 87%, 69%)

RGB channels and saturation

R 173 of 255 = 68%
G 221 of 255 = 87%
B 175 of 255 = 69%

173
221
175

R + G + B ~ 75%. #ADDDAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 221 + 175 = 569 (100%)
R 173 of 569 ~ 30.4%
G 221 of 569 ~ 38.84%
B 175 of 569 ~ 30.76'%

%30.4
%38.84
%30.76

CMYK color model

#ADDDAF color CMYK value is (22,0,21,13).

  • cyan value is 21.72%
  • magenta value is 0.00%
  • yellow value is 20.81%
  • key color value is 13.33%

CMYK: (22,0,21,13)
C22M0Y21K13 (22%, 0%, 21%, 13%)
(0.22 / 0.00 / 0.21 / 0.13)

CMYK percentages

%21.72
%0
%20.81
%13.33

Codes

Color #ADDDAF in popluar color models

AD DD AF
RGB 173 221 175
HSL 123° 41.38% 77.25%
HSB/HSV 123° 21.72% 86.67%
CMYK 21.72% 0.00% 20.81%
13.33%

Color #ADDDAF in popluar number systems.

HEX AD DD AF
Decimal 173 221 175
Binary 10101101 11011101 10101111
Octal 255 335 257

Shades and tints

Shades of #ADDDAF

#ADDDAF
(173,221,175)
#9EC9A0
(158,201,160)
#8FB591
(143,181,145)
#80A182
(128,161,130)
#718D73
(113,141,115)
#627964
(98,121,100)
#536555
(83,101,85)
#445146
(68,81,70)
#353D37
(53,61,55)
#262928
(38,41,40)
#171519
(23,21,25)
#000000
(0,0,0)

Tints of #ADDDAF

#ADDDAF
(173,221,175)
#B4E0B6
(180,224,182)
#BBE3BD
(187,227,189)
#C2E6C4
(194,230,196)
#C9E9CB
(201,233,203)
#D0ECD2
(208,236,210)
#D7EFD9
(215,239,217)
#DEF2E0
(222,242,224)
#E5F5E7
(229,245,231)
#ECF8EE
(236,248,238)
#F3FBF5
(243,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDDAF; }

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

This text font color is #ADDDAF.

Background Color

.myBgColor { background-color: #ADDDAF; }

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

This div background color is #ADDDAF.

Border color

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

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

This div border color is #ADDDAF.

Opacity

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

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

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

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

This text has shadow with #ADDDAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADDDAF.

Preview

Color preview on black background

This text has color #ADDDAF on black background.


Color preview on white background

This text has color #ADDDAF on white background.


Black color preview on #ADDDAF background

This text has black color on #ADDDAF background.


White color preview on #ADDDAF background

This text has white color on #ADDDAF background.


Related colors

Complementary color

Complementary color for #hex is #522250.


I love getcolorcode.com

Triadic colors

1 #AFADDD and #DDAFAD with #ADDDAF are triadic colors.

2 #AFDDAD and #DDADAF with #ADDDAF are triadic colors.