COLOR #80ADD3

HEX: #80ADD3
RGB: (128,173,211)

Renk bilgisi

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

RGB renk modeli

#80ADD3 color RGB value is (128,173,211).

  • kırmız ton 128;
  • yeşil ton 173;
  • mavi ton 211.
RGB:
(128,173,211)
(50%,68%,83%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 173 of 255 = 68%
B 211 of 255 = 83%

128
173
211

R + G + B ~ 67%. #80ADD3 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 173 + 211 = 512 (100%)
R 128 of 512 ~ 25%
G 173 of 512 ~ 33.79%
B 211 of 512 ~ 41.21%

%25
%33.79
%41.21

CMYK RENK MODELİ

#80ADD3 rengi CMYK tonu (39,18,0,17).

  • camgöbeği tonu 39.34%
  • eflatun tonu 18.01%
  • sarı tonu 0.00%
  • ana renk tonu 17.25%
CMYK:
(39,18,0,17)
C39M18Y0K17 
(39%,18%,0%,17%)
(0.39/0.18/0.00/0.17)	

CMYK yüzdeleri

%39.34
%18.01
%0
%17.25

Codes

Color #80ADD3 in popluar color models

80ADD3
RGB128173211
HSL207°48.54%66.47%
HSB/HSV207°39.34%82.75%
CMYK39.34%18.01%0.00%
17.25%

Color #80ADD3 in popluar number systems.

HEX80ADD3
Decimal128173211
Binary100000001010110111010011
Octal200255323

Shades and tints

Shades of #80ADD3

#80ADD3
(128,173,211)
#759EC0
(117,158,192)
#6A8FAD
(106,143,173)
#5F809A
(95,128,154)
#547187
(84,113,135)
#496274
(73,98,116)
#3E5361
(62,83,97)
#33444E
(51,68,78)
#28353B
(40,53,59)
#1D2628
(29,38,40)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #80ADD3

#80ADD3
(128,173,211)
#8BB4D7
(139,180,215)
#96BBDB
(150,187,219)
#A1C2DF
(161,194,223)
#ACC9E3
(172,201,227)
#B7D0E7
(183,208,231)
#C2D7EB
(194,215,235)
#CDDEEF
(205,222,239)
#D8E5F3
(216,229,243)
#E3ECF7
(227,236,247)
#EEF3FB
(238,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80ADD3 color. Also use rgb(128,173,211) instead hex code.

Text Font Color

.myTextColor { color: #80ADD3; }

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

This text font color is #80ADD3.


Background Color

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

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

This div background color is #80ADD3.


Border color

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

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

This div border color is #80ADD3.


Opacity

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

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

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

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

This text has shadow with #80ADD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80ADD3 on black background.


Color preview on white background

This text has color #80ADD3 on white background.



Black color preview on #80ADD3 background

This text has black color on #80ADD3 background.


White color preview on #80ADD3 background

This text has white color on #80ADD3 background.