COLOR #80ABD2

HEX: #80ABD2
RGB: (128,171,210)

Renk bilgisi

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

RGB renk modeli

#80ABD2 color RGB value is (128,171,210).

  • kırmız ton 128;
  • yeşil ton 171;
  • mavi ton 210.
RGB:
(128,171,210)
(50%,67%,82%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 171 of 255 = 67%
B 210 of 255 = 82%

128
171
210

R + G + B ~ 66%. #80ABD2 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 171 + 210 = 509 (100%)
R 128 of 509 ~ 25.15%
G 171 of 509 ~ 33.6%
B 210 of 509 ~ 41.26%

%25.15
%33.6
%41.26

CMYK RENK MODELİ

#80ABD2 rengi CMYK tonu (39,19,0,18).

  • camgöbeği tonu 39.05%
  • eflatun tonu 18.57%
  • sarı tonu 0.00%
  • ana renk tonu 17.65%
CMYK:
(39,19,0,18)
C39M19Y0K18 
(39%,19%,0%,18%)
(0.39/0.19/0.00/0.18)	

CMYK yüzdeleri

%39.05
%18.57
%0
%17.65

Codes

Color #80ABD2 in popluar color models

80ABD2
RGB128171210
HSL209°47.67%66.27%
HSB/HSV209°39.05%82.35%
CMYK39.05%18.57%0.00%
17.65%

Color #80ABD2 in popluar number systems.

HEX80ABD2
Decimal128171210
Binary100000001010101111010010
Octal200253322

Shades and tints

Shades of #80ABD2

#80ABD2
(128,171,210)
#759CBF
(117,156,191)
#6A8DAC
(106,141,172)
#5F7E99
(95,126,153)
#546F86
(84,111,134)
#496073
(73,96,115)
#3E5160
(62,81,96)
#33424D
(51,66,77)
#28333A
(40,51,58)
#1D2427
(29,36,39)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #80ABD2

#80ABD2
(128,171,210)
#8BB2D6
(139,178,214)
#96B9DA
(150,185,218)
#A1C0DE
(161,192,222)
#ACC7E2
(172,199,226)
#B7CEE6
(183,206,230)
#C2D5EA
(194,213,234)
#CDDCEE
(205,220,238)
#D8E3F2
(216,227,242)
#E3EAF6
(227,234,246)
#EEF1FA
(238,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80ABD2 color. Also use rgb(128,171,210) instead hex code.

Text Font Color

.myTextColor { color: #80ABD2; }

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

This text font color is #80ABD2.


Background Color

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

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

This div background color is #80ABD2.


Border color

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

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

This div border color is #80ABD2.


Opacity

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

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

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

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

This text has shadow with #80ABD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80ABD2 on black background.


Color preview on white background

This text has color #80ABD2 on white background.



Black color preview on #80ABD2 background

This text has black color on #80ABD2 background.


White color preview on #80ABD2 background

This text has white color on #80ABD2 background.