COLOR #80C66B

HEX: #80C66B
RGB: (128,198,107)

Renk bilgisi

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

RGB renk modeli

#80C66B color RGB value is (128,198,107).

  • kırmız ton 128;
  • yeşil ton 198;
  • mavi ton 107.
RGB:
(128,198,107)
(50%,78%,42%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 198 of 255 = 78%
B 107 of 255 = 42%

128
198
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 198 + 107 = 433 (100%)
R 128 of 433 ~ 29.56%
G 198 of 433 ~ 45.73%
B 107 of 433 ~ 24.71%

%29.56
%45.73
%24.71

CMYK RENK MODELİ

#80C66B rengi CMYK tonu (35,0,46,22).

  • camgöbeği tonu 35.35%
  • eflatun tonu 0.00%
  • sarı tonu 45.96%
  • ana renk tonu 22.35%
CMYK:
(35,0,46,22)
C35M0Y46K22 
(35%,0%,46%,22%)
(0.35/0.00/0.46/0.22)	

CMYK yüzdeleri

%35.35
%0
%45.96
%22.35

Codes

Color #80C66B in popluar color models

80C66B
RGB128198107
HSL106°44.39%59.80%
HSB/HSV106°45.96%77.65%
CMYK35.35%0.00%45.96%
22.35%

Color #80C66B in popluar number systems.

HEX80C66B
Decimal128198107
Binary10000000110001101101011
Octal200306153

Shades and tints

Shades of #80C66B

#80C66B
(128,198,107)
#75B462
(117,180,98)
#6AA259
(106,162,89)
#5F9050
(95,144,80)
#547E47
(84,126,71)
#496C3E
(73,108,62)
#3E5A35
(62,90,53)
#33482C
(51,72,44)
#283623
(40,54,35)
#1D241A
(29,36,26)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #80C66B

#80C66B
(128,198,107)
#8BCB78
(139,203,120)
#96D085
(150,208,133)
#A1D592
(161,213,146)
#ACDA9F
(172,218,159)
#B7DFAC
(183,223,172)
#C2E4B9
(194,228,185)
#CDE9C6
(205,233,198)
#D8EED3
(216,238,211)
#E3F3E0
(227,243,224)
#EEF8ED
(238,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C66B color. Also use rgb(128,198,107) instead hex code.

Text Font Color

.myTextColor { color: #80C66B; }

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

This text font color is #80C66B.


Background Color

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

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

This div background color is #80C66B.


Border color

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

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

This div border color is #80C66B.


Opacity

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

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

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

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

This text has shadow with #80C66B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C66B on black background.


Color preview on white background

This text has color #80C66B on white background.



Black color preview on #80C66B background

This text has black color on #80C66B background.


White color preview on #80C66B background

This text has white color on #80C66B background.