COLOR #80B4E1

HEX: #80B4E1
RGB: (128,180,225)

Renk bilgisi

#80B4E1 contains mainly green and blue colors. #80B4E1 ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#80B4E1 color RGB value is (128,180,225).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 180 of 255 = 71%
B 225 of 255 = 88%

128
180
225

R + G + B ~ 70%. #80B4E1 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 180 + 225 = 533 (100%)
R 128 of 533 ~ 24.02%
G 180 of 533 ~ 33.77%
B 225 of 533 ~ 42.21%

%24.02
%33.77
%42.21

CMYK RENK MODELİ

#80B4E1 rengi CMYK tonu (43,20,0,12).

  • camgöbeği tonu 43.11%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(43,20,0,12)
C43M20Y0K12 
(43%,20%,0%,12%)
(0.43/0.20/0.00/0.12)	

CMYK yüzdeleri

%43.11
%20
%0
%11.76

Codes

Color #80B4E1 in popluar color models

80B4E1
RGB128180225
HSL208°61.78%69.22%
HSB/HSV208°43.11%88.24%
CMYK43.11%20.00%0.00%
11.76%

Color #80B4E1 in popluar number systems.

HEX80B4E1
Decimal128180225
Binary100000001011010011100001
Octal200264341

Shades and tints

Shades of #80B4E1

#80B4E1
(128,180,225)
#75A4CD
(117,164,205)
#6A94B9
(106,148,185)
#5F84A5
(95,132,165)
#547491
(84,116,145)
#49647D
(73,100,125)
#3E5469
(62,84,105)
#334455
(51,68,85)
#283441
(40,52,65)
#1D242D
(29,36,45)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #80B4E1

#80B4E1
(128,180,225)
#8BBAE3
(139,186,227)
#96C0E5
(150,192,229)
#A1C6E7
(161,198,231)
#ACCCE9
(172,204,233)
#B7D2EB
(183,210,235)
#C2D8ED
(194,216,237)
#CDDEEF
(205,222,239)
#D8E4F1
(216,228,241)
#E3EAF3
(227,234,243)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B4E1; }

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

This text font color is #80B4E1.


Background Color

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

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

This div background color is #80B4E1.


Border color

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

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

This div border color is #80B4E1.


Opacity

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

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

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

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

This text has shadow with #80B4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B4E1 on black background.


Color preview on white background

This text has color #80B4E1 on white background.



Black color preview on #80B4E1 background

This text has black color on #80B4E1 background.


White color preview on #80B4E1 background

This text has white color on #80B4E1 background.