COLOR #80A9D8

HEX: #80A9D8
RGB: (128,169,216)

Renk bilgisi

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

RGB renk modeli

#80A9D8 color RGB value is (128,169,216).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 169 of 255 = 66%
B 216 of 255 = 85%

128
169
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 169 + 216 = 513 (100%)
R 128 of 513 ~ 24.95%
G 169 of 513 ~ 32.94%
B 216 of 513 ~ 42.11%

%24.95
%32.94
%42.11

CMYK RENK MODELİ

#80A9D8 rengi CMYK tonu (41,22,0,15).

  • camgöbeği tonu 40.74%
  • eflatun tonu 21.76%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(41,22,0,15)
C41M22Y0K15 
(41%,22%,0%,15%)
(0.41/0.22/0.00/0.15)	

CMYK yüzdeleri

%40.74
%21.76
%0
%15.29

Codes

Color #80A9D8 in popluar color models

80A9D8
RGB128169216
HSL212°53.01%67.45%
HSB/HSV212°40.74%84.71%
CMYK40.74%21.76%0.00%
15.29%

Color #80A9D8 in popluar number systems.

HEX80A9D8
Decimal128169216
Binary100000001010100111011000
Octal200251330

Shades and tints

Shades of #80A9D8

#80A9D8
(128,169,216)
#759AC5
(117,154,197)
#6A8BB2
(106,139,178)
#5F7C9F
(95,124,159)
#546D8C
(84,109,140)
#495E79
(73,94,121)
#3E4F66
(62,79,102)
#334053
(51,64,83)
#283140
(40,49,64)
#1D222D
(29,34,45)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #80A9D8

#80A9D8
(128,169,216)
#8BB0DB
(139,176,219)
#96B7DE
(150,183,222)
#A1BEE1
(161,190,225)
#ACC5E4
(172,197,228)
#B7CCE7
(183,204,231)
#C2D3EA
(194,211,234)
#CDDAED
(205,218,237)
#D8E1F0
(216,225,240)
#E3E8F3
(227,232,243)
#EEEFF6
(238,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A9D8; }

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

This text font color is #80A9D8.


Background Color

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

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

This div background color is #80A9D8.


Border color

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

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

This div border color is #80A9D8.


Opacity

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

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

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

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

This text has shadow with #80A9D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A9D8 on black background.


Color preview on white background

This text has color #80A9D8 on white background.



Black color preview on #80A9D8 background

This text has black color on #80A9D8 background.


White color preview on #80A9D8 background

This text has white color on #80A9D8 background.