COLOR #80A4F0

HEX: #80A4F0
RGB: (128,164,240)

Renk bilgisi

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

RGB renk modeli

#80A4F0 color RGB value is (128,164,240).

  • kırmız ton 128;
  • yeşil ton 164;
  • mavi ton 240.
RGB:
(128,164,240)
(50%,64%,94%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 164 of 255 = 64%
B 240 of 255 = 94%

128
164
240

R + G + B ~ 69%. #80A4F0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 164 + 240 = 532 (100%)
R 128 of 532 ~ 24.06%
G 164 of 532 ~ 30.83%
B 240 of 532 ~ 45.11%

%24.06
%30.83
%45.11

CMYK RENK MODELİ

#80A4F0 rengi CMYK tonu (47,32,0,6).

  • camgöbeği tonu 46.67%
  • eflatun tonu 31.67%
  • sarı tonu 0.00%
  • ana renk tonu 5.88%
CMYK:
(47,32,0,6)
C47M32Y0K6 
(47%,32%,0%,6%)
(0.47/0.32/0.00/0.06)	

CMYK yüzdeleri

%46.67
%31.67
%0
%5.88

Codes

Color #80A4F0 in popluar color models

80A4F0
RGB128164240
HSL221°78.87%72.16%
HSB/HSV221°46.67%94.12%
CMYK46.67%31.67%0.00%
5.88%

Color #80A4F0 in popluar number systems.

HEX80A4F0
Decimal128164240
Binary100000001010010011110000
Octal200244360

Shades and tints

Shades of #80A4F0

#80A4F0
(128,164,240)
#7596DB
(117,150,219)
#6A88C6
(106,136,198)
#5F7AB1
(95,122,177)
#546C9C
(84,108,156)
#495E87
(73,94,135)
#3E5072
(62,80,114)
#33425D
(51,66,93)
#283448
(40,52,72)
#1D2633
(29,38,51)
#12181E
(18,24,30)
#000000
(0,0,0)

Tints of #80A4F0

#80A4F0
(128,164,240)
#8BACF1
(139,172,241)
#96B4F2
(150,180,242)
#A1BCF3
(161,188,243)
#ACC4F4
(172,196,244)
#B7CCF5
(183,204,245)
#C2D4F6
(194,212,246)
#CDDCF7
(205,220,247)
#D8E4F8
(216,228,248)
#E3ECF9
(227,236,249)
#EEF4FA
(238,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A4F0 color. Also use rgb(128,164,240) instead hex code.

Text Font Color

.myTextColor { color: #80A4F0; }

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

This text font color is #80A4F0.


Background Color

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

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

This div background color is #80A4F0.


Border color

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

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

This div border color is #80A4F0.


Opacity

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

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

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

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

This text has shadow with #80A4F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A4F0 on black background.


Color preview on white background

This text has color #80A4F0 on white background.



Black color preview on #80A4F0 background

This text has black color on #80A4F0 background.


White color preview on #80A4F0 background

This text has white color on #80A4F0 background.