COLOR #ADD6A2

HEX: #ADD6A2
RGB: (173,214,162)

Renk bilgisi

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

RGB renk modeli

#ADD6A2 color RGB value is (173,214,162).

  • kırmız ton 173;
  • yeşil ton 214;
  • mavi ton 162.
RGB:
(173,214,162)
(68%,84%,64%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 214 of 255 = 84%
B 162 of 255 = 64%

173
214
162

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

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 214 + 162 = 549 (100%)
R 173 of 549 ~ 31.51%
G 214 of 549 ~ 38.98%
B 162 of 549 ~ 29.51%

%31.51
%38.98
%29.51

CMYK RENK MODELİ

#ADD6A2 rengi CMYK tonu (19,0,24,16).

  • camgöbeği tonu 19.16%
  • eflatun tonu 0.00%
  • sarı tonu 24.30%
  • ana renk tonu 16.08%
CMYK:
(19,0,24,16)
C19M0Y24K16 
(19%,0%,24%,16%)
(0.19/0.00/0.24/0.16)	

CMYK yüzdeleri

%19.16
%0
%24.3
%16.08

Codes

Color #ADD6A2 in popluar color models

ADD6A2
RGB173214162
HSL107°38.81%73.73%
HSB/HSV107°24.30%83.92%
CMYK19.16%0.00%24.30%
16.08%

Color #ADD6A2 in popluar number systems.

HEXADD6A2
Decimal173214162
Binary101011011101011010100010
Octal255326242

Shades and tints

Shades of #ADD6A2

#ADD6A2
(173,214,162)
#9EC394
(158,195,148)
#8FB086
(143,176,134)
#809D78
(128,157,120)
#718A6A
(113,138,106)
#62775C
(98,119,92)
#53644E
(83,100,78)
#445140
(68,81,64)
#353E32
(53,62,50)
#262B24
(38,43,36)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #ADD6A2

#ADD6A2
(173,214,162)
#B4D9AA
(180,217,170)
#BBDCB2
(187,220,178)
#C2DFBA
(194,223,186)
#C9E2C2
(201,226,194)
#D0E5CA
(208,229,202)
#D7E8D2
(215,232,210)
#DEEBDA
(222,235,218)
#E5EEE2
(229,238,226)
#ECF1EA
(236,241,234)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD6A2 color. Also use rgb(173,214,162) instead hex code.

Text Font Color

.myTextColor { color: #ADD6A2; }

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

This text font color is #ADD6A2.


Background Color

.myBgColor { background-color: #ADD6A2; }

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

This div background color is #ADD6A2.


Border color

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

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

This div border color is #ADD6A2.


Opacity

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

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

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

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

This text has shadow with #ADD6A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD6A2 on black background.


Color preview on white background

This text has color #ADD6A2 on white background.



Black color preview on #ADD6A2 background

This text has black color on #ADD6A2 background.


White color preview on #ADD6A2 background

This text has white color on #ADD6A2 background.