COLOR #80B0C9

HEX: #80B0C9
RGB: (128,176,201)

Renk bilgisi

#80B0C9 contains mainly green and blue colors. #80B0C9 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#80B0C9 color RGB value is (128,176,201).

  • kırmız ton 128;
  • yeşil ton 176;
  • mavi ton 201.
RGB:
(128,176,201)
(50%,69%,79%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 176 of 255 = 69%
B 201 of 255 = 79%

128
176
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 176 + 201 = 505 (100%)
R 128 of 505 ~ 25.35%
G 176 of 505 ~ 34.85%
B 201 of 505 ~ 39.8%

%25.35
%34.85
%39.8

CMYK RENK MODELİ

#80B0C9 rengi CMYK tonu (36,12,0,21).

  • camgöbeği tonu 36.32%
  • eflatun tonu 12.44%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(36,12,0,21)
C36M12Y0K21 
(36%,12%,0%,21%)
(0.36/0.12/0.00/0.21)	

CMYK yüzdeleri

%36.32
%12.44
%0
%21.18

Codes

Color #80B0C9 in popluar color models

80B0C9
RGB128176201
HSL201°40.33%64.51%
HSB/HSV201°36.32%78.82%
CMYK36.32%12.44%0.00%
21.18%

Color #80B0C9 in popluar number systems.

HEX80B0C9
Decimal128176201
Binary100000001011000011001001
Octal200260311

Shades and tints

Shades of #80B0C9

#80B0C9
(128,176,201)
#75A0B7
(117,160,183)
#6A90A5
(106,144,165)
#5F8093
(95,128,147)
#547081
(84,112,129)
#49606F
(73,96,111)
#3E505D
(62,80,93)
#33404B
(51,64,75)
#283039
(40,48,57)
#1D2027
(29,32,39)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #80B0C9

#80B0C9
(128,176,201)
#8BB7CD
(139,183,205)
#96BED1
(150,190,209)
#A1C5D5
(161,197,213)
#ACCCD9
(172,204,217)
#B7D3DD
(183,211,221)
#C2DAE1
(194,218,225)
#CDE1E5
(205,225,229)
#D8E8E9
(216,232,233)
#E3EFED
(227,239,237)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80B0C9 color. Also use rgb(128,176,201) instead hex code.

Text Font Color

.myTextColor { color: #80B0C9; }

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

This text font color is #80B0C9.


Background Color

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

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

This div background color is #80B0C9.


Border color

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

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

This div border color is #80B0C9.


Opacity

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

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

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

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

This text has shadow with #80B0C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80B0C9 on black background.


Color preview on white background

This text has color #80B0C9 on white background.



Black color preview on #80B0C9 background

This text has black color on #80B0C9 background.


White color preview on #80B0C9 background

This text has white color on #80B0C9 background.