COLOR #80A0B0

HEX: #80A0B0
RGB: (128,160,176)

Renk bilgisi

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

RGB renk modeli

#80A0B0 color RGB value is (128,160,176).

  • kırmız ton 128;
  • yeşil ton 160;
  • mavi ton 176.
RGB:
(128,160,176)
(50%,63%,69%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 160 of 255 = 63%
B 176 of 255 = 69%

128
160
176

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 160 + 176 = 464 (100%)
R 128 of 464 ~ 27.59%
G 160 of 464 ~ 34.48%
B 176 of 464 ~ 37.93%

%27.59
%34.48
%37.93

CMYK RENK MODELİ

#80A0B0 rengi CMYK tonu (27,9,0,31).

  • camgöbeği tonu 27.27%
  • eflatun tonu 9.09%
  • sarı tonu 0.00%
  • ana renk tonu 30.98%
CMYK:
(27,9,0,31)
C27M9Y0K31 
(27%,9%,0%,31%)
(0.27/0.09/0.00/0.31)	

CMYK yüzdeleri

%27.27
%9.09
%0
%30.98

Codes

Color #80A0B0 in popluar color models

80A0B0
RGB128160176
HSL200°23.30%59.61%
HSB/HSV200°27.27%69.02%
CMYK27.27%9.09%0.00%
30.98%

Color #80A0B0 in popluar number systems.

HEX80A0B0
Decimal128160176
Binary100000001010000010110000
Octal200240260

Shades and tints

Shades of #80A0B0

#80A0B0
(128,160,176)
#7592A0
(117,146,160)
#6A8490
(106,132,144)
#5F7680
(95,118,128)
#546870
(84,104,112)
#495A60
(73,90,96)
#3E4C50
(62,76,80)
#333E40
(51,62,64)
#283030
(40,48,48)
#1D2220
(29,34,32)
#121410
(18,20,16)
#000000
(0,0,0)

Tints of #80A0B0

#80A0B0
(128,160,176)
#8BA8B7
(139,168,183)
#96B0BE
(150,176,190)
#A1B8C5
(161,184,197)
#ACC0CC
(172,192,204)
#B7C8D3
(183,200,211)
#C2D0DA
(194,208,218)
#CDD8E1
(205,216,225)
#D8E0E8
(216,224,232)
#E3E8EF
(227,232,239)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A0B0 color. Also use rgb(128,160,176) instead hex code.

Text Font Color

.myTextColor { color: #80A0B0; }

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

This text font color is #80A0B0.


Background Color

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

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

This div background color is #80A0B0.


Border color

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

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

This div border color is #80A0B0.


Opacity

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

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

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

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

This text has shadow with #80A0B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A0B0 on black background.


Color preview on white background

This text has color #80A0B0 on white background.



Black color preview on #80A0B0 background

This text has black color on #80A0B0 background.


White color preview on #80A0B0 background

This text has white color on #80A0B0 background.