COLOR #80ADA4

HEX: #80ADA4
RGB: (128,173,164)

Renk bilgisi

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

RGB renk modeli

#80ADA4 color RGB value is (128,173,164).

  • kırmız ton 128;
  • yeşil ton 173;
  • mavi ton 164.
RGB:
(128,173,164)
(50%,68%,64%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 173 of 255 = 68%
B 164 of 255 = 64%

128
173
164

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 173 + 164 = 465 (100%)
R 128 of 465 ~ 27.53%
G 173 of 465 ~ 37.2%
B 164 of 465 ~ 35.27%

%27.53
%37.2
%35.27

CMYK RENK MODELİ

#80ADA4 rengi CMYK tonu (26,0,5,32).

  • camgöbeği tonu 26.01%
  • eflatun tonu 0.00%
  • sarı tonu 5.20%
  • ana renk tonu 32.16%
CMYK:
(26,0,5,32)
C26M0Y5K32 
(26%,0%,5%,32%)
(0.26/0.00/0.05/0.32)	

CMYK yüzdeleri

%26.01
%0
%5.2
%32.16

Codes

Color #80ADA4 in popluar color models

80ADA4
RGB128173164
HSL168°21.53%59.02%
HSB/HSV168°26.01%67.84%
CMYK26.01%0.00%5.20%
32.16%

Color #80ADA4 in popluar number systems.

HEX80ADA4
Decimal128173164
Binary100000001010110110100100
Octal200255244

Shades and tints

Shades of #80ADA4

#80ADA4
(128,173,164)
#759E96
(117,158,150)
#6A8F88
(106,143,136)
#5F807A
(95,128,122)
#54716C
(84,113,108)
#49625E
(73,98,94)
#3E5350
(62,83,80)
#334442
(51,68,66)
#283534
(40,53,52)
#1D2626
(29,38,38)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #80ADA4

#80ADA4
(128,173,164)
#8BB4AC
(139,180,172)
#96BBB4
(150,187,180)
#A1C2BC
(161,194,188)
#ACC9C4
(172,201,196)
#B7D0CC
(183,208,204)
#C2D7D4
(194,215,212)
#CDDEDC
(205,222,220)
#D8E5E4
(216,229,228)
#E3ECEC
(227,236,236)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80ADA4 color. Also use rgb(128,173,164) instead hex code.

Text Font Color

.myTextColor { color: #80ADA4; }

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

This text font color is #80ADA4.


Background Color

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

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

This div background color is #80ADA4.


Border color

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

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

This div border color is #80ADA4.


Opacity

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

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

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

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

This text has shadow with #80ADA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80ADA4 on black background.


Color preview on white background

This text has color #80ADA4 on white background.



Black color preview on #80ADA4 background

This text has black color on #80ADA4 background.


White color preview on #80ADA4 background

This text has white color on #80ADA4 background.