COLOR #ADEE7D

HEX: #ADEE7D
RGB: (173,238,125)

Renk bilgisi

#ADEE7D contains mainly green color. #ADEE7D ‘ nin web güvenlik rengi #99FF66 (ya da #9F6) dir.

RGB renk modeli

#ADEE7D color RGB value is (173,238,125).

  • kırmız ton 173;
  • yeşil ton 238;
  • mavi ton 125.
RGB:
(173,238,125)
(68%,93%,49%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 238 of 255 = 93%
B 125 of 255 = 49%

173
238
125

R + G + B ~ 70%. #ADEE7D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 238 + 125 = 536 (100%)
R 173 of 536 ~ 32.28%
G 238 of 536 ~ 44.4%
B 125 of 536 ~ 23.32%

%32.28
%44.4
%23.32

CMYK RENK MODELİ

#ADEE7D rengi CMYK tonu (27,0,47,7).

  • camgöbeği tonu 27.31%
  • eflatun tonu 0.00%
  • sarı tonu 47.48%
  • ana renk tonu 6.67%
CMYK:
(27,0,47,7)
C27M0Y47K7 
(27%,0%,47%,7%)
(0.27/0.00/0.47/0.07)	

CMYK yüzdeleri

%27.31
%0
%47.48
%6.67

Codes

Color #ADEE7D in popluar color models

ADEE7D
RGB173238125
HSL95°76.87%71.18%
HSB/HSV95°47.48%93.33%
CMYK27.31%0.00%47.48%
6.67%

Color #ADEE7D in popluar number systems.

HEXADEE7D
Decimal173238125
Binary10101101111011101111101
Octal255356175

Shades and tints

Shades of #ADEE7D

#ADEE7D
(173,238,125)
#9ED972
(158,217,114)
#8FC467
(143,196,103)
#80AF5C
(128,175,92)
#719A51
(113,154,81)
#628546
(98,133,70)
#53703B
(83,112,59)
#445B30
(68,91,48)
#354625
(53,70,37)
#26311A
(38,49,26)
#171C0F
(23,28,15)
#000000
(0,0,0)

Tints of #ADEE7D

#ADEE7D
(173,238,125)
#B4EF88
(180,239,136)
#BBF093
(187,240,147)
#C2F19E
(194,241,158)
#C9F2A9
(201,242,169)
#D0F3B4
(208,243,180)
#D7F4BF
(215,244,191)
#DEF5CA
(222,245,202)
#E5F6D5
(229,246,213)
#ECF7E0
(236,247,224)
#F3F8EB
(243,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADEE7D color. Also use rgb(173,238,125) instead hex code.

Text Font Color

.myTextColor { color: #ADEE7D; }

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

This text font color is #ADEE7D.


Background Color

.myBgColor { background-color: #ADEE7D; }

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

This div background color is #ADEE7D.


Border color

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

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

This div border color is #ADEE7D.


Opacity

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

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

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

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

This text has shadow with #ADEE7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEE7D on black background.


Color preview on white background

This text has color #ADEE7D on white background.



Black color preview on #ADEE7D background

This text has black color on #ADEE7D background.


White color preview on #ADEE7D background

This text has white color on #ADEE7D background.