COLOR #80C8E3

HEX: #80C8E3
RGB: (128,200,227)

Renk bilgisi

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

RGB renk modeli

#80C8E3 color RGB value is (128,200,227).

  • kırmız ton 128;
  • yeşil ton 200;
  • mavi ton 227.
RGB:
(128,200,227)
(50%,78%,89%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 200 of 255 = 78%
B 227 of 255 = 89%

128
200
227

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 200 + 227 = 555 (100%)
R 128 of 555 ~ 23.06%
G 200 of 555 ~ 36.04%
B 227 of 555 ~ 40.9%

%23.06
%36.04
%40.9

CMYK RENK MODELİ

#80C8E3 rengi CMYK tonu (44,12,0,11).

  • camgöbeği tonu 43.61%
  • eflatun tonu 11.89%
  • sarı tonu 0.00%
  • ana renk tonu 10.98%
CMYK:
(44,12,0,11)
C44M12Y0K11 
(44%,12%,0%,11%)
(0.44/0.12/0.00/0.11)	

CMYK yüzdeleri

%43.61
%11.89
%0
%10.98

Codes

Color #80C8E3 in popluar color models

80C8E3
RGB128200227
HSL196°63.87%69.61%
HSB/HSV196°43.61%89.02%
CMYK43.61%11.89%0.00%
10.98%

Color #80C8E3 in popluar number systems.

HEX80C8E3
Decimal128200227
Binary100000001100100011100011
Octal200310343

Shades and tints

Shades of #80C8E3

#80C8E3
(128,200,227)
#75B6CF
(117,182,207)
#6AA4BB
(106,164,187)
#5F92A7
(95,146,167)
#548093
(84,128,147)
#496E7F
(73,110,127)
#3E5C6B
(62,92,107)
#334A57
(51,74,87)
#283843
(40,56,67)
#1D262F
(29,38,47)
#12141B
(18,20,27)
#000000
(0,0,0)

Tints of #80C8E3

#80C8E3
(128,200,227)
#8BCDE5
(139,205,229)
#96D2E7
(150,210,231)
#A1D7E9
(161,215,233)
#ACDCEB
(172,220,235)
#B7E1ED
(183,225,237)
#C2E6EF
(194,230,239)
#CDEBF1
(205,235,241)
#D8F0F3
(216,240,243)
#E3F5F5
(227,245,245)
#EEFAF7
(238,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80C8E3; }

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

This text font color is #80C8E3.


Background Color

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

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

This div background color is #80C8E3.


Border color

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

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

This div border color is #80C8E3.


Opacity

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

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

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

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

This text has shadow with #80C8E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C8E3 on black background.


Color preview on white background

This text has color #80C8E3 on white background.



Black color preview on #80C8E3 background

This text has black color on #80C8E3 background.


White color preview on #80C8E3 background

This text has white color on #80C8E3 background.