COLOR #ADE0AE

HEX: #ADE0AE
RGB: (173,224,174)

Renk bilgisi

#ADE0AE contains red, green and blue colors in about the same proportion. #ADE0AE ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ADE0AE color RGB value is (173,224,174).

  • kırmız ton 173;
  • yeşil ton 224;
  • mavi ton 174.
RGB:
(173,224,174)
(68%,88%,68%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 224 of 255 = 88%
B 174 of 255 = 68%

173
224
174

R + G + B ~ 75%. #ADE0AE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 224 + 174 = 571 (100%)
R 173 of 571 ~ 30.3%
G 224 of 571 ~ 39.23%
B 174 of 571 ~ 30.47%

%30.3
%39.23
%30.47

CMYK RENK MODELİ

#ADE0AE rengi CMYK tonu (23,0,22,12).

  • camgöbeği tonu 22.77%
  • eflatun tonu 0.00%
  • sarı tonu 22.32%
  • ana renk tonu 12.16%
CMYK:
(23,0,22,12)
C23M0Y22K12 
(23%,0%,22%,12%)
(0.23/0.00/0.22/0.12)	

CMYK yüzdeleri

%22.77
%0
%22.32
%12.16

Codes

Color #ADE0AE in popluar color models

ADE0AE
RGB173224174
HSL121°45.13%77.84%
HSB/HSV121°22.77%87.84%
CMYK22.77%0.00%22.32%
12.16%

Color #ADE0AE in popluar number systems.

HEXADE0AE
Decimal173224174
Binary101011011110000010101110
Octal255340256

Shades and tints

Shades of #ADE0AE

#ADE0AE
(173,224,174)
#9ECC9F
(158,204,159)
#8FB890
(143,184,144)
#80A481
(128,164,129)
#719072
(113,144,114)
#627C63
(98,124,99)
#536854
(83,104,84)
#445445
(68,84,69)
#354036
(53,64,54)
#262C27
(38,44,39)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #ADE0AE

#ADE0AE
(173,224,174)
#B4E2B5
(180,226,181)
#BBE4BC
(187,228,188)
#C2E6C3
(194,230,195)
#C9E8CA
(201,232,202)
#D0EAD1
(208,234,209)
#D7ECD8
(215,236,216)
#DEEEDF
(222,238,223)
#E5F0E6
(229,240,230)
#ECF2ED
(236,242,237)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADE0AE color. Also use rgb(173,224,174) instead hex code.

Text Font Color

.myTextColor { color: #ADE0AE; }

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

This text font color is #ADE0AE.


Background Color

.myBgColor { background-color: #ADE0AE; }

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

This div background color is #ADE0AE.


Border color

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

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

This div border color is #ADE0AE.


Opacity

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

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

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

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

This text has shadow with #ADE0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADE0AE on black background.


Color preview on white background

This text has color #ADE0AE on white background.



Black color preview on #ADE0AE background

This text has black color on #ADE0AE background.


White color preview on #ADE0AE background

This text has white color on #ADE0AE background.