COLOR #80AECE

HEX: #80AECE RGB: (128,174,206)

Color info

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

RGB color model

#80AECE color RGB value is (128,174,206).

RGB: (128,174,206) (50%, 68%, 81%)

RGB channels and saturation

R 128 of 255 = 50%
G 174 of 255 = 68%
B 206 of 255 = 81%

128
174
206

R + G + B ~ 66%. #80AECE is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 174 + 206 = 508 (100%)
R 128 of 508 ~ 25.2%
G 174 of 508 ~ 34.25%
B 206 of 508 ~ 40.55'%

%25.2
%34.25
%40.55

CMYK color model

#80AECE color CMYK value is (38,16,0,19).

  • cyan value is 37.86%
  • magenta value is 15.53%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (38,16,0,19) C38M16Y0K19 (38%,16%,0%,19%) (0.38/0.16/0.00/0.19) 

CMYK percentages

%37.86
%15.53
%0
%19.22

Codes

Color #80AECE in popluar color models

80 AE CE
RGB 128 174 206
HSL 205° 44.32% 65.49%
HSB/HSV 205° 37.86% 80.78%
CMYK 37.86% 15.53% 0.00%
19.22%

Color #80AECE in popluar number systems.

HEX 80 AE CE
Decimal 128 174 206
Binary 10000000 10101110 11001110
Octal 200 256 316

Shades and tints

Shades of #80AECE

#80AECE
(128,174,206)
#759FBC
(117,159,188)
#6A90AA
(106,144,170)
#5F8198
(95,129,152)
#547286
(84,114,134)
#496374
(73,99,116)
#3E5462
(62,84,98)
#334550
(51,69,80)
#28363E
(40,54,62)
#1D272C
(29,39,44)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #80AECE

#80AECE
(128,174,206)
#8BB5D2
(139,181,210)
#96BCD6
(150,188,214)
#A1C3DA
(161,195,218)
#ACCADE
(172,202,222)
#B7D1E2
(183,209,226)
#C2D8E6
(194,216,230)
#CDDFEA
(205,223,234)
#D8E6EE
(216,230,238)
#E3EDF2
(227,237,242)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80AECE; }

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

This text font color is #80AECE.

Background Color

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

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

This div background color is #80AECE.

Border color

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

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

This div border color is #80AECE.

Opacity

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

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

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

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

This text has shadow with #80AECE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80AECE.

Preview

Color preview on black background

This text has color #80AECE on black background.


Color preview on white background

This text has color #80AECE on white background.


Black color preview on #80AECE background

This text has black color on #80AECE background.


White color preview on #80AECE background

This text has white color on #80AECE background.


Related colors

Complementary color

Complementary color for #hex is #7F5131.


I love getcolorcode.com

Triadic colors

1 #CE80AE and #AECE80 with #80AECE are triadic colors.

2 #CEAE80 and #AE80CE with #80AECE are triadic colors.