COLOR #80AEFF

HEX: #80AEFF
RGB: (128,174,255)

Renk bilgisi

#80AEFF contains mainly blue color. #80AEFF ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#80AEFF color RGB value is (128,174,255).

  • kırmız ton 128;
  • yeşil ton 174;
  • mavi ton 255.
RGB:
(128,174,255)
(50%,68%,100%)

RGB bağlantıları ve doygunluk

R 128 of 255 = 50%
G 174 of 255 = 68%
B 255 of 255 = 100%

128
174
255

R + G + B ~ 73%. #80AEFF is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
128 + 174 + 255 = 557 (100%)
R 128 of 557 ~ 22.98%
G 174 of 557 ~ 31.24%
B 255 of 557 ~ 45.78%

%22.98
%31.24
%45.78

CMYK RENK MODELİ

#80AEFF rengi CMYK tonu (50,32,0,0).

  • camgöbeği tonu 49.80%
  • eflatun tonu 31.76%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(50,32,0,0)
C50M32Y0K0 
(50%,32%,0%,0%)
(0.50/0.32/0.00/0.00)	

CMYK yüzdeleri

%49.8
%31.76
%0
%0

Codes

Color #80AEFF in popluar color models

80AEFF
RGB128174255
HSL218°100.00%75.10%
HSB/HSV218°49.80%100.00%
CMYK49.80%31.76%0.00%
0.00%

Color #80AEFF in popluar number systems.

HEX80AEFF
Decimal128174255
Binary100000001010111011111111
Octal200256377

Shades and tints

Shades of #80AEFF

#80AEFF
(128,174,255)
#759FE8
(117,159,232)
#6A90D1
(106,144,209)
#5F81BA
(95,129,186)
#5472A3
(84,114,163)
#49638C
(73,99,140)
#3E5475
(62,84,117)
#33455E
(51,69,94)
#283647
(40,54,71)
#1D2730
(29,39,48)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #80AEFF

#80AEFF
(128,174,255)
#8BB5FF
(139,181,255)
#96BCFF
(150,188,255)
#A1C3FF
(161,195,255)
#ACCAFF
(172,202,255)
#B7D1FF
(183,209,255)
#C2D8FF
(194,216,255)
#CDDFFF
(205,223,255)
#D8E6FF
(216,230,255)
#E3EDFF
(227,237,255)
#EEF4FF
(238,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80AEFF color. Also use rgb(128,174,255) instead hex code.

Text Font Color

.myTextColor { color: #80AEFF; }

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

This text font color is #80AEFF.


Background Color

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

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

This div background color is #80AEFF.


Border color

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

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

This div border color is #80AEFF.


Opacity

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

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

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

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

This text has shadow with #80AEFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80AEFF on black background.


Color preview on white background

This text has color #80AEFF on white background.



Black color preview on #80AEFF background

This text has black color on #80AEFF background.


White color preview on #80AEFF background

This text has white color on #80AEFF background.