COLOR #80D99D

HEX: #80D99D
RGB: (128,217,157)

Renk bilgisi

#80D99D contains mainly green color. #80D99D ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#80D99D color RGB value is (128,217,157).

  • kırmız ton 128;
  • yeşil ton 217;
  • mavi ton 157.
RGB:
(128,217,157)
(50%,85%,62%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 217 of 255 = 85%
B 157 of 255 = 62%

128
217
157

R + G + B ~ 66%. #80D99D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 217 + 157 = 502 (100%)
R 128 of 502 ~ 25.5%
G 217 of 502 ~ 43.23%
B 157 of 502 ~ 31.27%

%25.5
%43.23
%31.27

CMYK RENK MODELİ

#80D99D rengi CMYK tonu (41,0,28,15).

  • camgöbeği tonu 41.01%
  • eflatun tonu 0.00%
  • sarı tonu 27.65%
  • ana renk tonu 14.90%
CMYK:
(41,0,28,15)
C41M0Y28K15 
(41%,0%,28%,15%)
(0.41/0.00/0.28/0.15)	

CMYK yüzdeleri

%41.01
%0
%27.65
%14.9

Codes

Color #80D99D in popluar color models

80D99D
RGB128217157
HSL140°53.94%67.65%
HSB/HSV140°41.01%85.10%
CMYK41.01%0.00%27.65%
14.90%

Color #80D99D in popluar number systems.

HEX80D99D
Decimal128217157
Binary100000001101100110011101
Octal200331235

Shades and tints

Shades of #80D99D

#80D99D
(128,217,157)
#75C68F
(117,198,143)
#6AB381
(106,179,129)
#5FA073
(95,160,115)
#548D65
(84,141,101)
#497A57
(73,122,87)
#3E6749
(62,103,73)
#33543B
(51,84,59)
#28412D
(40,65,45)
#1D2E1F
(29,46,31)
#121B11
(18,27,17)
#000000
(0,0,0)

Tints of #80D99D

#80D99D
(128,217,157)
#8BDCA5
(139,220,165)
#96DFAD
(150,223,173)
#A1E2B5
(161,226,181)
#ACE5BD
(172,229,189)
#B7E8C5
(183,232,197)
#C2EBCD
(194,235,205)
#CDEED5
(205,238,213)
#D8F1DD
(216,241,221)
#E3F4E5
(227,244,229)
#EEF7ED
(238,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80D99D color. Also use rgb(128,217,157) instead hex code.

Text Font Color

.myTextColor { color: #80D99D; }

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

This text font color is #80D99D.


Background Color

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

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

This div background color is #80D99D.


Border color

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

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

This div border color is #80D99D.


Opacity

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

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

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

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

This text has shadow with #80D99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80D99D on black background.


Color preview on white background

This text has color #80D99D on white background.



Black color preview on #80D99D background

This text has black color on #80D99D background.


White color preview on #80D99D background

This text has white color on #80D99D background.