COLOR #80C3DF

HEX: #80C3DF RGB: (128,195,223)

Color info

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

RGB color model

#80C3DF color RGB value is (128,195,223).

RGB: (128,195,223) (50%, 76%, 87%)

RGB channels and saturation

R 128 of 255 = 50%
G 195 of 255 = 76%
B 223 of 255 = 87%

128
195
223

R + G + B ~ 71%. #80C3DF is quite light color.

Portions of RGB colors in percentages

R + G + B = 128 + 195 + 223 = 546 (100%)
R 128 of 546 ~ 23.44%
G 195 of 546 ~ 35.71%
B 223 of 546 ~ 40.84'%

%23.44
%35.71
%40.84

CMYK color model

#80C3DF color CMYK value is (43,13,0,13).

  • cyan value is 42.60%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (43,13,0,13)
C43M13Y0K13 (43%, 13%, 0%, 13%)
(0.43 / 0.13 / 0.00 / 0.13)

CMYK percentages

%42.6
%12.56
%0
%12.55

Codes

Color #80C3DF in popluar color models

80 C3 DF
RGB 128 195 223
HSL 198° 59.75% 68.82%
HSB/HSV 198° 42.60% 87.45%
CMYK 42.60% 12.56% 0.00%
12.55%

Color #80C3DF in popluar number systems.

HEX 80 C3 DF
Decimal 128 195 223
Binary 10000000 11000011 11011111
Octal 200 303 337

Shades and tints

Shades of #80C3DF

#80C3DF
(128,195,223)
#75B2CB
(117,178,203)
#6AA1B7
(106,161,183)
#5F90A3
(95,144,163)
#547F8F
(84,127,143)
#496E7B
(73,110,123)
#3E5D67
(62,93,103)
#334C53
(51,76,83)
#283B3F
(40,59,63)
#1D2A2B
(29,42,43)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #80C3DF

#80C3DF
(128,195,223)
#8BC8E1
(139,200,225)
#96CDE3
(150,205,227)
#A1D2E5
(161,210,229)
#ACD7E7
(172,215,231)
#B7DCE9
(183,220,233)
#C2E1EB
(194,225,235)
#CDE6ED
(205,230,237)
#D8EBEF
(216,235,239)
#E3F0F1
(227,240,241)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C3DF color. Also use rgb(128,195,223) instead hex code.

Text Font Color

.myTextColor { color: #80C3DF; }

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

This text font color is #80C3DF.

Background Color

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

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

This div background color is #80C3DF.

Border color

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

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

This div border color is #80C3DF.

Opacity

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

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

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

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

This text has shadow with #80C3DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80C3DF.

Preview

Color preview on black background

This text has color #80C3DF on black background.


Color preview on white background

This text has color #80C3DF on white background.


Black color preview on #80C3DF background

This text has black color on #80C3DF background.


White color preview on #80C3DF background

This text has white color on #80C3DF background.


Related colors

Complementary color

Complementary color for #hex is #7F3C20.


I love getcolorcode.com

Triadic colors

1 #DF80C3 and #C3DF80 with #80C3DF are triadic colors.

2 #DFC380 and #C380DF with #80C3DF are triadic colors.