COLOR #ADDDA9

HEX: #ADDDA9
RGB: (173,221,169)

Renk bilgisi

#ADDDA9 contains red, green and blue colors in about the same proportion. #ADDDA9 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADDDA9 color RGB value is (173,221,169).

  • kırmız ton 173;
  • yeşil ton 221;
  • mavi ton 169.
RGB:
(173,221,169)
(68%,87%,66%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 221 of 255 = 87%
B 169 of 255 = 66%

173
221
169

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 221 + 169 = 563 (100%)
R 173 of 563 ~ 30.73%
G 221 of 563 ~ 39.25%
B 169 of 563 ~ 30.02%

%30.73
%39.25
%30.02

CMYK RENK MODELİ

#ADDDA9 rengi CMYK tonu (22,0,24,13).

  • camgöbeği tonu 21.72%
  • eflatun tonu 0.00%
  • sarı tonu 23.53%
  • ana renk tonu 13.33%
CMYK:
(22,0,24,13)
C22M0Y24K13 
(22%,0%,24%,13%)
(0.22/0.00/0.24/0.13)	

CMYK yüzdeleri

%21.72
%0
%23.53
%13.33

Codes

Color #ADDDA9 in popluar color models

ADDDA9
RGB173221169
HSL115°43.33%76.47%
HSB/HSV115°23.53%86.67%
CMYK21.72%0.00%23.53%
13.33%

Color #ADDDA9 in popluar number systems.

HEXADDDA9
Decimal173221169
Binary101011011101110110101001
Octal255335251

Shades and tints

Shades of #ADDDA9

#ADDDA9
(173,221,169)
#9EC99A
(158,201,154)
#8FB58B
(143,181,139)
#80A17C
(128,161,124)
#718D6D
(113,141,109)
#62795E
(98,121,94)
#53654F
(83,101,79)
#445140
(68,81,64)
#353D31
(53,61,49)
#262922
(38,41,34)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #ADDDA9

#ADDDA9
(173,221,169)
#B4E0B0
(180,224,176)
#BBE3B7
(187,227,183)
#C2E6BE
(194,230,190)
#C9E9C5
(201,233,197)
#D0ECCC
(208,236,204)
#D7EFD3
(215,239,211)
#DEF2DA
(222,242,218)
#E5F5E1
(229,245,225)
#ECF8E8
(236,248,232)
#F3FBEF
(243,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDDA9; }

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

This text font color is #ADDDA9.


Background Color

.myBgColor { background-color: #ADDDA9; }

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

This div background color is #ADDDA9.


Border color

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

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

This div border color is #ADDDA9.


Opacity

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

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

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

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

This text has shadow with #ADDDA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDDA9 on black background.


Color preview on white background

This text has color #ADDDA9 on white background.



Black color preview on #ADDDA9 background

This text has black color on #ADDDA9 background.


White color preview on #ADDDA9 background

This text has white color on #ADDDA9 background.