COLOR #80ABDD

HEX: #80ABDD
RGB: (128,171,221)

Renk bilgisi

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

RGB renk modeli

#80ABDD color RGB value is (128,171,221).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 171 of 255 = 67%
B 221 of 255 = 87%

128
171
221

R + G + B ~ 68%. #80ABDD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 171 + 221 = 520 (100%)
R 128 of 520 ~ 24.62%
G 171 of 520 ~ 32.88%
B 221 of 520 ~ 42.5%

%24.62
%32.88
%42.5

CMYK RENK MODELİ

#80ABDD rengi CMYK tonu (42,23,0,13).

  • camgöbeği tonu 42.08%
  • eflatun tonu 22.62%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(42,23,0,13)
C42M23Y0K13 
(42%,23%,0%,13%)
(0.42/0.23/0.00/0.13)	

CMYK yüzdeleri

%42.08
%22.62
%0
%13.33

Codes

Color #80ABDD in popluar color models

80ABDD
RGB128171221
HSL212°57.76%68.43%
HSB/HSV212°42.08%86.67%
CMYK42.08%22.62%0.00%
13.33%

Color #80ABDD in popluar number systems.

HEX80ABDD
Decimal128171221
Binary100000001010101111011101
Octal200253335

Shades and tints

Shades of #80ABDD

#80ABDD
(128,171,221)
#759CC9
(117,156,201)
#6A8DB5
(106,141,181)
#5F7EA1
(95,126,161)
#546F8D
(84,111,141)
#496079
(73,96,121)
#3E5165
(62,81,101)
#334251
(51,66,81)
#28333D
(40,51,61)
#1D2429
(29,36,41)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #80ABDD

#80ABDD
(128,171,221)
#8BB2E0
(139,178,224)
#96B9E3
(150,185,227)
#A1C0E6
(161,192,230)
#ACC7E9
(172,199,233)
#B7CEEC
(183,206,236)
#C2D5EF
(194,213,239)
#CDDCF2
(205,220,242)
#D8E3F5
(216,227,245)
#E3EAF8
(227,234,248)
#EEF1FB
(238,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80ABDD; }

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

This text font color is #80ABDD.


Background Color

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

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

This div background color is #80ABDD.


Border color

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

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

This div border color is #80ABDD.


Opacity

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

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

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

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

This text has shadow with #80ABDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80ABDD on black background.


Color preview on white background

This text has color #80ABDD on white background.



Black color preview on #80ABDD background

This text has black color on #80ABDD background.


White color preview on #80ABDD background

This text has white color on #80ABDD background.