COLOR #80A7C2

HEX: #80A7C2
RGB: (128,167,194)

Color info

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

RGB color model

#80A7C2 color RGB value is (128,167,194).

  • red value is 128;
  • green value is 167;
  • blue value is 194.
RGB:
(128,167,194)
(50%,65%,76%)

RGB channels and saturation

R 128 of 255 = 50%
G 167 of 255 = 65%
B 194 of 255 = 76%

128
167
194

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

Portions of RGB colors in percentages

R + G + B =
128 + 167 + 194 = 489 (100%)
R 128 of 489 ~ 26.18%
G 167 of 489 ~ 34.15%
B 194 of 489 ~ 39.67%

%26.18
%34.15
%39.67

CMYK color model

#80A7C2 color CMYK value is (34,14,0,24).

  • cyan value is 34.02%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(34,14,0,24)
C34M14Y0K24 
(34%,14%,0%,24%)
(0.34/0.14/0.00/0.24)	

CMYK percentages

%34.02
%13.92
%0
%23.92

Codes

Color #80A7C2 in popluar color models

80A7C2
RGB128167194
HSL205°35.11%63.14%
HSB/HSV205°34.02%76.08%
CMYK34.02%13.92%0.00%
23.92%

Color #80A7C2 in popluar number systems.

HEX80A7C2
Decimal128167194
Binary100000001010011111000010
Octal200247302

Shades and tints

Shades of #80A7C2

#80A7C2
(128,167,194)
#7598B1
(117,152,177)
#6A89A0
(106,137,160)
#5F7A8F
(95,122,143)
#546B7E
(84,107,126)
#495C6D
(73,92,109)
#3E4D5C
(62,77,92)
#333E4B
(51,62,75)
#282F3A
(40,47,58)
#1D2029
(29,32,41)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #80A7C2

#80A7C2
(128,167,194)
#8BAFC7
(139,175,199)
#96B7CC
(150,183,204)
#A1BFD1
(161,191,209)
#ACC7D6
(172,199,214)
#B7CFDB
(183,207,219)
#C2D7E0
(194,215,224)
#CDDFE5
(205,223,229)
#D8E7EA
(216,231,234)
#E3EFEF
(227,239,239)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80A7C2; }

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

This text font color is #80A7C2.


Background Color

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

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

This div background color is #80A7C2.


Border color

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

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

This div border color is #80A7C2.


Opacity

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

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

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

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

This text has shadow with #80A7C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A7C2 on black background.


Color preview on white background

This text has color #80A7C2 on white background.



Black color preview on #80A7C2 background

This text has black color on #80A7C2 background.


White color preview on #80A7C2 background

This text has white color on #80A7C2 background.