COLOR #80B9E7

HEX: #80B9E7
RGB: (128,185,231)

Renk bilgisi

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

RGB renk modeli

#80B9E7 color RGB value is (128,185,231).

  • kırmız ton 128;
  • yeşil ton 185;
  • mavi ton 231.
RGB:
(128,185,231)
(50%,73%,91%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 185 of 255 = 73%
B 231 of 255 = 91%

128
185
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 185 + 231 = 544 (100%)
R 128 of 544 ~ 23.53%
G 185 of 544 ~ 34.01%
B 231 of 544 ~ 42.46%

%23.53
%34.01
%42.46

CMYK RENK MODELİ

#80B9E7 rengi CMYK tonu (45,20,0,9).

  • camgöbeği tonu 44.59%
  • eflatun tonu 19.91%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(45,20,0,9)
C45M20Y0K9 
(45%,20%,0%,9%)
(0.45/0.20/0.00/0.09)	

CMYK yüzdeleri

%44.59
%19.91
%0
%9.41

Codes

Color #80B9E7 in popluar color models

80B9E7
RGB128185231
HSL207°68.21%70.39%
HSB/HSV207°44.59%90.59%
CMYK44.59%19.91%0.00%
9.41%

Color #80B9E7 in popluar number systems.

HEX80B9E7
Decimal128185231
Binary100000001011100111100111
Octal200271347

Shades and tints

Shades of #80B9E7

#80B9E7
(128,185,231)
#75A9D2
(117,169,210)
#6A99BD
(106,153,189)
#5F89A8
(95,137,168)
#547993
(84,121,147)
#49697E
(73,105,126)
#3E5969
(62,89,105)
#334954
(51,73,84)
#28393F
(40,57,63)
#1D292A
(29,41,42)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #80B9E7

#80B9E7
(128,185,231)
#8BBFE9
(139,191,233)
#96C5EB
(150,197,235)
#A1CBED
(161,203,237)
#ACD1EF
(172,209,239)
#B7D7F1
(183,215,241)
#C2DDF3
(194,221,243)
#CDE3F5
(205,227,245)
#D8E9F7
(216,233,247)
#E3EFF9
(227,239,249)
#EEF5FB
(238,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B9E7 color. Also use rgb(128,185,231) instead hex code.

Text Font Color

.myTextColor { color: #80B9E7; }

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

This text font color is #80B9E7.


Background Color

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

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

This div background color is #80B9E7.


Border color

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

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

This div border color is #80B9E7.


Opacity

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

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

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

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

This text has shadow with #80B9E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B9E7 on black background.


Color preview on white background

This text has color #80B9E7 on white background.



Black color preview on #80B9E7 background

This text has black color on #80B9E7 background.


White color preview on #80B9E7 background

This text has white color on #80B9E7 background.