COLOR #ADEFA7

HEX: #ADEFA7
RGB: (173,239,167)

Renk bilgisi

#ADEFA7 contains mainly green color. #ADEFA7 ‘ nin web güvenlik rengi #99FF99 (ya da #9F9) dir.

RGB renk modeli

#ADEFA7 color RGB value is (173,239,167).

  • kırmız ton 173;
  • yeşil ton 239;
  • mavi ton 167.
RGB:
(173,239,167)
(68%,94%,65%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 239 of 255 = 94%
B 167 of 255 = 65%

173
239
167

R + G + B ~ 76%. #ADEFA7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 239 + 167 = 579 (100%)
R 173 of 579 ~ 29.88%
G 239 of 579 ~ 41.28%
B 167 of 579 ~ 28.84%

%29.88
%41.28
%28.84

CMYK RENK MODELİ

#ADEFA7 rengi CMYK tonu (28,0,30,6).

  • camgöbeği tonu 27.62%
  • eflatun tonu 0.00%
  • sarı tonu 30.13%
  • ana renk tonu 6.27%
CMYK:
(28,0,30,6)
C28M0Y30K6 
(28%,0%,30%,6%)
(0.28/0.00/0.30/0.06)	

CMYK yüzdeleri

%27.62
%0
%30.13
%6.27

Codes

Color #ADEFA7 in popluar color models

ADEFA7
RGB173239167
HSL115°69.23%79.61%
HSB/HSV115°30.13%93.73%
CMYK27.62%0.00%30.13%
6.27%

Color #ADEFA7 in popluar number systems.

HEXADEFA7
Decimal173239167
Binary101011011110111110100111
Octal255357247

Shades and tints

Shades of #ADEFA7

#ADEFA7
(173,239,167)
#9EDA98
(158,218,152)
#8FC589
(143,197,137)
#80B07A
(128,176,122)
#719B6B
(113,155,107)
#62865C
(98,134,92)
#53714D
(83,113,77)
#445C3E
(68,92,62)
#35472F
(53,71,47)
#263220
(38,50,32)
#171D11
(23,29,17)
#000000
(0,0,0)

Tints of #ADEFA7

#ADEFA7
(173,239,167)
#B4F0AF
(180,240,175)
#BBF1B7
(187,241,183)
#C2F2BF
(194,242,191)
#C9F3C7
(201,243,199)
#D0F4CF
(208,244,207)
#D7F5D7
(215,245,215)
#DEF6DF
(222,246,223)
#E5F7E7
(229,247,231)
#ECF8EF
(236,248,239)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADEFA7 color. Also use rgb(173,239,167) instead hex code.

Text Font Color

.myTextColor { color: #ADEFA7; }

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

This text font color is #ADEFA7.


Background Color

.myBgColor { background-color: #ADEFA7; }

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

This div background color is #ADEFA7.


Border color

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

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

This div border color is #ADEFA7.


Opacity

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

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

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

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

This text has shadow with #ADEFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADEFA7 on black background.


Color preview on white background

This text has color #ADEFA7 on white background.



Black color preview on #ADEFA7 background

This text has black color on #ADEFA7 background.


White color preview on #ADEFA7 background

This text has white color on #ADEFA7 background.