COLOR #80C8DE

HEX: #80C8DE RGB: (128,200,222)

Color info

#80C8DE contains mainly green and blue colors. Web safe color of #80C8DE is #66CCCC (or #6CC).

RGB color model

#80C8DE color RGB value is (128,200,222).

RGB: (128,200,222) (50%, 78%, 87%)

RGB channels and saturation

R 128 of 255 = 50%
G 200 of 255 = 78%
B 222 of 255 = 87%

128
200
222

R + G + B ~ 72%. #80C8DE is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 200 + 222 = 550 (100%)
R 128 of 550 ~ 23.27%
G 200 of 550 ~ 36.36%
B 222 of 550 ~ 40.36'%

%23.27
%36.36
%40.36

CMYK color model

#80C8DE color CMYK value is (42,10,0,13).

  • cyan value is 42.34%
  • magenta value is 9.91%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (42,10,0,13)
C42M10Y0K13 (42%, 10%, 0%, 13%)
(0.42 / 0.10 / 0.00 / 0.13)

CMYK percentages

%42.34
%9.91
%0
%12.94

Codes

Color #80C8DE in popluar color models

80 C8 DE
RGB 128 200 222
HSL 194° 58.75% 68.63%
HSB/HSV 194° 42.34% 87.06%
CMYK 42.34% 9.91% 0.00%
12.94%

Color #80C8DE in popluar number systems.

HEX 80 C8 DE
Decimal 128 200 222
Binary 10000000 11001000 11011110
Octal 200 310 336

Shades and tints

Shades of #80C8DE

#80C8DE
(128,200,222)
#75B6CA
(117,182,202)
#6AA4B6
(106,164,182)
#5F92A2
(95,146,162)
#54808E
(84,128,142)
#496E7A
(73,110,122)
#3E5C66
(62,92,102)
#334A52
(51,74,82)
#28383E
(40,56,62)
#1D262A
(29,38,42)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #80C8DE

#80C8DE
(128,200,222)
#8BCDE1
(139,205,225)
#96D2E4
(150,210,228)
#A1D7E7
(161,215,231)
#ACDCEA
(172,220,234)
#B7E1ED
(183,225,237)
#C2E6F0
(194,230,240)
#CDEBF3
(205,235,243)
#D8F0F6
(216,240,246)
#E3F5F9
(227,245,249)
#EEFAFC
(238,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C8DE color. Also use rgb(128,200,222) instead hex code.

Text Font Color

.myTextColor { color: #80C8DE; }

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

This text font color is #80C8DE.

Background Color

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

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

This div background color is #80C8DE.

Border color

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

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

This div border color is #80C8DE.

Opacity

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

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

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

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

This text has shadow with #80C8DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80C8DE.

Preview

Color preview on black background

This text has color #80C8DE on black background.


Color preview on white background

This text has color #80C8DE on white background.


Black color preview on #80C8DE background

This text has black color on #80C8DE background.


White color preview on #80C8DE background

This text has white color on #80C8DE background.


Related colors

Complementary color

Complementary color for #hex is #7F3721.


I love getcolorcode.com

Triadic colors

1 #DE80C8 and #C8DE80 with #80C8DE are triadic colors.

2 #DEC880 and #C880DE with #80C8DE are triadic colors.