COLOR #ABD98E

HEX: #ABD98E
RGB: (171,217,142)

Renk bilgisi

#ABD98E contains mainly red and green colors. #ABD98E ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ABD98E color RGB value is (171,217,142).

  • kırmız ton 171;
  • yeşil ton 217;
  • mavi ton 142.
RGB:
(171,217,142)
(67%,85%,56%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 217 of 255 = 85%
B 142 of 255 = 56%

171
217
142

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

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 217 + 142 = 530 (100%)
R 171 of 530 ~ 32.26%
G 217 of 530 ~ 40.94%
B 142 of 530 ~ 26.79%

%32.26
%40.94
%26.79

CMYK RENK MODELİ

#ABD98E rengi CMYK tonu (21,0,35,15).

  • camgöbeği tonu 21.20%
  • eflatun tonu 0.00%
  • sarı tonu 34.56%
  • ana renk tonu 14.90%
CMYK:
(21,0,35,15)
C21M0Y35K15 
(21%,0%,35%,15%)
(0.21/0.00/0.35/0.15)	

CMYK yüzdeleri

%21.2
%0
%34.56
%14.9

Codes

Color #ABD98E in popluar color models

ABD98E
RGB171217142
HSL97°49.67%70.39%
HSB/HSV97°34.56%85.10%
CMYK21.20%0.00%34.56%
14.90%

Color #ABD98E in popluar number systems.

HEXABD98E
Decimal171217142
Binary101010111101100110001110
Octal253331216

Shades and tints

Shades of #ABD98E

#ABD98E
(171,217,142)
#9CC682
(156,198,130)
#8DB376
(141,179,118)
#7EA06A
(126,160,106)
#6F8D5E
(111,141,94)
#607A52
(96,122,82)
#516746
(81,103,70)
#42543A
(66,84,58)
#33412E
(51,65,46)
#242E22
(36,46,34)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #ABD98E

#ABD98E
(171,217,142)
#B2DC98
(178,220,152)
#B9DFA2
(185,223,162)
#C0E2AC
(192,226,172)
#C7E5B6
(199,229,182)
#CEE8C0
(206,232,192)
#D5EBCA
(213,235,202)
#DCEED4
(220,238,212)
#E3F1DE
(227,241,222)
#EAF4E8
(234,244,232)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD98E color. Also use rgb(171,217,142) instead hex code.

Text Font Color

.myTextColor { color: #ABD98E; }

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

This text font color is #ABD98E.


Background Color

.myBgColor { background-color: #ABD98E; }

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

This div background color is #ABD98E.


Border color

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

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

This div border color is #ABD98E.


Opacity

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

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

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

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

This text has shadow with #ABD98E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD98E on black background.


Color preview on white background

This text has color #ABD98E on white background.



Black color preview on #ABD98E background

This text has black color on #ABD98E background.


White color preview on #ABD98E background

This text has white color on #ABD98E background.