COLOR #80B8E1

HEX: #80B8E1 RGB: (128,184,225)

Color info

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

RGB color model

#80B8E1 color RGB value is (128,184,225).

RGB: (128,184,225) (50%, 72%, 88%)

RGB channels and saturation

R 128 of 255 = 50%
G 184 of 255 = 72%
B 225 of 255 = 88%

128
184
225

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

Portions of RGB colors in percentages

R + G + B = 128 + 184 + 225 = 537 (100%)
R 128 of 537 ~ 23.84%
G 184 of 537 ~ 34.26%
B 225 of 537 ~ 41.9'%

%23.84
%34.26
%41.9

CMYK color model

#80B8E1 color CMYK value is (43,18,0,12).

  • cyan value is 43.11%
  • magenta value is 18.22%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (43,18,0,12)
C43M18Y0K12 (43%, 18%, 0%, 12%)
(0.43 / 0.18 / 0.00 / 0.12)

CMYK percentages

%43.11
%18.22
%0
%11.76

Codes

Color #80B8E1 in popluar color models

80 B8 E1
RGB 128 184 225
HSL 205° 61.78% 69.22%
HSB/HSV 205° 43.11% 88.24%
CMYK 43.11% 18.22% 0.00%
11.76%

Color #80B8E1 in popluar number systems.

HEX 80 B8 E1
Decimal 128 184 225
Binary 10000000 10111000 11100001
Octal 200 270 341

Shades and tints

Shades of #80B8E1

#80B8E1
(128,184,225)
#75A8CD
(117,168,205)
#6A98B9
(106,152,185)
#5F88A5
(95,136,165)
#547891
(84,120,145)
#49687D
(73,104,125)
#3E5869
(62,88,105)
#334855
(51,72,85)
#283841
(40,56,65)
#1D282D
(29,40,45)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #80B8E1

#80B8E1
(128,184,225)
#8BBEE3
(139,190,227)
#96C4E5
(150,196,229)
#A1CAE7
(161,202,231)
#ACD0E9
(172,208,233)
#B7D6EB
(183,214,235)
#C2DCED
(194,220,237)
#CDE2EF
(205,226,239)
#D8E8F1
(216,232,241)
#E3EEF3
(227,238,243)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B8E1; }

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

This text font color is #80B8E1.

Background Color

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

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

This div background color is #80B8E1.

Border color

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

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

This div border color is #80B8E1.

Opacity

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

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

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

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

This text has shadow with #80B8E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80B8E1.

Preview

Color preview on black background

This text has color #80B8E1 on black background.


Color preview on white background

This text has color #80B8E1 on white background.


Black color preview on #80B8E1 background

This text has black color on #80B8E1 background.


White color preview on #80B8E1 background

This text has white color on #80B8E1 background.


Related colors

Complementary color

Complementary color for #hex is #7F471E.


I love getcolorcode.com

Triadic colors

1 #E180B8 and #B8E180 with #80B8E1 are triadic colors.

2 #E1B880 and #B880E1 with #80B8E1 are triadic colors.