COLOR #80AFC1

HEX: #80AFC1
RGB: (128,175,193)

Color info

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

RGB color model

#80AFC1 color RGB value is (128,175,193).

  • red value is 128;
  • green value is 175;
  • blue value is 193.
RGB:
(128,175,193)
(50%,69%,76%)

RGB channels and saturation

R 128 of 255 = 50%
G 175 of 255 = 69%
B 193 of 255 = 76%

128
175
193

R + G + B ~ 65%. #80AFC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
128 + 175 + 193 = 496 (100%)
R 128 of 496 ~ 25.81%
G 175 of 496 ~ 35.28%
B 193 of 496 ~ 38.91%

%25.81
%35.28
%38.91

CMYK color model

#80AFC1 color CMYK value is (34,9,0,24).

  • cyan value is 33.68%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(34,9,0,24)
C34M9Y0K24 
(34%,9%,0%,24%)
(0.34/0.09/0.00/0.24)	

CMYK percentages

%33.68
%9.33
%0
%24.31

Codes

Color #80AFC1 in popluar color models

80AFC1
RGB128175193
HSL197°34.39%62.94%
HSB/HSV197°33.68%75.69%
CMYK33.68%9.33%0.00%
24.31%

Color #80AFC1 in popluar number systems.

HEX80AFC1
Decimal128175193
Binary100000001010111111000001
Octal200257301

Shades and tints

Shades of #80AFC1

#80AFC1
(128,175,193)
#75A0B0
(117,160,176)
#6A919F
(106,145,159)
#5F828E
(95,130,142)
#54737D
(84,115,125)
#49646C
(73,100,108)
#3E555B
(62,85,91)
#33464A
(51,70,74)
#283739
(40,55,57)
#1D2828
(29,40,40)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #80AFC1

#80AFC1
(128,175,193)
#8BB6C6
(139,182,198)
#96BDCB
(150,189,203)
#A1C4D0
(161,196,208)
#ACCBD5
(172,203,213)
#B7D2DA
(183,210,218)
#C2D9DF
(194,217,223)
#CDE0E4
(205,224,228)
#D8E7E9
(216,231,233)
#E3EEEE
(227,238,238)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AFC1 color. Also use rgb(128,175,193) instead hex code.

Text Font Color

.myTextColor { color: #80AFC1; }

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

This text font color is #80AFC1.


Background Color

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

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

This div background color is #80AFC1.


Border color

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

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

This div border color is #80AFC1.


Opacity

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

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

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

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

This text has shadow with #80AFC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AFC1 on black background.


Color preview on white background

This text has color #80AFC1 on white background.



Black color preview on #80AFC1 background

This text has black color on #80AFC1 background.


White color preview on #80AFC1 background

This text has white color on #80AFC1 background.