COLOR #80A1B5

HEX: #80A1B5
RGB: (128,161,181)

Color info

#80A1B5 contains red, green and blue colors in about the same proportion. Web safe color of #80A1B5 is #6699CC (or #69C).

RGB color model

#80A1B5 color RGB value is (128,161,181).

  • red value is 128;
  • green value is 161;
  • blue value is 181.
RGB:
(128,161,181)
(50%,63%,71%)

RGB channels and saturation

R 128 of 255 = 50%
G 161 of 255 = 63%
B 181 of 255 = 71%

128
161
181

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

Portions of RGB colors in percentages

R + G + B =
128 + 161 + 181 = 470 (100%)
R 128 of 470 ~ 27.23%
G 161 of 470 ~ 34.26%
B 181 of 470 ~ 38.51%

%27.23
%34.26
%38.51

CMYK color model

#80A1B5 color CMYK value is (29,11,0,29).

  • cyan value is 29.28%
  • magenta value is 11.05%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(29,11,0,29)
C29M11Y0K29 
(29%,11%,0%,29%)
(0.29/0.11/0.00/0.29)	

CMYK percentages

%29.28
%11.05
%0
%29.02

Codes

Color #80A1B5 in popluar color models

80A1B5
RGB128161181
HSL203°26.37%60.59%
HSB/HSV203°29.28%70.98%
CMYK29.28%11.05%0.00%
29.02%

Color #80A1B5 in popluar number systems.

HEX80A1B5
Decimal128161181
Binary100000001010000110110101
Octal200241265

Shades and tints

Shades of #80A1B5

#80A1B5
(128,161,181)
#7593A5
(117,147,165)
#6A8595
(106,133,149)
#5F7785
(95,119,133)
#546975
(84,105,117)
#495B65
(73,91,101)
#3E4D55
(62,77,85)
#333F45
(51,63,69)
#283135
(40,49,53)
#1D2325
(29,35,37)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #80A1B5

#80A1B5
(128,161,181)
#8BA9BB
(139,169,187)
#96B1C1
(150,177,193)
#A1B9C7
(161,185,199)
#ACC1CD
(172,193,205)
#B7C9D3
(183,201,211)
#C2D1D9
(194,209,217)
#CDD9DF
(205,217,223)
#D8E1E5
(216,225,229)
#E3E9EB
(227,233,235)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A1B5; }

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

This text font color is #80A1B5.


Background Color

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

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

This div background color is #80A1B5.


Border color

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

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

This div border color is #80A1B5.


Opacity

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

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

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

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

This text has shadow with #80A1B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A1B5 on black background.


Color preview on white background

This text has color #80A1B5 on white background.



Black color preview on #80A1B5 background

This text has black color on #80A1B5 background.


White color preview on #80A1B5 background

This text has white color on #80A1B5 background.