COLOR #80B5C8

HEX: #80B5C8
RGB: (128,181,200)

Renk bilgisi

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

RGB renk modeli

#80B5C8 color RGB value is (128,181,200).

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

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 181 of 255 = 71%
B 200 of 255 = 78%

128
181
200

R + G + B ~ 66%. #80B5C8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 181 + 200 = 509 (100%)
R 128 of 509 ~ 25.15%
G 181 of 509 ~ 35.56%
B 200 of 509 ~ 39.29%

%25.15
%35.56
%39.29

CMYK RENK MODELİ

#80B5C8 rengi CMYK tonu (36,10,0,22).

  • camgöbeği tonu 36.00%
  • eflatun tonu 9.50%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(36,10,0,22)
C36M10Y0K22 
(36%,10%,0%,22%)
(0.36/0.10/0.00/0.22)	

CMYK yüzdeleri

%36
%9.5
%0
%21.57

Codes

Color #80B5C8 in popluar color models

80B5C8
RGB128181200
HSL196°39.56%64.31%
HSB/HSV196°36.00%78.43%
CMYK36.00%9.50%0.00%
21.57%

Color #80B5C8 in popluar number systems.

HEX80B5C8
Decimal128181200
Binary100000001011010111001000
Octal200265310

Shades and tints

Shades of #80B5C8

#80B5C8
(128,181,200)
#75A5B6
(117,165,182)
#6A95A4
(106,149,164)
#5F8592
(95,133,146)
#547580
(84,117,128)
#49656E
(73,101,110)
#3E555C
(62,85,92)
#33454A
(51,69,74)
#283538
(40,53,56)
#1D2526
(29,37,38)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #80B5C8

#80B5C8
(128,181,200)
#8BBBCD
(139,187,205)
#96C1D2
(150,193,210)
#A1C7D7
(161,199,215)
#ACCDDC
(172,205,220)
#B7D3E1
(183,211,225)
#C2D9E6
(194,217,230)
#CDDFEB
(205,223,235)
#D8E5F0
(216,229,240)
#E3EBF5
(227,235,245)
#EEF1FA
(238,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80B5C8; }

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

This text font color is #80B5C8.


Background Color

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

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

This div background color is #80B5C8.


Border color

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

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

This div border color is #80B5C8.


Opacity

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

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

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

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

This text has shadow with #80B5C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B5C8 on black background.


Color preview on white background

This text has color #80B5C8 on white background.



Black color preview on #80B5C8 background

This text has black color on #80B5C8 background.


White color preview on #80B5C8 background

This text has white color on #80B5C8 background.