COLOR #80C799

HEX: #80C799
RGB: (128,199,153)

Renk bilgisi

#80C799 contains mainly green and blue colors. #80C799 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#80C799 color RGB value is (128,199,153).

  • kırmız ton 128;
  • yeşil ton 199;
  • mavi ton 153.
RGB:
(128,199,153)
(50%,78%,60%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 199 of 255 = 78%
B 153 of 255 = 60%

128
199
153

R + G + B ~ 63%. #80C799 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 199 + 153 = 480 (100%)
R 128 of 480 ~ 26.67%
G 199 of 480 ~ 41.46%
B 153 of 480 ~ 31.88%

%26.67
%41.46
%31.88

CMYK RENK MODELİ

#80C799 rengi CMYK tonu (36,0,23,22).

  • camgöbeği tonu 35.68%
  • eflatun tonu 0.00%
  • sarı tonu 23.12%
  • ana renk tonu 21.96%
CMYK:
(36,0,23,22)
C36M0Y23K22 
(36%,0%,23%,22%)
(0.36/0.00/0.23/0.22)	

CMYK yüzdeleri

%35.68
%0
%23.12
%21.96

Codes

Color #80C799 in popluar color models

80C799
RGB128199153
HSL141°38.80%64.12%
HSB/HSV141°35.68%78.04%
CMYK35.68%0.00%23.12%
21.96%

Color #80C799 in popluar number systems.

HEX80C799
Decimal128199153
Binary100000001100011110011001
Octal200307231

Shades and tints

Shades of #80C799

#80C799
(128,199,153)
#75B58C
(117,181,140)
#6AA37F
(106,163,127)
#5F9172
(95,145,114)
#547F65
(84,127,101)
#496D58
(73,109,88)
#3E5B4B
(62,91,75)
#33493E
(51,73,62)
#283731
(40,55,49)
#1D2524
(29,37,36)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #80C799

#80C799
(128,199,153)
#8BCCA2
(139,204,162)
#96D1AB
(150,209,171)
#A1D6B4
(161,214,180)
#ACDBBD
(172,219,189)
#B7E0C6
(183,224,198)
#C2E5CF
(194,229,207)
#CDEAD8
(205,234,216)
#D8EFE1
(216,239,225)
#E3F4EA
(227,244,234)
#EEF9F3
(238,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C799 color. Also use rgb(128,199,153) instead hex code.

Text Font Color

.myTextColor { color: #80C799; }

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

This text font color is #80C799.


Background Color

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

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

This div background color is #80C799.


Border color

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

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

This div border color is #80C799.


Opacity

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

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

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

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

This text has shadow with #80C799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C799 on black background.


Color preview on white background

This text has color #80C799 on white background.



Black color preview on #80C799 background

This text has black color on #80C799 background.


White color preview on #80C799 background

This text has white color on #80C799 background.