COLOR #80AAC9

HEX: #80AAC9 RGB: (128,170,201)

Color info

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

RGB color model

#80AAC9 color RGB value is (128,170,201).

RGB: (128,170,201) (50%, 67%, 79%)

RGB channels and saturation

R 128 of 255 = 50%
G 170 of 255 = 67%
B 201 of 255 = 79%

128
170
201

R + G + B ~ 65%. #80AAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 170 + 201 = 499 (100%)
R 128 of 499 ~ 25.65%
G 170 of 499 ~ 34.07%
B 201 of 499 ~ 40.28'%

%25.65
%34.07
%40.28

CMYK color model

#80AAC9 color CMYK value is (36,15,0,21).

  • cyan value is 36.32%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (36,15,0,21)
C36M15Y0K21 (36%, 15%, 0%, 21%)
(0.36 / 0.15 / 0.00 / 0.21)

CMYK percentages

%36.32
%15.42
%0
%21.18

Codes

Color #80AAC9 in popluar color models

80 AA C9
RGB 128 170 201
HSL 205° 40.33% 64.51%
HSB/HSV 205° 36.32% 78.82%
CMYK 36.32% 15.42% 0.00%
21.18%

Color #80AAC9 in popluar number systems.

HEX 80 AA C9
Decimal 128 170 201
Binary 10000000 10101010 11001001
Octal 200 252 311

Shades and tints

Shades of #80AAC9

#80AAC9
(128,170,201)
#759BB7
(117,155,183)
#6A8CA5
(106,140,165)
#5F7D93
(95,125,147)
#546E81
(84,110,129)
#495F6F
(73,95,111)
#3E505D
(62,80,93)
#33414B
(51,65,75)
#283239
(40,50,57)
#1D2327
(29,35,39)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #80AAC9

#80AAC9
(128,170,201)
#8BB1CD
(139,177,205)
#96B8D1
(150,184,209)
#A1BFD5
(161,191,213)
#ACC6D9
(172,198,217)
#B7CDDD
(183,205,221)
#C2D4E1
(194,212,225)
#CDDBE5
(205,219,229)
#D8E2E9
(216,226,233)
#E3E9ED
(227,233,237)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AAC9 color. Also use rgb(128,170,201) instead hex code.

Text Font Color

.myTextColor { color: #80AAC9; }

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

This text font color is #80AAC9.

Background Color

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

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

This div background color is #80AAC9.

Border color

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

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

This div border color is #80AAC9.

Opacity

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

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

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

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

This text has shadow with #80AAC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80AAC9.

Preview

Color preview on black background

This text has color #80AAC9 on black background.


Color preview on white background

This text has color #80AAC9 on white background.


Black color preview on #80AAC9 background

This text has black color on #80AAC9 background.


White color preview on #80AAC9 background

This text has white color on #80AAC9 background.


Related colors

Complementary color

Complementary color for #hex is #7F5536.


I love getcolorcode.com

Triadic colors

1 #C980AA and #AAC980 with #80AAC9 are triadic colors.

2 #C9AA80 and #AA80C9 with #80AAC9 are triadic colors.