COLOR #80A9E1

HEX: #80A9E1
RGB: (128,169,225)

Renk bilgisi

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

RGB renk modeli

#80A9E1 color RGB value is (128,169,225).

  • kırmız ton 128;
  • yeşil ton 169;
  • mavi ton 225.
RGB:
(128,169,225)
(50%,66%,88%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 169 of 255 = 66%
B 225 of 255 = 88%

128
169
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 169 + 225 = 522 (100%)
R 128 of 522 ~ 24.52%
G 169 of 522 ~ 32.38%
B 225 of 522 ~ 43.1%

%24.52
%32.38
%43.1

CMYK RENK MODELİ

#80A9E1 rengi CMYK tonu (43,25,0,12).

  • camgöbeği tonu 43.11%
  • eflatun tonu 24.89%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(43,25,0,12)
C43M25Y0K12 
(43%,25%,0%,12%)
(0.43/0.25/0.00/0.12)	

CMYK yüzdeleri

%43.11
%24.89
%0
%11.76

Codes

Color #80A9E1 in popluar color models

80A9E1
RGB128169225
HSL215°61.78%69.22%
HSB/HSV215°43.11%88.24%
CMYK43.11%24.89%0.00%
11.76%

Color #80A9E1 in popluar number systems.

HEX80A9E1
Decimal128169225
Binary100000001010100111100001
Octal200251341

Shades and tints

Shades of #80A9E1

#80A9E1
(128,169,225)
#759ACD
(117,154,205)
#6A8BB9
(106,139,185)
#5F7CA5
(95,124,165)
#546D91
(84,109,145)
#495E7D
(73,94,125)
#3E4F69
(62,79,105)
#334055
(51,64,85)
#283141
(40,49,65)
#1D222D
(29,34,45)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #80A9E1

#80A9E1
(128,169,225)
#8BB0E3
(139,176,227)
#96B7E5
(150,183,229)
#A1BEE7
(161,190,231)
#ACC5E9
(172,197,233)
#B7CCEB
(183,204,235)
#C2D3ED
(194,211,237)
#CDDAEF
(205,218,239)
#D8E1F1
(216,225,241)
#E3E8F3
(227,232,243)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A9E1 color. Also use rgb(128,169,225) instead hex code.

Text Font Color

.myTextColor { color: #80A9E1; }

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

This text font color is #80A9E1.


Background Color

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

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

This div background color is #80A9E1.


Border color

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

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

This div border color is #80A9E1.


Opacity

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

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

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

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

This text has shadow with #80A9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A9E1 on black background.


Color preview on white background

This text has color #80A9E1 on white background.



Black color preview on #80A9E1 background

This text has black color on #80A9E1 background.


White color preview on #80A9E1 background

This text has white color on #80A9E1 background.