COLOR #80AEBF

HEX: #80AEBF
RGB: (128,174,191)

Color info

#80AEBF contains mainly green and blue colors. Web safe color of #80AEBF is #6699CC (or #69C).

RGB color model

#80AEBF color RGB value is (128,174,191).

  • red value is 128;
  • green value is 174;
  • blue value is 191.
RGB:
(128,174,191)
(50%,68%,75%)

RGB channels and saturation

R 128 of 255 = 50%
G 174 of 255 = 68%
B 191 of 255 = 75%

128
174
191

R + G + B ~ 64%. #80AEBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 174 + 191 = 493 (100%)
R 128 of 493 ~ 25.96%
G 174 of 493 ~ 35.29%
B 191 of 493 ~ 38.74%

%25.96
%35.29
%38.74

CMYK color model

#80AEBF color CMYK value is (33,9,0,25).

  • cyan value is 32.98%
  • magenta value is 8.90%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(33,9,0,25)
C33M9Y0K25 
(33%,9%,0%,25%)
(0.33/0.09/0.00/0.25)	

CMYK percentages

%32.98
%8.9
%0
%25.1

Codes

Color #80AEBF in popluar color models

80AEBF
RGB128174191
HSL196°32.98%62.55%
HSB/HSV196°32.98%74.90%
CMYK32.98%8.90%0.00%
25.10%

Color #80AEBF in popluar number systems.

HEX80AEBF
Decimal128174191
Binary100000001010111010111111
Octal200256277

Shades and tints

Shades of #80AEBF

#80AEBF
(128,174,191)
#759FAE
(117,159,174)
#6A909D
(106,144,157)
#5F818C
(95,129,140)
#54727B
(84,114,123)
#49636A
(73,99,106)
#3E5459
(62,84,89)
#334548
(51,69,72)
#283637
(40,54,55)
#1D2726
(29,39,38)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #80AEBF

#80AEBF
(128,174,191)
#8BB5C4
(139,181,196)
#96BCC9
(150,188,201)
#A1C3CE
(161,195,206)
#ACCAD3
(172,202,211)
#B7D1D8
(183,209,216)
#C2D8DD
(194,216,221)
#CDDFE2
(205,223,226)
#D8E6E7
(216,230,231)
#E3EDEC
(227,237,236)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AEBF color. Also use rgb(128,174,191) instead hex code.

Text Font Color

.myTextColor { color: #80AEBF; }

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

This text font color is #80AEBF.


Background Color

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

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

This div background color is #80AEBF.


Border color

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

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

This div border color is #80AEBF.


Opacity

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

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

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

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

This text has shadow with #80AEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AEBF on black background.


Color preview on white background

This text has color #80AEBF on white background.



Black color preview on #80AEBF background

This text has black color on #80AEBF background.


White color preview on #80AEBF background

This text has white color on #80AEBF background.