COLOR #8ADD83

HEX: #8ADD83
RGB: (138,221,131)

Renk bilgisi

#8ADD83 contains mainly green color. #8ADD83 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#8ADD83 color RGB value is (138,221,131).

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

RGB bağlantıları ve doygunluk

R 138 of 255 = 54%
G 221 of 255 = 87%
B 131 of 255 = 51%

138
221
131

R + G + B ~ 64%. #8ADD83 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
138 + 221 + 131 = 490 (100%)
R 138 of 490 ~ 28.16%
G 221 of 490 ~ 45.1%
B 131 of 490 ~ 26.73%

%28.16
%45.1
%26.73

CMYK RENK MODELİ

#8ADD83 rengi CMYK tonu (38,0,41,13).

  • camgöbeği tonu 37.56%
  • eflatun tonu 0.00%
  • sarı tonu 40.72%
  • ana renk tonu 13.33%
CMYK:
(38,0,41,13)
C38M0Y41K13 
(38%,0%,41%,13%)
(0.38/0.00/0.41/0.13)	

CMYK yüzdeleri

%37.56
%0
%40.72
%13.33

Codes

Color #8ADD83 in popluar color models

8ADD83
RGB138221131
HSL115°56.96%69.02%
HSB/HSV115°40.72%86.67%
CMYK37.56%0.00%40.72%
13.33%

Color #8ADD83 in popluar number systems.

HEX8ADD83
Decimal138221131
Binary100010101101110110000011
Octal212335203

Shades and tints

Shades of #8ADD83

#8ADD83
(138,221,131)
#7EC978
(126,201,120)
#72B56D
(114,181,109)
#66A162
(102,161,98)
#5A8D57
(90,141,87)
#4E794C
(78,121,76)
#426541
(66,101,65)
#365136
(54,81,54)
#2A3D2B
(42,61,43)
#1E2920
(30,41,32)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #8ADD83

#8ADD83
(138,221,131)
#94E08E
(148,224,142)
#9EE399
(158,227,153)
#A8E6A4
(168,230,164)
#B2E9AF
(178,233,175)
#BCECBA
(188,236,186)
#C6EFC5
(198,239,197)
#D0F2D0
(208,242,208)
#DAF5DB
(218,245,219)
#E4F8E6
(228,248,230)
#EEFBF1
(238,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ADD83; }

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

This text font color is #8ADD83.


Background Color

.myBgColor { background-color: #8ADD83; }

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

This div background color is #8ADD83.


Border color

.myBorderColor { border: 1px solid #8ADD83; }

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

This div border color is #8ADD83.


Opacity

.myOpacity80 { color: #8ADD83; opacity: 0.8; }

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

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

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

This text has shadow with #8ADD83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ADD83 on black background.


Color preview on white background

This text has color #8ADD83 on white background.



Black color preview on #8ADD83 background

This text has black color on #8ADD83 background.


White color preview on #8ADD83 background

This text has white color on #8ADD83 background.