COLOR #80B491

HEX: #80B491
RGB: (128,180,145)

Renk bilgisi

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

RGB renk modeli

#80B491 color RGB value is (128,180,145).

  • kırmız ton 128;
  • yeşil ton 180;
  • mavi ton 145.
RGB:
(128,180,145)
(50%,71%,57%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 180 of 255 = 71%
B 145 of 255 = 57%

128
180
145

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 180 + 145 = 453 (100%)
R 128 of 453 ~ 28.26%
G 180 of 453 ~ 39.74%
B 145 of 453 ~ 32.01%

%28.26
%39.74
%32.01

CMYK RENK MODELİ

#80B491 rengi CMYK tonu (29,0,19,29).

  • camgöbeği tonu 28.89%
  • eflatun tonu 0.00%
  • sarı tonu 19.44%
  • ana renk tonu 29.41%
CMYK:
(29,0,19,29)
C29M0Y19K29 
(29%,0%,19%,29%)
(0.29/0.00/0.19/0.29)	

CMYK yüzdeleri

%28.89
%0
%19.44
%29.41

Codes

Color #80B491 in popluar color models

80B491
RGB128180145
HSL140°25.74%60.39%
HSB/HSV140°28.89%70.59%
CMYK28.89%0.00%19.44%
29.41%

Color #80B491 in popluar number systems.

HEX80B491
Decimal128180145
Binary100000001011010010010001
Octal200264221

Shades and tints

Shades of #80B491

#80B491
(128,180,145)
#75A484
(117,164,132)
#6A9477
(106,148,119)
#5F846A
(95,132,106)
#54745D
(84,116,93)
#496450
(73,100,80)
#3E5443
(62,84,67)
#334436
(51,68,54)
#283429
(40,52,41)
#1D241C
(29,36,28)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #80B491

#80B491
(128,180,145)
#8BBA9B
(139,186,155)
#96C0A5
(150,192,165)
#A1C6AF
(161,198,175)
#ACCCB9
(172,204,185)
#B7D2C3
(183,210,195)
#C2D8CD
(194,216,205)
#CDDED7
(205,222,215)
#D8E4E1
(216,228,225)
#E3EAEB
(227,234,235)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B491 color. Also use rgb(128,180,145) instead hex code.

Text Font Color

.myTextColor { color: #80B491; }

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

This text font color is #80B491.


Background Color

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

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

This div background color is #80B491.


Border color

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

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

This div border color is #80B491.


Opacity

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

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

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

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

This text has shadow with #80B491 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B491 on black background.


Color preview on white background

This text has color #80B491 on white background.



Black color preview on #80B491 background

This text has black color on #80B491 background.


White color preview on #80B491 background

This text has white color on #80B491 background.