COLOR #80B4EA

HEX: #80B4EA
RGB: (128,180,234)

Renk bilgisi

#80B4EA contains mainly green and blue colors. #80B4EA ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#80B4EA color RGB value is (128,180,234).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 180 of 255 = 71%
B 234 of 255 = 92%

128
180
234

R + G + B ~ 71%. #80B4EA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 180 + 234 = 542 (100%)
R 128 of 542 ~ 23.62%
G 180 of 542 ~ 33.21%
B 234 of 542 ~ 43.17%

%23.62
%33.21
%43.17

CMYK RENK MODELİ

#80B4EA rengi CMYK tonu (45,23,0,8).

  • camgöbeği tonu 45.30%
  • eflatun tonu 23.08%
  • sarı tonu 0.00%
  • ana renk tonu 8.24%
CMYK:
(45,23,0,8)
C45M23Y0K8 
(45%,23%,0%,8%)
(0.45/0.23/0.00/0.08)	

CMYK yüzdeleri

%45.3
%23.08
%0
%8.24

Codes

Color #80B4EA in popluar color models

80B4EA
RGB128180234
HSL211°71.62%70.98%
HSB/HSV211°45.30%91.76%
CMYK45.30%23.08%0.00%
8.24%

Color #80B4EA in popluar number systems.

HEX80B4EA
Decimal128180234
Binary100000001011010011101010
Octal200264352

Shades and tints

Shades of #80B4EA

#80B4EA
(128,180,234)
#75A4D5
(117,164,213)
#6A94C0
(106,148,192)
#5F84AB
(95,132,171)
#547496
(84,116,150)
#496481
(73,100,129)
#3E546C
(62,84,108)
#334457
(51,68,87)
#283442
(40,52,66)
#1D242D
(29,36,45)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #80B4EA

#80B4EA
(128,180,234)
#8BBAEB
(139,186,235)
#96C0EC
(150,192,236)
#A1C6ED
(161,198,237)
#ACCCEE
(172,204,238)
#B7D2EF
(183,210,239)
#C2D8F0
(194,216,240)
#CDDEF1
(205,222,241)
#D8E4F2
(216,228,242)
#E3EAF3
(227,234,243)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B4EA; }

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

This text font color is #80B4EA.


Background Color

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

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

This div background color is #80B4EA.


Border color

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

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

This div border color is #80B4EA.


Opacity

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

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

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

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

This text has shadow with #80B4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B4EA on black background.


Color preview on white background

This text has color #80B4EA on white background.



Black color preview on #80B4EA background

This text has black color on #80B4EA background.


White color preview on #80B4EA background

This text has white color on #80B4EA background.