COLOR #80D87C

HEX: #80D87C
RGB: (128,216,124)

Renk bilgisi

#80D87C contains mainly green color. #80D87C ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#80D87C color RGB value is (128,216,124).

  • kırmız ton 128;
  • yeşil ton 216;
  • mavi ton 124.
RGB:
(128,216,124)
(50%,85%,49%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 216 of 255 = 85%
B 124 of 255 = 49%

128
216
124

R + G + B ~ 61%. #80D87C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 216 + 124 = 468 (100%)
R 128 of 468 ~ 27.35%
G 216 of 468 ~ 46.15%
B 124 of 468 ~ 26.5%

%27.35
%46.15
%26.5

CMYK RENK MODELİ

#80D87C rengi CMYK tonu (41,0,43,15).

  • camgöbeği tonu 40.74%
  • eflatun tonu 0.00%
  • sarı tonu 42.59%
  • ana renk tonu 15.29%
CMYK:
(41,0,43,15)
C41M0Y43K15 
(41%,0%,43%,15%)
(0.41/0.00/0.43/0.15)	

CMYK yüzdeleri

%40.74
%0
%42.59
%15.29

Codes

Color #80D87C in popluar color models

80D87C
RGB128216124
HSL117°54.12%66.67%
HSB/HSV117°42.59%84.71%
CMYK40.74%0.00%42.59%
15.29%

Color #80D87C in popluar number systems.

HEX80D87C
Decimal128216124
Binary10000000110110001111100
Octal200330174

Shades and tints

Shades of #80D87C

#80D87C
(128,216,124)
#75C571
(117,197,113)
#6AB266
(106,178,102)
#5F9F5B
(95,159,91)
#548C50
(84,140,80)
#497945
(73,121,69)
#3E663A
(62,102,58)
#33532F
(51,83,47)
#284024
(40,64,36)
#1D2D19
(29,45,25)
#121A0E
(18,26,14)
#000000
(0,0,0)

Tints of #80D87C

#80D87C
(128,216,124)
#8BDB87
(139,219,135)
#96DE92
(150,222,146)
#A1E19D
(161,225,157)
#ACE4A8
(172,228,168)
#B7E7B3
(183,231,179)
#C2EABE
(194,234,190)
#CDEDC9
(205,237,201)
#D8F0D4
(216,240,212)
#E3F3DF
(227,243,223)
#EEF6EA
(238,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D87C color. Also use rgb(128,216,124) instead hex code.

Text Font Color

.myTextColor { color: #80D87C; }

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

This text font color is #80D87C.


Background Color

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

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

This div background color is #80D87C.


Border color

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

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

This div border color is #80D87C.


Opacity

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

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

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

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

This text has shadow with #80D87C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D87C on black background.


Color preview on white background

This text has color #80D87C on white background.



Black color preview on #80D87C background

This text has black color on #80D87C background.


White color preview on #80D87C background

This text has white color on #80D87C background.