COLOR #80AB6F

HEX: #80AB6F
RGB: (128,171,111)

Renk bilgisi

#80AB6F contains mainly red and green colors. #80AB6F ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#80AB6F color RGB value is (128,171,111).

  • kırmız ton 128;
  • yeşil ton 171;
  • mavi ton 111.
RGB:
(128,171,111)
(50%,67%,44%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 171 of 255 = 67%
B 111 of 255 = 44%

128
171
111

R + G + B ~ 54%. #80AB6F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 171 + 111 = 410 (100%)
R 128 of 410 ~ 31.22%
G 171 of 410 ~ 41.71%
B 111 of 410 ~ 27.07%

%31.22
%41.71
%27.07

CMYK RENK MODELİ

#80AB6F rengi CMYK tonu (25,0,35,33).

  • camgöbeği tonu 25.15%
  • eflatun tonu 0.00%
  • sarı tonu 35.09%
  • ana renk tonu 32.94%
CMYK:
(25,0,35,33)
C25M0Y35K33 
(25%,0%,35%,33%)
(0.25/0.00/0.35/0.33)	

CMYK yüzdeleri

%25.15
%0
%35.09
%32.94

Codes

Color #80AB6F in popluar color models

80AB6F
RGB128171111
HSL103°26.32%55.29%
HSB/HSV103°35.09%67.06%
CMYK25.15%0.00%35.09%
32.94%

Color #80AB6F in popluar number systems.

HEX80AB6F
Decimal128171111
Binary10000000101010111101111
Octal200253157

Shades and tints

Shades of #80AB6F

#80AB6F
(128,171,111)
#759C65
(117,156,101)
#6A8D5B
(106,141,91)
#5F7E51
(95,126,81)
#546F47
(84,111,71)
#49603D
(73,96,61)
#3E5133
(62,81,51)
#334229
(51,66,41)
#28331F
(40,51,31)
#1D2415
(29,36,21)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #80AB6F

#80AB6F
(128,171,111)
#8BB27C
(139,178,124)
#96B989
(150,185,137)
#A1C096
(161,192,150)
#ACC7A3
(172,199,163)
#B7CEB0
(183,206,176)
#C2D5BD
(194,213,189)
#CDDCCA
(205,220,202)
#D8E3D7
(216,227,215)
#E3EAE4
(227,234,228)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AB6F color. Also use rgb(128,171,111) instead hex code.

Text Font Color

.myTextColor { color: #80AB6F; }

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

This text font color is #80AB6F.


Background Color

.myBgColor { background-color: #80AB6F; }

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

This div background color is #80AB6F.


Border color

.myBorderColor { border: 1px solid #80AB6F; }

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

This div border color is #80AB6F.


Opacity

.myOpacity80 { color: #80AB6F; opacity: 0.8; }

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

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

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

This text has shadow with #80AB6F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AB6F on black background.


Color preview on white background

This text has color #80AB6F on white background.



Black color preview on #80AB6F background

This text has black color on #80AB6F background.


White color preview on #80AB6F background

This text has white color on #80AB6F background.