COLOR #80D17B

HEX: #80D17B
RGB: (128,209,123)

Renk bilgisi

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

RGB renk modeli

#80D17B color RGB value is (128,209,123).

  • kırmız ton 128;
  • yeşil ton 209;
  • mavi ton 123.
RGB:
(128,209,123)
(50%,82%,48%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 209 of 255 = 82%
B 123 of 255 = 48%

128
209
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 209 + 123 = 460 (100%)
R 128 of 460 ~ 27.83%
G 209 of 460 ~ 45.43%
B 123 of 460 ~ 26.74%

%27.83
%45.43
%26.74

CMYK RENK MODELİ

#80D17B rengi CMYK tonu (39,0,41,18).

  • camgöbeği tonu 38.76%
  • eflatun tonu 0.00%
  • sarı tonu 41.15%
  • ana renk tonu 18.04%
CMYK:
(39,0,41,18)
C39M0Y41K18 
(39%,0%,41%,18%)
(0.39/0.00/0.41/0.18)	

CMYK yüzdeleri

%38.76
%0
%41.15
%18.04

Codes

Color #80D17B in popluar color models

80D17B
RGB128209123
HSL117°48.31%65.10%
HSB/HSV117°41.15%81.96%
CMYK38.76%0.00%41.15%
18.04%

Color #80D17B in popluar number systems.

HEX80D17B
Decimal128209123
Binary10000000110100011111011
Octal200321173

Shades and tints

Shades of #80D17B

#80D17B
(128,209,123)
#75BE70
(117,190,112)
#6AAB65
(106,171,101)
#5F985A
(95,152,90)
#54854F
(84,133,79)
#497244
(73,114,68)
#3E5F39
(62,95,57)
#334C2E
(51,76,46)
#283923
(40,57,35)
#1D2618
(29,38,24)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #80D17B

#80D17B
(128,209,123)
#8BD587
(139,213,135)
#96D993
(150,217,147)
#A1DD9F
(161,221,159)
#ACE1AB
(172,225,171)
#B7E5B7
(183,229,183)
#C2E9C3
(194,233,195)
#CDEDCF
(205,237,207)
#D8F1DB
(216,241,219)
#E3F5E7
(227,245,231)
#EEF9F3
(238,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D17B color. Also use rgb(128,209,123) instead hex code.

Text Font Color

.myTextColor { color: #80D17B; }

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

This text font color is #80D17B.


Background Color

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

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

This div background color is #80D17B.


Border color

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

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

This div border color is #80D17B.


Opacity

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

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

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

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

This text has shadow with #80D17B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D17B on black background.


Color preview on white background

This text has color #80D17B on white background.



Black color preview on #80D17B background

This text has black color on #80D17B background.


White color preview on #80D17B background

This text has white color on #80D17B background.