COLOR #80A7BE

HEX: #80A7BE RGB: (128,167,190)

Color info

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

RGB color model

#80A7BE color RGB value is (128,167,190).

RGB: (128,167,190) (50%, 65%, 75%)

RGB channels and saturation

R 128 of 255 = 50%
G 167 of 255 = 65%
B 190 of 255 = 75%

128
167
190

R + G + B ~ 63%. #80A7BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 167 + 190 = 485 (100%)
R 128 of 485 ~ 26.39%
G 167 of 485 ~ 34.43%
B 190 of 485 ~ 39.18'%

%26.39
%34.43
%39.18

CMYK color model

#80A7BE color CMYK value is (33,12,0,25).

  • cyan value is 32.63%
  • magenta value is 12.11%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (33,12,0,25)
C33M12Y0K25 (33%, 12%, 0%, 25%)
(0.33 / 0.12 / 0.00 / 0.25)

CMYK percentages

%32.63
%12.11
%0
%25.49

Codes

Color #80A7BE in popluar color models

80 A7 BE
RGB 128 167 190
HSL 202° 32.29% 62.35%
HSB/HSV 202° 32.63% 74.51%
CMYK 32.63% 12.11% 0.00%
25.49%

Color #80A7BE in popluar number systems.

HEX 80 A7 BE
Decimal 128 167 190
Binary 10000000 10100111 10111110
Octal 200 247 276

Shades and tints

Shades of #80A7BE

#80A7BE
(128,167,190)
#7598AD
(117,152,173)
#6A899C
(106,137,156)
#5F7A8B
(95,122,139)
#546B7A
(84,107,122)
#495C69
(73,92,105)
#3E4D58
(62,77,88)
#333E47
(51,62,71)
#282F36
(40,47,54)
#1D2025
(29,32,37)
#121114
(18,17,20)
#000000
(0,0,0)

Tints of #80A7BE

#80A7BE
(128,167,190)
#8BAFC3
(139,175,195)
#96B7C8
(150,183,200)
#A1BFCD
(161,191,205)
#ACC7D2
(172,199,210)
#B7CFD7
(183,207,215)
#C2D7DC
(194,215,220)
#CDDFE1
(205,223,225)
#D8E7E6
(216,231,230)
#E3EFEB
(227,239,235)
#EEF7F0
(238,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A7BE color. Also use rgb(128,167,190) instead hex code.

Text Font Color

.myTextColor { color: #80A7BE; }

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

This text font color is #80A7BE.

Background Color

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

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

This div background color is #80A7BE.

Border color

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

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

This div border color is #80A7BE.

Opacity

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

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

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

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

This text has shadow with #80A7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80A7BE.

Preview

Color preview on black background

This text has color #80A7BE on black background.


Color preview on white background

This text has color #80A7BE on white background.


Black color preview on #80A7BE background

This text has black color on #80A7BE background.


White color preview on #80A7BE background

This text has white color on #80A7BE background.


Related colors

Complementary color

Complementary color for #hex is #7F5841.


I love getcolorcode.com

Triadic colors

1 #BE80A7 and #A7BE80 with #80A7BE are triadic colors.

2 #BEA780 and #A780BE with #80A7BE are triadic colors.