COLOR #80ADBD

HEX: #80ADBD
RGB: (128,173,189)

Renk bilgisi

#80ADBD contains mainly green and blue colors. #80ADBD ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#80ADBD color RGB value is (128,173,189).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 173 of 255 = 68%
B 189 of 255 = 74%

128
173
189

R + G + B ~ 64%. #80ADBD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 173 + 189 = 490 (100%)
R 128 of 490 ~ 26.12%
G 173 of 490 ~ 35.31%
B 189 of 490 ~ 38.57%

%26.12
%35.31
%38.57

CMYK RENK MODELİ

#80ADBD rengi CMYK tonu (32,8,0,26).

  • camgöbeği tonu 32.28%
  • eflatun tonu 8.47%
  • sarı tonu 0.00%
  • ana renk tonu 25.88%
CMYK:
(32,8,0,26)
C32M8Y0K26 
(32%,8%,0%,26%)
(0.32/0.08/0.00/0.26)	

CMYK yüzdeleri

%32.28
%8.47
%0
%25.88

Codes

Color #80ADBD in popluar color models

80ADBD
RGB128173189
HSL196°31.61%62.16%
HSB/HSV196°32.28%74.12%
CMYK32.28%8.47%0.00%
25.88%

Color #80ADBD in popluar number systems.

HEX80ADBD
Decimal128173189
Binary100000001010110110111101
Octal200255275

Shades and tints

Shades of #80ADBD

#80ADBD
(128,173,189)
#759EAC
(117,158,172)
#6A8F9B
(106,143,155)
#5F808A
(95,128,138)
#547179
(84,113,121)
#496268
(73,98,104)
#3E5357
(62,83,87)
#334446
(51,68,70)
#283535
(40,53,53)
#1D2624
(29,38,36)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #80ADBD

#80ADBD
(128,173,189)
#8BB4C3
(139,180,195)
#96BBC9
(150,187,201)
#A1C2CF
(161,194,207)
#ACC9D5
(172,201,213)
#B7D0DB
(183,208,219)
#C2D7E1
(194,215,225)
#CDDEE7
(205,222,231)
#D8E5ED
(216,229,237)
#E3ECF3
(227,236,243)
#EEF3F9
(238,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80ADBD; }

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

This text font color is #80ADBD.


Background Color

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

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

This div background color is #80ADBD.


Border color

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

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

This div border color is #80ADBD.


Opacity

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

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

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

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

This text has shadow with #80ADBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80ADBD on black background.


Color preview on white background

This text has color #80ADBD on white background.



Black color preview on #80ADBD background

This text has black color on #80ADBD background.


White color preview on #80ADBD background

This text has white color on #80ADBD background.