COLOR #80A6D7

HEX: #80A6D7
RGB: (128,166,215)

Color info

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

RGB color model

#80A6D7 color RGB value is (128,166,215).

  • red value is 128;
  • green value is 166;
  • blue value is 215.
RGB:
(128,166,215)
(50%,65%,84%)

RGB channels and saturation

R 128 of 255 = 50%
G 166 of 255 = 65%
B 215 of 255 = 84%

128
166
215

R + G + B ~ 66%. #80A6D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 166 + 215 = 509 (100%)
R 128 of 509 ~ 25.15%
G 166 of 509 ~ 32.61%
B 215 of 509 ~ 42.24%

%25.15
%32.61
%42.24

CMYK color model

#80A6D7 color CMYK value is (40,23,0,16).

  • cyan value is 40.47%
  • magenta value is 22.79%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(40,23,0,16)
C40M23Y0K16 
(40%,23%,0%,16%)
(0.40/0.23/0.00/0.16)	

CMYK percentages

%40.47
%22.79
%0
%15.69

Codes

Color #80A6D7 in popluar color models

80A6D7
RGB128166215
HSL214°52.10%67.25%
HSB/HSV214°40.47%84.31%
CMYK40.47%22.79%0.00%
15.69%

Color #80A6D7 in popluar number systems.

HEX80A6D7
Decimal128166215
Binary100000001010011011010111
Octal200246327

Shades and tints

Shades of #80A6D7

#80A6D7
(128,166,215)
#7597C4
(117,151,196)
#6A88B1
(106,136,177)
#5F799E
(95,121,158)
#546A8B
(84,106,139)
#495B78
(73,91,120)
#3E4C65
(62,76,101)
#333D52
(51,61,82)
#282E3F
(40,46,63)
#1D1F2C
(29,31,44)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #80A6D7

#80A6D7
(128,166,215)
#8BAEDA
(139,174,218)
#96B6DD
(150,182,221)
#A1BEE0
(161,190,224)
#ACC6E3
(172,198,227)
#B7CEE6
(183,206,230)
#C2D6E9
(194,214,233)
#CDDEEC
(205,222,236)
#D8E6EF
(216,230,239)
#E3EEF2
(227,238,242)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80A6D7 color. Also use rgb(128,166,215) instead hex code.

Text Font Color

.myTextColor { color: #80A6D7; }

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

This text font color is #80A6D7.


Background Color

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

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

This div background color is #80A6D7.


Border color

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

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

This div border color is #80A6D7.


Opacity

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

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

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

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

This text has shadow with #80A6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80A6D7 on black background.


Color preview on white background

This text has color #80A6D7 on white background.



Black color preview on #80A6D7 background

This text has black color on #80A6D7 background.


White color preview on #80A6D7 background

This text has white color on #80A6D7 background.