COLOR #80C3E1

HEX: #80C3E1
RGB: (128,195,225)

Renk bilgisi

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

RGB renk modeli

#80C3E1 color RGB value is (128,195,225).

  • kırmız ton 128;
  • yeşil ton 195;
  • mavi ton 225.
RGB:
(128,195,225)
(50%,76%,88%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 195 of 255 = 76%
B 225 of 255 = 88%

128
195
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 195 + 225 = 548 (100%)
R 128 of 548 ~ 23.36%
G 195 of 548 ~ 35.58%
B 225 of 548 ~ 41.06%

%23.36
%35.58
%41.06

CMYK RENK MODELİ

#80C3E1 rengi CMYK tonu (43,13,0,12).

  • camgöbeği tonu 43.11%
  • eflatun tonu 13.33%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(43,13,0,12)
C43M13Y0K12 
(43%,13%,0%,12%)
(0.43/0.13/0.00/0.12)	

CMYK yüzdeleri

%43.11
%13.33
%0
%11.76

Codes

Color #80C3E1 in popluar color models

80C3E1
RGB128195225
HSL199°61.78%69.22%
HSB/HSV199°43.11%88.24%
CMYK43.11%13.33%0.00%
11.76%

Color #80C3E1 in popluar number systems.

HEX80C3E1
Decimal128195225
Binary100000001100001111100001
Octal200303341

Shades and tints

Shades of #80C3E1

#80C3E1
(128,195,225)
#75B2CD
(117,178,205)
#6AA1B9
(106,161,185)
#5F90A5
(95,144,165)
#547F91
(84,127,145)
#496E7D
(73,110,125)
#3E5D69
(62,93,105)
#334C55
(51,76,85)
#283B41
(40,59,65)
#1D2A2D
(29,42,45)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #80C3E1

#80C3E1
(128,195,225)
#8BC8E3
(139,200,227)
#96CDE5
(150,205,229)
#A1D2E7
(161,210,231)
#ACD7E9
(172,215,233)
#B7DCEB
(183,220,235)
#C2E1ED
(194,225,237)
#CDE6EF
(205,230,239)
#D8EBF1
(216,235,241)
#E3F0F3
(227,240,243)
#EEF5F5
(238,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80C3E1; }

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

This text font color is #80C3E1.


Background Color

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

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

This div background color is #80C3E1.


Border color

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

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

This div border color is #80C3E1.


Opacity

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

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

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

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

This text has shadow with #80C3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80C3E1 on black background.


Color preview on white background

This text has color #80C3E1 on white background.



Black color preview on #80C3E1 background

This text has black color on #80C3E1 background.


White color preview on #80C3E1 background

This text has white color on #80C3E1 background.