COLOR #80AB8C

HEX: #80AB8C
RGB: (128,171,140)

Renk bilgisi

#80AB8C contains red, green and blue colors in about the same proportion. #80AB8C ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#80AB8C color RGB value is (128,171,140).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 171 of 255 = 67%
B 140 of 255 = 55%

128
171
140

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 171 + 140 = 439 (100%)
R 128 of 439 ~ 29.16%
G 171 of 439 ~ 38.95%
B 140 of 439 ~ 31.89%

%29.16
%38.95
%31.89

CMYK RENK MODELİ

#80AB8C rengi CMYK tonu (25,0,18,33).

  • camgöbeği tonu 25.15%
  • eflatun tonu 0.00%
  • sarı tonu 18.13%
  • ana renk tonu 32.94%
CMYK:
(25,0,18,33)
C25M0Y18K33 
(25%,0%,18%,33%)
(0.25/0.00/0.18/0.33)	

CMYK yüzdeleri

%25.15
%0
%18.13
%32.94

Codes

Color #80AB8C in popluar color models

80AB8C
RGB128171140
HSL137°20.38%58.63%
HSB/HSV137°25.15%67.06%
CMYK25.15%0.00%18.13%
32.94%

Color #80AB8C in popluar number systems.

HEX80AB8C
Decimal128171140
Binary100000001010101110001100
Octal200253214

Shades and tints

Shades of #80AB8C

#80AB8C
(128,171,140)
#759C80
(117,156,128)
#6A8D74
(106,141,116)
#5F7E68
(95,126,104)
#546F5C
(84,111,92)
#496050
(73,96,80)
#3E5144
(62,81,68)
#334238
(51,66,56)
#28332C
(40,51,44)
#1D2420
(29,36,32)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #80AB8C

#80AB8C
(128,171,140)
#8BB296
(139,178,150)
#96B9A0
(150,185,160)
#A1C0AA
(161,192,170)
#ACC7B4
(172,199,180)
#B7CEBE
(183,206,190)
#C2D5C8
(194,213,200)
#CDDCD2
(205,220,210)
#D8E3DC
(216,227,220)
#E3EAE6
(227,234,230)
#EEF1F0
(238,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AB8C; }

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

This text font color is #80AB8C.


Background Color

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

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

This div background color is #80AB8C.


Border color

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

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

This div border color is #80AB8C.


Opacity

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

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

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

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

This text has shadow with #80AB8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AB8C on black background.


Color preview on white background

This text has color #80AB8C on white background.



Black color preview on #80AB8C background

This text has black color on #80AB8C background.


White color preview on #80AB8C background

This text has white color on #80AB8C background.