COLOR #80ABBD

HEX: #80ABBD
RGB: (128,171,189)

Color info

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

RGB color model

#80ABBD color RGB value is (128,171,189).

  • red value is 128;
  • green value is 171;
  • blue value is 189.
RGB:
(128,171,189)
(50%,67%,74%)

RGB channels and saturation

R 128 of 255 = 50%
G 171 of 255 = 67%
B 189 of 255 = 74%

128
171
189

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

Portions of RGB colors in percentages

R + G + B =
128 + 171 + 189 = 488 (100%)
R 128 of 488 ~ 26.23%
G 171 of 488 ~ 35.04%
B 189 of 488 ~ 38.73%

%26.23
%35.04
%38.73

CMYK color model

#80ABBD color CMYK value is (32,10,0,26).

  • cyan value is 32.28%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(32,10,0,26)
C32M10Y0K26 
(32%,10%,0%,26%)
(0.32/0.10/0.00/0.26)	

CMYK percentages

%32.28
%9.52
%0
%25.88

Codes

Color #80ABBD in popluar color models

80ABBD
RGB128171189
HSL198°31.61%62.16%
HSB/HSV198°32.28%74.12%
CMYK32.28%9.52%0.00%
25.88%

Color #80ABBD in popluar number systems.

HEX80ABBD
Decimal128171189
Binary100000001010101110111101
Octal200253275

Shades and tints

Shades of #80ABBD

#80ABBD
(128,171,189)
#759CAC
(117,156,172)
#6A8D9B
(106,141,155)
#5F7E8A
(95,126,138)
#546F79
(84,111,121)
#496068
(73,96,104)
#3E5157
(62,81,87)
#334246
(51,66,70)
#283335
(40,51,53)
#1D2424
(29,36,36)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #80ABBD

#80ABBD
(128,171,189)
#8BB2C3
(139,178,195)
#96B9C9
(150,185,201)
#A1C0CF
(161,192,207)
#ACC7D5
(172,199,213)
#B7CEDB
(183,206,219)
#C2D5E1
(194,213,225)
#CDDCE7
(205,220,231)
#D8E3ED
(216,227,237)
#E3EAF3
(227,234,243)
#EEF1F9
(238,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80ABBD color. Also use rgb(128,171,189) instead hex code.

Text Font Color

.myTextColor { color: #80ABBD; }

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

This text font color is #80ABBD.


Background Color

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

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

This div background color is #80ABBD.


Border color

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

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

This div border color is #80ABBD.


Opacity

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

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

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

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

This text has shadow with #80ABBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80ABBD on black background.


Color preview on white background

This text has color #80ABBD on white background.



Black color preview on #80ABBD background

This text has black color on #80ABBD background.


White color preview on #80ABBD background

This text has white color on #80ABBD background.