COLOR #80BB7E

HEX: #80BB7E
RGB: (128,187,126)

Renk bilgisi

#80BB7E contains mainly red and green colors. #80BB7E ‘ nin web güvenlik rengi #66CC66 (ya da #6C6) dir.

RGB renk modeli

#80BB7E color RGB value is (128,187,126).

  • kırmız ton 128;
  • yeşil ton 187;
  • mavi ton 126.
RGB:
(128,187,126)
(50%,73%,49%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 187 of 255 = 73%
B 126 of 255 = 49%

128
187
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 187 + 126 = 441 (100%)
R 128 of 441 ~ 29.02%
G 187 of 441 ~ 42.4%
B 126 of 441 ~ 28.57%

%29.02
%42.4
%28.57

CMYK RENK MODELİ

#80BB7E rengi CMYK tonu (32,0,33,27).

  • camgöbeği tonu 31.55%
  • eflatun tonu 0.00%
  • sarı tonu 32.62%
  • ana renk tonu 26.67%
CMYK:
(32,0,33,27)
C32M0Y33K27 
(32%,0%,33%,27%)
(0.32/0.00/0.33/0.27)	

CMYK yüzdeleri

%31.55
%0
%32.62
%26.67

Codes

Color #80BB7E in popluar color models

80BB7E
RGB128187126
HSL118°30.96%61.37%
HSB/HSV118°32.62%73.33%
CMYK31.55%0.00%32.62%
26.67%

Color #80BB7E in popluar number systems.

HEX80BB7E
Decimal128187126
Binary10000000101110111111110
Octal200273176

Shades and tints

Shades of #80BB7E

#80BB7E
(128,187,126)
#75AA73
(117,170,115)
#6A9968
(106,153,104)
#5F885D
(95,136,93)
#547752
(84,119,82)
#496647
(73,102,71)
#3E553C
(62,85,60)
#334431
(51,68,49)
#283326
(40,51,38)
#1D221B
(29,34,27)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #80BB7E

#80BB7E
(128,187,126)
#8BC189
(139,193,137)
#96C794
(150,199,148)
#A1CD9F
(161,205,159)
#ACD3AA
(172,211,170)
#B7D9B5
(183,217,181)
#C2DFC0
(194,223,192)
#CDE5CB
(205,229,203)
#D8EBD6
(216,235,214)
#E3F1E1
(227,241,225)
#EEF7EC
(238,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BB7E color. Also use rgb(128,187,126) instead hex code.

Text Font Color

.myTextColor { color: #80BB7E; }

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

This text font color is #80BB7E.


Background Color

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

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

This div background color is #80BB7E.


Border color

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

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

This div border color is #80BB7E.


Opacity

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

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

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

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

This text has shadow with #80BB7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BB7E on black background.


Color preview on white background

This text has color #80BB7E on white background.



Black color preview on #80BB7E background

This text has black color on #80BB7E background.


White color preview on #80BB7E background

This text has white color on #80BB7E background.