COLOR #ABD59D

HEX: #ABD59D
RGB: (171,213,157)

Renk bilgisi

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

RGB renk modeli

#ABD59D color RGB value is (171,213,157).

  • kırmız ton 171;
  • yeşil ton 213;
  • mavi ton 157.
RGB:
(171,213,157)
(67%,84%,62%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 213 of 255 = 84%
B 157 of 255 = 62%

171
213
157

R + G + B ~ 71%. #ABD59D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 213 + 157 = 541 (100%)
R 171 of 541 ~ 31.61%
G 213 of 541 ~ 39.37%
B 157 of 541 ~ 29.02%

%31.61
%39.37
%29.02

CMYK RENK MODELİ

#ABD59D rengi CMYK tonu (20,0,26,16).

  • camgöbeği tonu 19.72%
  • eflatun tonu 0.00%
  • sarı tonu 26.29%
  • ana renk tonu 16.47%
CMYK:
(20,0,26,16)
C20M0Y26K16 
(20%,0%,26%,16%)
(0.20/0.00/0.26/0.16)	

CMYK yüzdeleri

%19.72
%0
%26.29
%16.47

Codes

Color #ABD59D in popluar color models

ABD59D
RGB171213157
HSL105°40.00%72.55%
HSB/HSV105°26.29%83.53%
CMYK19.72%0.00%26.29%
16.47%

Color #ABD59D in popluar number systems.

HEXABD59D
Decimal171213157
Binary101010111101010110011101
Octal253325235

Shades and tints

Shades of #ABD59D

#ABD59D
(171,213,157)
#9CC28F
(156,194,143)
#8DAF81
(141,175,129)
#7E9C73
(126,156,115)
#6F8965
(111,137,101)
#607657
(96,118,87)
#516349
(81,99,73)
#42503B
(66,80,59)
#333D2D
(51,61,45)
#242A1F
(36,42,31)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #ABD59D

#ABD59D
(171,213,157)
#B2D8A5
(178,216,165)
#B9DBAD
(185,219,173)
#C0DEB5
(192,222,181)
#C7E1BD
(199,225,189)
#CEE4C5
(206,228,197)
#D5E7CD
(213,231,205)
#DCEAD5
(220,234,213)
#E3EDDD
(227,237,221)
#EAF0E5
(234,240,229)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD59D color. Also use rgb(171,213,157) instead hex code.

Text Font Color

.myTextColor { color: #ABD59D; }

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

This text font color is #ABD59D.


Background Color

.myBgColor { background-color: #ABD59D; }

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

This div background color is #ABD59D.


Border color

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

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

This div border color is #ABD59D.


Opacity

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

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

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

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

This text has shadow with #ABD59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD59D on black background.


Color preview on white background

This text has color #ABD59D on white background.



Black color preview on #ABD59D background

This text has black color on #ABD59D background.


White color preview on #ABD59D background

This text has white color on #ABD59D background.