COLOR #80BBF7

HEX: #80BBF7
RGB: (128,187,247)

Renk bilgisi

#80BBF7 contains mainly blue color. #80BBF7 ‘ nin web güvenlik rengi #66CCFF (ya da #6CF) dir.

RGB renk modeli

#80BBF7 color RGB value is (128,187,247).

  • kırmız ton 128;
  • yeşil ton 187;
  • mavi ton 247.
RGB:
(128,187,247)
(50%,73%,97%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 187 of 255 = 73%
B 247 of 255 = 97%

128
187
247

R + G + B ~ 73%. #80BBF7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 187 + 247 = 562 (100%)
R 128 of 562 ~ 22.78%
G 187 of 562 ~ 33.27%
B 247 of 562 ~ 43.95%

%22.78
%33.27
%43.95

CMYK RENK MODELİ

#80BBF7 rengi CMYK tonu (48,24,0,3).

  • camgöbeği tonu 48.18%
  • eflatun tonu 24.29%
  • sarı tonu 0.00%
  • ana renk tonu 3.14%
CMYK:
(48,24,0,3)
C48M24Y0K3 
(48%,24%,0%,3%)
(0.48/0.24/0.00/0.03)	

CMYK yüzdeleri

%48.18
%24.29
%0
%3.14

Codes

Color #80BBF7 in popluar color models

80BBF7
RGB128187247
HSL210°88.15%73.53%
HSB/HSV210°48.18%96.86%
CMYK48.18%24.29%0.00%
3.14%

Color #80BBF7 in popluar number systems.

HEX80BBF7
Decimal128187247
Binary100000001011101111110111
Octal200273367

Shades and tints

Shades of #80BBF7

#80BBF7
(128,187,247)
#75AAE1
(117,170,225)
#6A99CB
(106,153,203)
#5F88B5
(95,136,181)
#54779F
(84,119,159)
#496689
(73,102,137)
#3E5573
(62,85,115)
#33445D
(51,68,93)
#283347
(40,51,71)
#1D2231
(29,34,49)
#12111B
(18,17,27)
#000000
(0,0,0)

Tints of #80BBF7

#80BBF7
(128,187,247)
#8BC1F7
(139,193,247)
#96C7F7
(150,199,247)
#A1CDF7
(161,205,247)
#ACD3F7
(172,211,247)
#B7D9F7
(183,217,247)
#C2DFF7
(194,223,247)
#CDE5F7
(205,229,247)
#D8EBF7
(216,235,247)
#E3F1F7
(227,241,247)
#EEF7F7
(238,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80BBF7 color. Also use rgb(128,187,247) instead hex code.

Text Font Color

.myTextColor { color: #80BBF7; }

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

This text font color is #80BBF7.


Background Color

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

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

This div background color is #80BBF7.


Border color

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

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

This div border color is #80BBF7.


Opacity

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

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

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

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

This text has shadow with #80BBF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80BBF7 on black background.


Color preview on white background

This text has color #80BBF7 on white background.



Black color preview on #80BBF7 background

This text has black color on #80BBF7 background.


White color preview on #80BBF7 background

This text has white color on #80BBF7 background.