COLOR #80ABFF

HEX: #80ABFF
RGB: (128,171,255)

Renk bilgisi

#80ABFF contains mainly blue color. #80ABFF ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#80ABFF color RGB value is (128,171,255).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 171 of 255 = 67%
B 255 of 255 = 100%

128
171
255

R + G + B ~ 72%. #80ABFF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 171 + 255 = 554 (100%)
R 128 of 554 ~ 23.1%
G 171 of 554 ~ 30.87%
B 255 of 554 ~ 46.03%

%23.1
%30.87
%46.03

CMYK RENK MODELİ

#80ABFF rengi CMYK tonu (50,33,0,0).

  • camgöbeği tonu 49.80%
  • eflatun tonu 32.94%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(50,33,0,0)
C50M33Y0K0 
(50%,33%,0%,0%)
(0.50/0.33/0.00/0.00)	

CMYK yüzdeleri

%49.8
%32.94
%0
%0

Codes

Color #80ABFF in popluar color models

80ABFF
RGB128171255
HSL220°100.00%75.10%
HSB/HSV220°49.80%100.00%
CMYK49.80%32.94%0.00%
0.00%

Color #80ABFF in popluar number systems.

HEX80ABFF
Decimal128171255
Binary100000001010101111111111
Octal200253377

Shades and tints

Shades of #80ABFF

#80ABFF
(128,171,255)
#759CE8
(117,156,232)
#6A8DD1
(106,141,209)
#5F7EBA
(95,126,186)
#546FA3
(84,111,163)
#49608C
(73,96,140)
#3E5175
(62,81,117)
#33425E
(51,66,94)
#283347
(40,51,71)
#1D2430
(29,36,48)
#121519
(18,21,25)
#000000
(0,0,0)

Tints of #80ABFF

#80ABFF
(128,171,255)
#8BB2FF
(139,178,255)
#96B9FF
(150,185,255)
#A1C0FF
(161,192,255)
#ACC7FF
(172,199,255)
#B7CEFF
(183,206,255)
#C2D5FF
(194,213,255)
#CDDCFF
(205,220,255)
#D8E3FF
(216,227,255)
#E3EAFF
(227,234,255)
#EEF1FF
(238,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80ABFF; }

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

This text font color is #80ABFF.


Background Color

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

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

This div background color is #80ABFF.


Border color

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

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

This div border color is #80ABFF.


Opacity

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

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

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

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

This text has shadow with #80ABFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80ABFF on black background.


Color preview on white background

This text has color #80ABFF on white background.



Black color preview on #80ABFF background

This text has black color on #80ABFF background.


White color preview on #80ABFF background

This text has white color on #80ABFF background.