COLOR #80BFAE

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

Color info

#80BFAE contains mainly green and blue colors. Web safe color of #80BFAE is #66CC99 (or #6C9).

RGB color model

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

RGB: (128,191,174) (50%, 75%, 68%)

RGB channels and saturation

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

128
191
174

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

Portions of RGB colors in percentages

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

%25.96
%38.74
%35.29

CMYK color model

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

  • cyan value is 32.98%
  • magenta value is 0.00%
  • yellow value is 8.90%
  • key color value is 25.10%

CMYK: (33,0,9,25)
C33M0Y9K25 (33%, 0%, 9%, 25%)
(0.33 / 0.00 / 0.09 / 0.25)

CMYK percentages

%32.98
%0
%8.9
%25.1

Codes

Color #80BFAE in popluar color models

80 BF AE
RGB 128 191 174
HSL 164° 32.98% 62.55%
HSB/HSV 164° 32.98% 74.90%
CMYK 32.98% 0.00% 8.90%
25.10%

Color #80BFAE in popluar number systems.

HEX 80 BF AE
Decimal 128 191 174
Binary 10000000 10111111 10101110
Octal 200 277 256

Shades and tints

Shades of #80BFAE

#80BFAE
(128,191,174)
#75AE9F
(117,174,159)
#6A9D90
(106,157,144)
#5F8C81
(95,140,129)
#547B72
(84,123,114)
#496A63
(73,106,99)
#3E5954
(62,89,84)
#334845
(51,72,69)
#283736
(40,55,54)
#1D2627
(29,38,39)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #80BFAE

#80BFAE
(128,191,174)
#8BC4B5
(139,196,181)
#96C9BC
(150,201,188)
#A1CEC3
(161,206,195)
#ACD3CA
(172,211,202)
#B7D8D1
(183,216,209)
#C2DDD8
(194,221,216)
#CDE2DF
(205,226,223)
#D8E7E6
(216,231,230)
#E3ECED
(227,236,237)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80BFAE; }

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

This text font color is #80BFAE.

Background Color

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

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

This div background color is #80BFAE.

Border color

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

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

This div border color is #80BFAE.

Opacity

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

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

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

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

This text has shadow with #80BFAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80BFAE.

Preview

Color preview on black background

This text has color #80BFAE on black background.


Color preview on white background

This text has color #80BFAE on white background.


Black color preview on #80BFAE background

This text has black color on #80BFAE background.


White color preview on #80BFAE background

This text has white color on #80BFAE background.


Related colors

Complementary color

Complementary color for #hex is #7F4051.


I love getcolorcode.com

Triadic colors

1 #AE80BF and #BFAE80 with #80BFAE are triadic colors.

2 #AEBF80 and #BF80AE with #80BFAE are triadic colors.