COLOR #ADC69E

HEX: #ADC69E
RGB: (173,198,158)

Renk bilgisi

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

RGB renk modeli

#ADC69E color RGB value is (173,198,158).

  • kırmız ton 173;
  • yeşil ton 198;
  • mavi ton 158.
RGB:
(173,198,158)
(68%,78%,62%)

RGB bağlantıları ve doygunluk

R 173 of 255 = 68%
G 198 of 255 = 78%
B 158 of 255 = 62%

173
198
158

R + G + B ~ 69%. #ADC69E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
173 + 198 + 158 = 529 (100%)
R 173 of 529 ~ 32.7%
G 198 of 529 ~ 37.43%
B 158 of 529 ~ 29.87%

%32.7
%37.43
%29.87

CMYK RENK MODELİ

#ADC69E rengi CMYK tonu (13,0,20,22).

  • camgöbeği tonu 12.63%
  • eflatun tonu 0.00%
  • sarı tonu 20.20%
  • ana renk tonu 22.35%
CMYK:
(13,0,20,22)
C13M0Y20K22 
(13%,0%,20%,22%)
(0.13/0.00/0.20/0.22)	

CMYK yüzdeleri

%12.63
%0
%20.2
%22.35

Codes

Color #ADC69E in popluar color models

ADC69E
RGB173198158
HSL98°25.97%69.80%
HSB/HSV98°20.20%77.65%
CMYK12.63%0.00%20.20%
22.35%

Color #ADC69E in popluar number systems.

HEXADC69E
Decimal173198158
Binary101011011100011010011110
Octal255306236

Shades and tints

Shades of #ADC69E

#ADC69E
(173,198,158)
#9EB490
(158,180,144)
#8FA282
(143,162,130)
#809074
(128,144,116)
#717E66
(113,126,102)
#626C58
(98,108,88)
#535A4A
(83,90,74)
#44483C
(68,72,60)
#35362E
(53,54,46)
#262420
(38,36,32)
#171212
(23,18,18)
#000000
(0,0,0)

Tints of #ADC69E

#ADC69E
(173,198,158)
#B4CBA6
(180,203,166)
#BBD0AE
(187,208,174)
#C2D5B6
(194,213,182)
#C9DABE
(201,218,190)
#D0DFC6
(208,223,198)
#D7E4CE
(215,228,206)
#DEE9D6
(222,233,214)
#E5EEDE
(229,238,222)
#ECF3E6
(236,243,230)
#F3F8EE
(243,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC69E color. Also use rgb(173,198,158) instead hex code.

Text Font Color

.myTextColor { color: #ADC69E; }

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

This text font color is #ADC69E.


Background Color

.myBgColor { background-color: #ADC69E; }

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

This div background color is #ADC69E.


Border color

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

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

This div border color is #ADC69E.


Opacity

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

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

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

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

This text has shadow with #ADC69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC69E on black background.


Color preview on white background

This text has color #ADC69E on white background.



Black color preview on #ADC69E background

This text has black color on #ADC69E background.


White color preview on #ADC69E background

This text has white color on #ADC69E background.