COLOR #ADDD83

HEX: #ADDD83
RGB: (173,221,131)

Renk bilgisi

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

RGB renk modeli

#ADDD83 color RGB value is (173,221,131).

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

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 221 of 255 = 87%
B 131 of 255 = 51%

173
221
131

R + G + B ~ 69%. #ADDD83 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 221 + 131 = 525 (100%)
R 173 of 525 ~ 32.95%
G 221 of 525 ~ 42.1%
B 131 of 525 ~ 24.95%

%32.95
%42.1
%24.95

CMYK RENK MODELİ

#ADDD83 rengi CMYK tonu (22,0,41,13).

  • camgöbeği tonu 21.72%
  • eflatun tonu 0.00%
  • sarı tonu 40.72%
  • ana renk tonu 13.33%
CMYK:
(22,0,41,13)
C22M0Y41K13 
(22%,0%,41%,13%)
(0.22/0.00/0.41/0.13)	

CMYK yüzdeleri

%21.72
%0
%40.72
%13.33

Codes

Color #ADDD83 in popluar color models

ADDD83
RGB173221131
HSL92°56.96%69.02%
HSB/HSV92°40.72%86.67%
CMYK21.72%0.00%40.72%
13.33%

Color #ADDD83 in popluar number systems.

HEXADDD83
Decimal173221131
Binary101011011101110110000011
Octal255335203

Shades and tints

Shades of #ADDD83

#ADDD83
(173,221,131)
#9EC978
(158,201,120)
#8FB56D
(143,181,109)
#80A162
(128,161,98)
#718D57
(113,141,87)
#62794C
(98,121,76)
#536541
(83,101,65)
#445136
(68,81,54)
#353D2B
(53,61,43)
#262920
(38,41,32)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #ADDD83

#ADDD83
(173,221,131)
#B4E08E
(180,224,142)
#BBE399
(187,227,153)
#C2E6A4
(194,230,164)
#C9E9AF
(201,233,175)
#D0ECBA
(208,236,186)
#D7EFC5
(215,239,197)
#DEF2D0
(222,242,208)
#E5F5DB
(229,245,219)
#ECF8E6
(236,248,230)
#F3FBF1
(243,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADDD83; }

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

This text font color is #ADDD83.


Background Color

.myBgColor { background-color: #ADDD83; }

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

This div background color is #ADDD83.


Border color

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

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

This div border color is #ADDD83.


Opacity

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

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

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

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

This text has shadow with #ADDD83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADDD83 on black background.


Color preview on white background

This text has color #ADDD83 on white background.



Black color preview on #ADDD83 background

This text has black color on #ADDD83 background.


White color preview on #ADDD83 background

This text has white color on #ADDD83 background.