COLOR #8ADB7D

HEX: #8ADB7D
RGB: (138,219,125)

Renk bilgisi

#8ADB7D contains mainly green color. #8ADB7D ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#8ADB7D color RGB value is (138,219,125).

  • kırmız ton 138;
  • yeşil ton 219;
  • mavi ton 125.
RGB:
(138,219,125)
(54%,86%,49%)

RGB bağlantıları ve doygunluk

R 138 of 255 = 54%
G 219 of 255 = 86%
B 125 of 255 = 49%

138
219
125

R + G + B ~ 63%. #8ADB7D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
138 + 219 + 125 = 482 (100%)
R 138 of 482 ~ 28.63%
G 219 of 482 ~ 45.44%
B 125 of 482 ~ 25.93%

%28.63
%45.44
%25.93

CMYK RENK MODELİ

#8ADB7D rengi CMYK tonu (37,0,43,14).

  • camgöbeği tonu 36.99%
  • eflatun tonu 0.00%
  • sarı tonu 42.92%
  • ana renk tonu 14.12%
CMYK:
(37,0,43,14)
C37M0Y43K14 
(37%,0%,43%,14%)
(0.37/0.00/0.43/0.14)	

CMYK yüzdeleri

%36.99
%0
%42.92
%14.12

Codes

Color #8ADB7D in popluar color models

8ADB7D
RGB138219125
HSL112°56.63%67.45%
HSB/HSV112°42.92%85.88%
CMYK36.99%0.00%42.92%
14.12%

Color #8ADB7D in popluar number systems.

HEX8ADB7D
Decimal138219125
Binary10001010110110111111101
Octal212333175

Shades and tints

Shades of #8ADB7D

#8ADB7D
(138,219,125)
#7EC872
(126,200,114)
#72B567
(114,181,103)
#66A25C
(102,162,92)
#5A8F51
(90,143,81)
#4E7C46
(78,124,70)
#42693B
(66,105,59)
#365630
(54,86,48)
#2A4325
(42,67,37)
#1E301A
(30,48,26)
#121D0F
(18,29,15)
#000000
(0,0,0)

Tints of #8ADB7D

#8ADB7D
(138,219,125)
#94DE88
(148,222,136)
#9EE193
(158,225,147)
#A8E49E
(168,228,158)
#B2E7A9
(178,231,169)
#BCEAB4
(188,234,180)
#C6EDBF
(198,237,191)
#D0F0CA
(208,240,202)
#DAF3D5
(218,243,213)
#E4F6E0
(228,246,224)
#EEF9EB
(238,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ADB7D color. Also use rgb(138,219,125) instead hex code.

Text Font Color

.myTextColor { color: #8ADB7D; }

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

This text font color is #8ADB7D.


Background Color

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

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

This div background color is #8ADB7D.


Border color

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

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

This div border color is #8ADB7D.


Opacity

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

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

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

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

This text has shadow with #8ADB7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ADB7D on black background.


Color preview on white background

This text has color #8ADB7D on white background.



Black color preview on #8ADB7D background

This text has black color on #8ADB7D background.


White color preview on #8ADB7D background

This text has white color on #8ADB7D background.