COLOR #80AFD9

HEX: #80AFD9
RGB: (128,175,217)

Renk bilgisi

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

RGB renk modeli

#80AFD9 color RGB value is (128,175,217).

  • kırmız ton 128;
  • yeşil ton 175;
  • mavi ton 217.
RGB:
(128,175,217)
(50%,69%,85%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 175 of 255 = 69%
B 217 of 255 = 85%

128
175
217

R + G + B ~ 68%. #80AFD9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 175 + 217 = 520 (100%)
R 128 of 520 ~ 24.62%
G 175 of 520 ~ 33.65%
B 217 of 520 ~ 41.73%

%24.62
%33.65
%41.73

CMYK RENK MODELİ

#80AFD9 rengi CMYK tonu (41,19,0,15).

  • camgöbeği tonu 41.01%
  • eflatun tonu 19.35%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(41,19,0,15)
C41M19Y0K15 
(41%,19%,0%,15%)
(0.41/0.19/0.00/0.15)	

CMYK yüzdeleri

%41.01
%19.35
%0
%14.9

Codes

Color #80AFD9 in popluar color models

80AFD9
RGB128175217
HSL208°53.94%67.65%
HSB/HSV208°41.01%85.10%
CMYK41.01%19.35%0.00%
14.90%

Color #80AFD9 in popluar number systems.

HEX80AFD9
Decimal128175217
Binary100000001010111111011001
Octal200257331

Shades and tints

Shades of #80AFD9

#80AFD9
(128,175,217)
#75A0C6
(117,160,198)
#6A91B3
(106,145,179)
#5F82A0
(95,130,160)
#54738D
(84,115,141)
#49647A
(73,100,122)
#3E5567
(62,85,103)
#334654
(51,70,84)
#283741
(40,55,65)
#1D282E
(29,40,46)
#12191B
(18,25,27)
#000000
(0,0,0)

Tints of #80AFD9

#80AFD9
(128,175,217)
#8BB6DC
(139,182,220)
#96BDDF
(150,189,223)
#A1C4E2
(161,196,226)
#ACCBE5
(172,203,229)
#B7D2E8
(183,210,232)
#C2D9EB
(194,217,235)
#CDE0EE
(205,224,238)
#D8E7F1
(216,231,241)
#E3EEF4
(227,238,244)
#EEF5F7
(238,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AFD9 color. Also use rgb(128,175,217) instead hex code.

Text Font Color

.myTextColor { color: #80AFD9; }

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

This text font color is #80AFD9.


Background Color

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

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

This div background color is #80AFD9.


Border color

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

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

This div border color is #80AFD9.


Opacity

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

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

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

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

This text has shadow with #80AFD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AFD9 on black background.


Color preview on white background

This text has color #80AFD9 on white background.



Black color preview on #80AFD9 background

This text has black color on #80AFD9 background.


White color preview on #80AFD9 background

This text has white color on #80AFD9 background.