COLOR #80B197

HEX: #80B197
RGB: (128,177,151)

Renk bilgisi

#80B197 contains red, green and blue colors in about the same proportion. #80B197 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#80B197 color RGB value is (128,177,151).

  • kırmız ton 128;
  • yeşil ton 177;
  • mavi ton 151.
RGB:
(128,177,151)
(50%,69%,59%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 177 of 255 = 69%
B 151 of 255 = 59%

128
177
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 177 + 151 = 456 (100%)
R 128 of 456 ~ 28.07%
G 177 of 456 ~ 38.82%
B 151 of 456 ~ 33.11%

%28.07
%38.82
%33.11

CMYK RENK MODELİ

#80B197 rengi CMYK tonu (28,0,15,31).

  • camgöbeği tonu 27.68%
  • eflatun tonu 0.00%
  • sarı tonu 14.69%
  • ana renk tonu 30.59%
CMYK:
(28,0,15,31)
C28M0Y15K31 
(28%,0%,15%,31%)
(0.28/0.00/0.15/0.31)	

CMYK yüzdeleri

%27.68
%0
%14.69
%30.59

Codes

Color #80B197 in popluar color models

80B197
RGB128177151
HSL148°23.90%59.80%
HSB/HSV148°27.68%69.41%
CMYK27.68%0.00%14.69%
30.59%

Color #80B197 in popluar number systems.

HEX80B197
Decimal128177151
Binary100000001011000110010111
Octal200261227

Shades and tints

Shades of #80B197

#80B197
(128,177,151)
#75A18A
(117,161,138)
#6A917D
(106,145,125)
#5F8170
(95,129,112)
#547163
(84,113,99)
#496156
(73,97,86)
#3E5149
(62,81,73)
#33413C
(51,65,60)
#28312F
(40,49,47)
#1D2122
(29,33,34)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #80B197

#80B197
(128,177,151)
#8BB8A0
(139,184,160)
#96BFA9
(150,191,169)
#A1C6B2
(161,198,178)
#ACCDBB
(172,205,187)
#B7D4C4
(183,212,196)
#C2DBCD
(194,219,205)
#CDE2D6
(205,226,214)
#D8E9DF
(216,233,223)
#E3F0E8
(227,240,232)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B197 color. Also use rgb(128,177,151) instead hex code.

Text Font Color

.myTextColor { color: #80B197; }

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

This text font color is #80B197.


Background Color

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

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

This div background color is #80B197.


Border color

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

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

This div border color is #80B197.


Opacity

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

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

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

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

This text has shadow with #80B197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B197 on black background.


Color preview on white background

This text has color #80B197 on white background.



Black color preview on #80B197 background

This text has black color on #80B197 background.


White color preview on #80B197 background

This text has white color on #80B197 background.