COLOR #80B9E3

HEX: #80B9E3
RGB: (128,185,227)

Color info

#80B9E3 contains mainly green and blue colors. Web safe color of #80B9E3 is #66CCCC (or #6CC).

RGB color model

#80B9E3 color RGB value is (128,185,227).

  • red value is 128;
  • green value is 185;
  • blue value is 227.
RGB:
(128,185,227)
(50%,73%,89%)

RGB channels and saturation

R 128 of 255 = 50%
G 185 of 255 = 73%
B 227 of 255 = 89%

128
185
227

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

Portions of RGB colors in percentages

R + G + B =
128 + 185 + 227 = 540 (100%)
R 128 of 540 ~ 23.7%
G 185 of 540 ~ 34.26%
B 227 of 540 ~ 42.04%

%23.7
%34.26
%42.04

CMYK color model

#80B9E3 color CMYK value is (44,19,0,11).

  • cyan value is 43.61%
  • magenta value is 18.50%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(44,19,0,11)
C44M19Y0K11 
(44%,19%,0%,11%)
(0.44/0.19/0.00/0.11)	

CMYK percentages

%43.61
%18.5
%0
%10.98

Codes

Color #80B9E3 in popluar color models

80B9E3
RGB128185227
HSL205°63.87%69.61%
HSB/HSV205°43.61%89.02%
CMYK43.61%18.50%0.00%
10.98%

Color #80B9E3 in popluar number systems.

HEX80B9E3
Decimal128185227
Binary100000001011100111100011
Octal200271343

Shades and tints

Shades of #80B9E3

#80B9E3
(128,185,227)
#75A9CF
(117,169,207)
#6A99BB
(106,153,187)
#5F89A7
(95,137,167)
#547993
(84,121,147)
#49697F
(73,105,127)
#3E596B
(62,89,107)
#334957
(51,73,87)
#283943
(40,57,67)
#1D292F
(29,41,47)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #80B9E3

#80B9E3
(128,185,227)
#8BBFE5
(139,191,229)
#96C5E7
(150,197,231)
#A1CBE9
(161,203,233)
#ACD1EB
(172,209,235)
#B7D7ED
(183,215,237)
#C2DDEF
(194,221,239)
#CDE3F1
(205,227,241)
#D8E9F3
(216,233,243)
#E3EFF5
(227,239,245)
#EEF5F7
(238,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B9E3; }

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

This text font color is #80B9E3.


Background Color

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

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

This div background color is #80B9E3.


Border color

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

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

This div border color is #80B9E3.


Opacity

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

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

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

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

This text has shadow with #80B9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B9E3 on black background.


Color preview on white background

This text has color #80B9E3 on white background.



Black color preview on #80B9E3 background

This text has black color on #80B9E3 background.


White color preview on #80B9E3 background

This text has white color on #80B9E3 background.