COLOR #80ACBD

HEX: #80ACBD
RGB: (128,172,189)

Color info

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

RGB color model

#80ACBD color RGB value is (128,172,189).

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

RGB channels and saturation

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

128
172
189

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

Portions of RGB colors in percentages

R + G + B =
128 + 172 + 189 = 489 (100%)
R 128 of 489 ~ 26.18%
G 172 of 489 ~ 35.17%
B 189 of 489 ~ 38.65%

%26.18
%35.17
%38.65

CMYK color model

#80ACBD color CMYK value is (32,9,0,26).

  • cyan value is 32.28%
  • magenta value is 8.99%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(32,9,0,26)
C32M9Y0K26 
(32%,9%,0%,26%)
(0.32/0.09/0.00/0.26)	

CMYK percentages

%32.28
%8.99
%0
%25.88

Codes

Color #80ACBD in popluar color models

80ACBD
RGB128172189
HSL197°31.61%62.16%
HSB/HSV197°32.28%74.12%
CMYK32.28%8.99%0.00%
25.88%

Color #80ACBD in popluar number systems.

HEX80ACBD
Decimal128172189
Binary100000001010110010111101
Octal200254275

Shades and tints

Shades of #80ACBD

#80ACBD
(128,172,189)
#759DAC
(117,157,172)
#6A8E9B
(106,142,155)
#5F7F8A
(95,127,138)
#547079
(84,112,121)
#496168
(73,97,104)
#3E5257
(62,82,87)
#334346
(51,67,70)
#283435
(40,52,53)
#1D2524
(29,37,36)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #80ACBD

#80ACBD
(128,172,189)
#8BB3C3
(139,179,195)
#96BAC9
(150,186,201)
#A1C1CF
(161,193,207)
#ACC8D5
(172,200,213)
#B7CFDB
(183,207,219)
#C2D6E1
(194,214,225)
#CDDDE7
(205,221,231)
#D8E4ED
(216,228,237)
#E3EBF3
(227,235,243)
#EEF2F9
(238,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80ACBD; }

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

This text font color is #80ACBD.


Background Color

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

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

This div background color is #80ACBD.


Border color

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

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

This div border color is #80ACBD.


Opacity

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

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

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

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

This text has shadow with #80ACBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80ACBD on black background.


Color preview on white background

This text has color #80ACBD on white background.



Black color preview on #80ACBD background

This text has black color on #80ACBD background.


White color preview on #80ACBD background

This text has white color on #80ACBD background.