COLOR #ADD7A0

HEX: #ADD7A0
RGB: (173,215,160)

Renk bilgisi

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

RGB renk modeli

#ADD7A0 color RGB value is (173,215,160).

  • kırmız ton 173;
  • yeşil ton 215;
  • mavi ton 160.
RGB:
(173,215,160)
(68%,84%,63%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 215 of 255 = 84%
B 160 of 255 = 63%

173
215
160

R + G + B ~ 72%. #ADD7A0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 215 + 160 = 548 (100%)
R 173 of 548 ~ 31.57%
G 215 of 548 ~ 39.23%
B 160 of 548 ~ 29.2%

%31.57
%39.23
%29.2

CMYK RENK MODELİ

#ADD7A0 rengi CMYK tonu (20,0,26,16).

  • camgöbeği tonu 19.53%
  • eflatun tonu 0.00%
  • sarı tonu 25.58%
  • ana renk tonu 15.69%
CMYK:
(20,0,26,16)
C20M0Y26K16 
(20%,0%,26%,16%)
(0.20/0.00/0.26/0.16)	

CMYK yüzdeleri

%19.53
%0
%25.58
%15.69

Codes

Color #ADD7A0 in popluar color models

ADD7A0
RGB173215160
HSL106°40.74%73.53%
HSB/HSV106°25.58%84.31%
CMYK19.53%0.00%25.58%
15.69%

Color #ADD7A0 in popluar number systems.

HEXADD7A0
Decimal173215160
Binary101011011101011110100000
Octal255327240

Shades and tints

Shades of #ADD7A0

#ADD7A0
(173,215,160)
#9EC492
(158,196,146)
#8FB184
(143,177,132)
#809E76
(128,158,118)
#718B68
(113,139,104)
#62785A
(98,120,90)
#53654C
(83,101,76)
#44523E
(68,82,62)
#353F30
(53,63,48)
#262C22
(38,44,34)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #ADD7A0

#ADD7A0
(173,215,160)
#B4DAA8
(180,218,168)
#BBDDB0
(187,221,176)
#C2E0B8
(194,224,184)
#C9E3C0
(201,227,192)
#D0E6C8
(208,230,200)
#D7E9D0
(215,233,208)
#DEECD8
(222,236,216)
#E5EFE0
(229,239,224)
#ECF2E8
(236,242,232)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD7A0 color. Also use rgb(173,215,160) instead hex code.

Text Font Color

.myTextColor { color: #ADD7A0; }

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

This text font color is #ADD7A0.


Background Color

.myBgColor { background-color: #ADD7A0; }

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

This div background color is #ADD7A0.


Border color

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

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

This div border color is #ADD7A0.


Opacity

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

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

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

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

This text has shadow with #ADD7A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD7A0 on black background.


Color preview on white background

This text has color #ADD7A0 on white background.



Black color preview on #ADD7A0 background

This text has black color on #ADD7A0 background.


White color preview on #ADD7A0 background

This text has white color on #ADD7A0 background.