COLOR #80A3B0

HEX: #80A3B0
RGB: (128,163,176)

Color info

#80A3B0 contains red, green and blue colors in about the same proportion. Web safe color of #80A3B0 is #669999 (or #699).

RGB color model

#80A3B0 color RGB value is (128,163,176).

  • red value is 128;
  • green value is 163;
  • blue value is 176.
RGB:
(128,163,176)
(50%,64%,69%)

RGB channels and saturation

R 128 of 255 = 50%
G 163 of 255 = 64%
B 176 of 255 = 69%

128
163
176

R + G + B ~ 61%. #80A3B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 163 + 176 = 467 (100%)
R 128 of 467 ~ 27.41%
G 163 of 467 ~ 34.9%
B 176 of 467 ~ 37.69%

%27.41
%34.9
%37.69

CMYK color model

#80A3B0 color CMYK value is (27,7,0,31).

  • cyan value is 27.27%
  • magenta value is 7.39%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(27,7,0,31)
C27M7Y0K31 
(27%,7%,0%,31%)
(0.27/0.07/0.00/0.31)	

CMYK percentages

%27.27
%7.39
%0
%30.98

Codes

Color #80A3B0 in popluar color models

80A3B0
RGB128163176
HSL196°23.30%59.61%
HSB/HSV196°27.27%69.02%
CMYK27.27%7.39%0.00%
30.98%

Color #80A3B0 in popluar number systems.

HEX80A3B0
Decimal128163176
Binary100000001010001110110000
Octal200243260

Shades and tints

Shades of #80A3B0

#80A3B0
(128,163,176)
#7595A0
(117,149,160)
#6A8790
(106,135,144)
#5F7980
(95,121,128)
#546B70
(84,107,112)
#495D60
(73,93,96)
#3E4F50
(62,79,80)
#334140
(51,65,64)
#283330
(40,51,48)
#1D2520
(29,37,32)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #80A3B0

#80A3B0
(128,163,176)
#8BABB7
(139,171,183)
#96B3BE
(150,179,190)
#A1BBC5
(161,187,197)
#ACC3CC
(172,195,204)
#B7CBD3
(183,203,211)
#C2D3DA
(194,211,218)
#CDDBE1
(205,219,225)
#D8E3E8
(216,227,232)
#E3EBEF
(227,235,239)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A3B0 color. Also use rgb(128,163,176) instead hex code.

Text Font Color

.myTextColor { color: #80A3B0; }

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

This text font color is #80A3B0.


Background Color

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

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

This div background color is #80A3B0.


Border color

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

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

This div border color is #80A3B0.


Opacity

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

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

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

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

This text has shadow with #80A3B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A3B0 on black background.


Color preview on white background

This text has color #80A3B0 on white background.



Black color preview on #80A3B0 background

This text has black color on #80A3B0 background.


White color preview on #80A3B0 background

This text has white color on #80A3B0 background.