COLOR #80BEAF

HEX: #80BEAF
RGB: (128,190,175)

Renk bilgisi

#80BEAF contains mainly green and blue colors. #80BEAF ‘ nin web güvenlik rengi #66CC99 (ya da #6C9) dir.

RGB renk modeli

#80BEAF color RGB value is (128,190,175).

  • kırmız ton 128;
  • yeşil ton 190;
  • mavi ton 175.
RGB:
(128,190,175)
(50%,75%,69%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 190 of 255 = 75%
B 175 of 255 = 69%

128
190
175

R + G + B ~ 65%. #80BEAF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 190 + 175 = 493 (100%)
R 128 of 493 ~ 25.96%
G 190 of 493 ~ 38.54%
B 175 of 493 ~ 35.5%

%25.96
%38.54
%35.5

CMYK RENK MODELİ

#80BEAF rengi CMYK tonu (33,0,8,25).

  • camgöbeği tonu 32.63%
  • eflatun tonu 0.00%
  • sarı tonu 7.89%
  • ana renk tonu 25.49%
CMYK:
(33,0,8,25)
C33M0Y8K25 
(33%,0%,8%,25%)
(0.33/0.00/0.08/0.25)	

CMYK yüzdeleri

%32.63
%0
%7.89
%25.49

Codes

Color #80BEAF in popluar color models

80BEAF
RGB128190175
HSL165°32.29%62.35%
HSB/HSV165°32.63%74.51%
CMYK32.63%0.00%7.89%
25.49%

Color #80BEAF in popluar number systems.

HEX80BEAF
Decimal128190175
Binary100000001011111010101111
Octal200276257

Shades and tints

Shades of #80BEAF

#80BEAF
(128,190,175)
#75ADA0
(117,173,160)
#6A9C91
(106,156,145)
#5F8B82
(95,139,130)
#547A73
(84,122,115)
#496964
(73,105,100)
#3E5855
(62,88,85)
#334746
(51,71,70)
#283637
(40,54,55)
#1D2528
(29,37,40)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #80BEAF

#80BEAF
(128,190,175)
#8BC3B6
(139,195,182)
#96C8BD
(150,200,189)
#A1CDC4
(161,205,196)
#ACD2CB
(172,210,203)
#B7D7D2
(183,215,210)
#C2DCD9
(194,220,217)
#CDE1E0
(205,225,224)
#D8E6E7
(216,230,231)
#E3EBEE
(227,235,238)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BEAF color. Also use rgb(128,190,175) instead hex code.

Text Font Color

.myTextColor { color: #80BEAF; }

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

This text font color is #80BEAF.


Background Color

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

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

This div background color is #80BEAF.


Border color

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

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

This div border color is #80BEAF.


Opacity

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

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

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

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

This text has shadow with #80BEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BEAF on black background.


Color preview on white background

This text has color #80BEAF on white background.



Black color preview on #80BEAF background

This text has black color on #80BEAF background.


White color preview on #80BEAF background

This text has white color on #80BEAF background.