COLOR #ADD586

HEX: #ADD586
RGB: (173,213,134)

Renk bilgisi

#ADD586 contains mainly red and green colors. #ADD586 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADD586 color RGB value is (173,213,134).

  • kırmız ton 173;
  • yeşil ton 213;
  • mavi ton 134.
RGB:
(173,213,134)
(68%,84%,53%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 213 of 255 = 84%
B 134 of 255 = 53%

173
213
134

R + G + B ~ 68%. #ADD586 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 213 + 134 = 520 (100%)
R 173 of 520 ~ 33.27%
G 213 of 520 ~ 40.96%
B 134 of 520 ~ 25.77%

%33.27
%40.96
%25.77

CMYK RENK MODELİ

#ADD586 rengi CMYK tonu (19,0,37,16).

  • camgöbeği tonu 18.78%
  • eflatun tonu 0.00%
  • sarı tonu 37.09%
  • ana renk tonu 16.47%
CMYK:
(19,0,37,16)
C19M0Y37K16 
(19%,0%,37%,16%)
(0.19/0.00/0.37/0.16)	

CMYK yüzdeleri

%18.78
%0
%37.09
%16.47

Codes

Color #ADD586 in popluar color models

ADD586
RGB173213134
HSL90°48.47%68.04%
HSB/HSV90°37.09%83.53%
CMYK18.78%0.00%37.09%
16.47%

Color #ADD586 in popluar number systems.

HEXADD586
Decimal173213134
Binary101011011101010110000110
Octal255325206

Shades and tints

Shades of #ADD586

#ADD586
(173,213,134)
#9EC27A
(158,194,122)
#8FAF6E
(143,175,110)
#809C62
(128,156,98)
#718956
(113,137,86)
#62764A
(98,118,74)
#53633E
(83,99,62)
#445032
(68,80,50)
#353D26
(53,61,38)
#262A1A
(38,42,26)
#17170E
(23,23,14)
#000000
(0,0,0)

Tints of #ADD586

#ADD586
(173,213,134)
#B4D891
(180,216,145)
#BBDB9C
(187,219,156)
#C2DEA7
(194,222,167)
#C9E1B2
(201,225,178)
#D0E4BD
(208,228,189)
#D7E7C8
(215,231,200)
#DEEAD3
(222,234,211)
#E5EDDE
(229,237,222)
#ECF0E9
(236,240,233)
#F3F3F4
(243,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADD586 color. Also use rgb(173,213,134) instead hex code.

Text Font Color

.myTextColor { color: #ADD586; }

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

This text font color is #ADD586.


Background Color

.myBgColor { background-color: #ADD586; }

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

This div background color is #ADD586.


Border color

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

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

This div border color is #ADD586.


Opacity

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

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

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

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

This text has shadow with #ADD586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADD586 on black background.


Color preview on white background

This text has color #ADD586 on white background.



Black color preview on #ADD586 background

This text has black color on #ADD586 background.


White color preview on #ADD586 background

This text has white color on #ADD586 background.