COLOR #80BBA6

HEX: #80BBA6
RGB: (128,187,166)

Renk bilgisi

#80BBA6 contains red, green and blue colors in about the same proportion. #80BBA6 ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#80BBA6 color RGB value is (128,187,166).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 187 of 255 = 73%
B 166 of 255 = 65%

128
187
166

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 187 + 166 = 481 (100%)
R 128 of 481 ~ 26.61%
G 187 of 481 ~ 38.88%
B 166 of 481 ~ 34.51%

%26.61
%38.88
%34.51

CMYK RENK MODELİ

#80BBA6 rengi CMYK tonu (32,0,11,27).

  • camgöbeği tonu 31.55%
  • eflatun tonu 0.00%
  • sarı tonu 11.23%
  • ana renk tonu 26.67%
CMYK:
(32,0,11,27)
C32M0Y11K27 
(32%,0%,11%,27%)
(0.32/0.00/0.11/0.27)	

CMYK yüzdeleri

%31.55
%0
%11.23
%26.67

Codes

Color #80BBA6 in popluar color models

80BBA6
RGB128187166
HSL159°30.26%61.76%
HSB/HSV159°31.55%73.33%
CMYK31.55%0.00%11.23%
26.67%

Color #80BBA6 in popluar number systems.

HEX80BBA6
Decimal128187166
Binary100000001011101110100110
Octal200273246

Shades and tints

Shades of #80BBA6

#80BBA6
(128,187,166)
#75AA97
(117,170,151)
#6A9988
(106,153,136)
#5F8879
(95,136,121)
#54776A
(84,119,106)
#49665B
(73,102,91)
#3E554C
(62,85,76)
#33443D
(51,68,61)
#28332E
(40,51,46)
#1D221F
(29,34,31)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #80BBA6

#80BBA6
(128,187,166)
#8BC1AE
(139,193,174)
#96C7B6
(150,199,182)
#A1CDBE
(161,205,190)
#ACD3C6
(172,211,198)
#B7D9CE
(183,217,206)
#C2DFD6
(194,223,214)
#CDE5DE
(205,229,222)
#D8EBE6
(216,235,230)
#E3F1EE
(227,241,238)
#EEF7F6
(238,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BBA6; }

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

This text font color is #80BBA6.


Background Color

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

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

This div background color is #80BBA6.


Border color

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

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

This div border color is #80BBA6.


Opacity

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

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

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

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

This text has shadow with #80BBA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BBA6 on black background.


Color preview on white background

This text has color #80BBA6 on white background.



Black color preview on #80BBA6 background

This text has black color on #80BBA6 background.


White color preview on #80BBA6 background

This text has white color on #80BBA6 background.