COLOR #80ABD4

HEX: #80ABD4
RGB: (128,171,212)

Renk bilgisi

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

RGB renk modeli

#80ABD4 color RGB value is (128,171,212).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 171 of 255 = 67%
B 212 of 255 = 83%

128
171
212

R + G + B ~ 67%. #80ABD4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 171 + 212 = 511 (100%)
R 128 of 511 ~ 25.05%
G 171 of 511 ~ 33.46%
B 212 of 511 ~ 41.49%

%25.05
%33.46
%41.49

CMYK RENK MODELİ

#80ABD4 rengi CMYK tonu (40,19,0,17).

  • camgöbeği tonu 39.62%
  • eflatun tonu 19.34%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(40,19,0,17)
C40M19Y0K17 
(40%,19%,0%,17%)
(0.40/0.19/0.00/0.17)	

CMYK yüzdeleri

%39.62
%19.34
%0
%16.86

Codes

Color #80ABD4 in popluar color models

80ABD4
RGB128171212
HSL209°49.41%66.67%
HSB/HSV209°39.62%83.14%
CMYK39.62%19.34%0.00%
16.86%

Color #80ABD4 in popluar number systems.

HEX80ABD4
Decimal128171212
Binary100000001010101111010100
Octal200253324

Shades and tints

Shades of #80ABD4

#80ABD4
(128,171,212)
#759CC1
(117,156,193)
#6A8DAE
(106,141,174)
#5F7E9B
(95,126,155)
#546F88
(84,111,136)
#496075
(73,96,117)
#3E5162
(62,81,98)
#33424F
(51,66,79)
#28333C
(40,51,60)
#1D2429
(29,36,41)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #80ABD4

#80ABD4
(128,171,212)
#8BB2D7
(139,178,215)
#96B9DA
(150,185,218)
#A1C0DD
(161,192,221)
#ACC7E0
(172,199,224)
#B7CEE3
(183,206,227)
#C2D5E6
(194,213,230)
#CDDCE9
(205,220,233)
#D8E3EC
(216,227,236)
#E3EAEF
(227,234,239)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80ABD4; }

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

This text font color is #80ABD4.


Background Color

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

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

This div background color is #80ABD4.


Border color

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

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

This div border color is #80ABD4.


Opacity

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

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

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

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

This text has shadow with #80ABD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80ABD4 on black background.


Color preview on white background

This text has color #80ABD4 on white background.



Black color preview on #80ABD4 background

This text has black color on #80ABD4 background.


White color preview on #80ABD4 background

This text has white color on #80ABD4 background.