COLOR #80A1CC

HEX: #80A1CC RGB: (128,161,204)

Color info

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

RGB color model

#80A1CC color RGB value is (128,161,204).

RGB: (128,161,204) (50%, 63%, 80%)

RGB channels and saturation

R 128 of 255 = 50%
G 161 of 255 = 63%
B 204 of 255 = 80%

128
161
204

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

Portions of RGB colors in percentages

R + G + B = 128 + 161 + 204 = 493 (100%)
R 128 of 493 ~ 25.96%
G 161 of 493 ~ 32.66%
B 204 of 493 ~ 41.38'%

%25.96
%32.66
%41.38

CMYK color model

#80A1CC color CMYK value is (37,21,0,20).

  • cyan value is 37.25%
  • magenta value is 21.08%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (37,21,0,20)
C37M21Y0K20 (37%, 21%, 0%, 20%)
(0.37 / 0.21 / 0.00 / 0.20)

CMYK percentages

%37.25
%21.08
%0
%20

Codes

Color #80A1CC in popluar color models

80 A1 CC
RGB 128 161 204
HSL 214° 42.70% 65.10%
HSB/HSV 214° 37.25% 80.00%
CMYK 37.25% 21.08% 0.00%
20.00%

Color #80A1CC in popluar number systems.

HEX 80 A1 CC
Decimal 128 161 204
Binary 10000000 10100001 11001100
Octal 200 241 314

Shades and tints

Shades of #80A1CC

#80A1CC
(128,161,204)
#7593BA
(117,147,186)
#6A85A8
(106,133,168)
#5F7796
(95,119,150)
#546984
(84,105,132)
#495B72
(73,91,114)
#3E4D60
(62,77,96)
#333F4E
(51,63,78)
#28313C
(40,49,60)
#1D232A
(29,35,42)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #80A1CC

#80A1CC
(128,161,204)
#8BA9D0
(139,169,208)
#96B1D4
(150,177,212)
#A1B9D8
(161,185,216)
#ACC1DC
(172,193,220)
#B7C9E0
(183,201,224)
#C2D1E4
(194,209,228)
#CDD9E8
(205,217,232)
#D8E1EC
(216,225,236)
#E3E9F0
(227,233,240)
#EEF1F4
(238,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A1CC color. Also use rgb(128,161,204) instead hex code.

Text Font Color

.myTextColor { color: #80A1CC; }

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

This text font color is #80A1CC.

Background Color

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

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

This div background color is #80A1CC.

Border color

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

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

This div border color is #80A1CC.

Opacity

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

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

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

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

This text has shadow with #80A1CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A1CC.

Preview

Color preview on black background

This text has color #80A1CC on black background.


Color preview on white background

This text has color #80A1CC on white background.


Black color preview on #80A1CC background

This text has black color on #80A1CC background.


White color preview on #80A1CC background

This text has white color on #80A1CC background.


Related colors

Complementary color

Complementary color for #hex is #7F5E33.


I love getcolorcode.com

Triadic colors

1 #CC80A1 and #A1CC80 with #80A1CC are triadic colors.

2 #CCA180 and #A180CC with #80A1CC are triadic colors.