COLOR #ABC97F

HEX: #ABC97F
RGB: (171,201,127)

Renk bilgisi

#ABC97F contains mainly red and green colors. #ABC97F ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#ABC97F color RGB value is (171,201,127).

  • kırmız ton 171;
  • yeşil ton 201;
  • mavi ton 127.
RGB:
(171,201,127)
(67%,79%,50%)

RGB bağlantıları ve doygunluk

R 171 of 255 = 67%
G 201 of 255 = 79%
B 127 of 255 = 50%

171
201
127

R + G + B ~ 65%. #ABC97F is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
171 + 201 + 127 = 499 (100%)
R 171 of 499 ~ 34.27%
G 201 of 499 ~ 40.28%
B 127 of 499 ~ 25.45%

%34.27
%40.28
%25.45

CMYK RENK MODELİ

#ABC97F rengi CMYK tonu (15,0,37,21).

  • camgöbeği tonu 14.93%
  • eflatun tonu 0.00%
  • sarı tonu 36.82%
  • ana renk tonu 21.18%
CMYK:
(15,0,37,21)
C15M0Y37K21 
(15%,0%,37%,21%)
(0.15/0.00/0.37/0.21)	

CMYK yüzdeleri

%14.93
%0
%36.82
%21.18

Codes

Color #ABC97F in popluar color models

ABC97F
RGB171201127
HSL84°40.66%64.31%
HSB/HSV84°36.82%78.82%
CMYK14.93%0.00%36.82%
21.18%

Color #ABC97F in popluar number systems.

HEXABC97F
Decimal171201127
Binary10101011110010011111111
Octal253311177

Shades and tints

Shades of #ABC97F

#ABC97F
(171,201,127)
#9CB774
(156,183,116)
#8DA569
(141,165,105)
#7E935E
(126,147,94)
#6F8153
(111,129,83)
#606F48
(96,111,72)
#515D3D
(81,93,61)
#424B32
(66,75,50)
#333927
(51,57,39)
#24271C
(36,39,28)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #ABC97F

#ABC97F
(171,201,127)
#B2CD8A
(178,205,138)
#B9D195
(185,209,149)
#C0D5A0
(192,213,160)
#C7D9AB
(199,217,171)
#CEDDB6
(206,221,182)
#D5E1C1
(213,225,193)
#DCE5CC
(220,229,204)
#E3E9D7
(227,233,215)
#EAEDE2
(234,237,226)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC97F color. Also use rgb(171,201,127) instead hex code.

Text Font Color

.myTextColor { color: #ABC97F; }

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

This text font color is #ABC97F.


Background Color

.myBgColor { background-color: #ABC97F; }

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

This div background color is #ABC97F.


Border color

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

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

This div border color is #ABC97F.


Opacity

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

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

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

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

This text has shadow with #ABC97F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC97F on black background.


Color preview on white background

This text has color #ABC97F on white background.



Black color preview on #ABC97F background

This text has black color on #ABC97F background.


White color preview on #ABC97F background

This text has white color on #ABC97F background.