COLOR #80B49D

HEX: #80B49D
RGB: (128,180,157)

Renk bilgisi

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

RGB renk modeli

#80B49D color RGB value is (128,180,157).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 180 of 255 = 71%
B 157 of 255 = 62%

128
180
157

R + G + B ~ 61%. #80B49D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 180 + 157 = 465 (100%)
R 128 of 465 ~ 27.53%
G 180 of 465 ~ 38.71%
B 157 of 465 ~ 33.76%

%27.53
%38.71
%33.76

CMYK RENK MODELİ

#80B49D rengi CMYK tonu (29,0,13,29).

  • camgöbeği tonu 28.89%
  • eflatun tonu 0.00%
  • sarı tonu 12.78%
  • ana renk tonu 29.41%
CMYK:
(29,0,13,29)
C29M0Y13K29 
(29%,0%,13%,29%)
(0.29/0.00/0.13/0.29)	

CMYK yüzdeleri

%28.89
%0
%12.78
%29.41

Codes

Color #80B49D in popluar color models

80B49D
RGB128180157
HSL153°25.74%60.39%
HSB/HSV153°28.89%70.59%
CMYK28.89%0.00%12.78%
29.41%

Color #80B49D in popluar number systems.

HEX80B49D
Decimal128180157
Binary100000001011010010011101
Octal200264235

Shades and tints

Shades of #80B49D

#80B49D
(128,180,157)
#75A48F
(117,164,143)
#6A9481
(106,148,129)
#5F8473
(95,132,115)
#547465
(84,116,101)
#496457
(73,100,87)
#3E5449
(62,84,73)
#33443B
(51,68,59)
#28342D
(40,52,45)
#1D241F
(29,36,31)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #80B49D

#80B49D
(128,180,157)
#8BBAA5
(139,186,165)
#96C0AD
(150,192,173)
#A1C6B5
(161,198,181)
#ACCCBD
(172,204,189)
#B7D2C5
(183,210,197)
#C2D8CD
(194,216,205)
#CDDED5
(205,222,213)
#D8E4DD
(216,228,221)
#E3EAE5
(227,234,229)
#EEF0ED
(238,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B49D; }

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

This text font color is #80B49D.


Background Color

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

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

This div background color is #80B49D.


Border color

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

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

This div border color is #80B49D.


Opacity

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

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

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

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

This text has shadow with #80B49D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B49D on black background.


Color preview on white background

This text has color #80B49D on white background.



Black color preview on #80B49D background

This text has black color on #80B49D background.


White color preview on #80B49D background

This text has white color on #80B49D background.