COLOR #80C6DD

HEX: #80C6DD
RGB: (128,198,221)

Renk bilgisi

#80C6DD contains mainly green and blue colors. #80C6DD ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#80C6DD color RGB value is (128,198,221).

  • kırmız ton 128;
  • yeşil ton 198;
  • mavi ton 221.
RGB:
(128,198,221)
(50%,78%,87%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 198 of 255 = 78%
B 221 of 255 = 87%

128
198
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 198 + 221 = 547 (100%)
R 128 of 547 ~ 23.4%
G 198 of 547 ~ 36.2%
B 221 of 547 ~ 40.4%

%23.4
%36.2
%40.4

CMYK RENK MODELİ

#80C6DD rengi CMYK tonu (42,10,0,13).

  • camgöbeği tonu 42.08%
  • eflatun tonu 10.41%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(42,10,0,13)
C42M10Y0K13 
(42%,10%,0%,13%)
(0.42/0.10/0.00/0.13)	

CMYK yüzdeleri

%42.08
%10.41
%0
%13.33

Codes

Color #80C6DD in popluar color models

80C6DD
RGB128198221
HSL195°57.76%68.43%
HSB/HSV195°42.08%86.67%
CMYK42.08%10.41%0.00%
13.33%

Color #80C6DD in popluar number systems.

HEX80C6DD
Decimal128198221
Binary100000001100011011011101
Octal200306335

Shades and tints

Shades of #80C6DD

#80C6DD
(128,198,221)
#75B4C9
(117,180,201)
#6AA2B5
(106,162,181)
#5F90A1
(95,144,161)
#547E8D
(84,126,141)
#496C79
(73,108,121)
#3E5A65
(62,90,101)
#334851
(51,72,81)
#28363D
(40,54,61)
#1D2429
(29,36,41)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #80C6DD

#80C6DD
(128,198,221)
#8BCBE0
(139,203,224)
#96D0E3
(150,208,227)
#A1D5E6
(161,213,230)
#ACDAE9
(172,218,233)
#B7DFEC
(183,223,236)
#C2E4EF
(194,228,239)
#CDE9F2
(205,233,242)
#D8EEF5
(216,238,245)
#E3F3F8
(227,243,248)
#EEF8FB
(238,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80C6DD color. Also use rgb(128,198,221) instead hex code.

Text Font Color

.myTextColor { color: #80C6DD; }

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

This text font color is #80C6DD.


Background Color

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

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

This div background color is #80C6DD.


Border color

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

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

This div border color is #80C6DD.


Opacity

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

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

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

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

This text has shadow with #80C6DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C6DD on black background.


Color preview on white background

This text has color #80C6DD on white background.



Black color preview on #80C6DD background

This text has black color on #80C6DD background.


White color preview on #80C6DD background

This text has white color on #80C6DD background.