COLOR #508EC8

HEX: #508EC8
RGB: (80,142,200)

Renk bilgisi

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

RGB renk modeli

#508EC8 color RGB value is (80,142,200).

  • kırmız ton 80;
  • yeşil ton 142;
  • mavi ton 200.
RGB:
(80,142,200)
(31%,56%,78%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 142 of 255 = 56%
B 200 of 255 = 78%

80
142
200

R + G + B ~ 55%. #508EC8 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 142 + 200 = 422 (100%)
R 80 of 422 ~ 18.96%
G 142 of 422 ~ 33.65%
B 200 of 422 ~ 47.39%

%18.96
%33.65
%47.39

CMYK RENK MODELİ

#508EC8 rengi CMYK tonu (60,29,0,22).

  • camgöbeği tonu 60.00%
  • eflatun tonu 29.00%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(60,29,0,22)
C60M29Y0K22 
(60%,29%,0%,22%)
(0.60/0.29/0.00/0.22)	

CMYK yüzdeleri

%60
%29
%0
%21.57

Codes

Color #508EC8 in popluar color models

508EC8
RGB80142200
HSL209°52.17%54.90%
HSB/HSV209°60.00%78.43%
CMYK60.00%29.00%0.00%
21.57%

Color #508EC8 in popluar number systems.

HEX508EC8
Decimal80142200
Binary10100001000111011001000
Octal120216310

Shades and tints

Shades of #508EC8

#508EC8
(80,142,200)
#4982B6
(73,130,182)
#4276A4
(66,118,164)
#3B6A92
(59,106,146)
#345E80
(52,94,128)
#2D526E
(45,82,110)
#26465C
(38,70,92)
#1F3A4A
(31,58,74)
#182E38
(24,46,56)
#112226
(17,34,38)
#0A1614
(10,22,20)
#000000
(0,0,0)

Tints of #508EC8

#508EC8
(80,142,200)
#5F98CD
(95,152,205)
#6EA2D2
(110,162,210)
#7DACD7
(125,172,215)
#8CB6DC
(140,182,220)
#9BC0E1
(155,192,225)
#AACAE6
(170,202,230)
#B9D4EB
(185,212,235)
#C8DEF0
(200,222,240)
#D7E8F5
(215,232,245)
#E6F2FA
(230,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508EC8 color. Also use rgb(80,142,200) instead hex code.

Text Font Color

.myTextColor { color: #508EC8; }

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

This text font color is #508EC8.


Background Color

.myBgColor { background-color: #508EC8; }

<div style="background-color:#508EC8">Inner text</div>

This div background color is #508EC8.


Border color

.myBorderColor { border: 1px solid #508EC8; }

<div style="border:3px solid #508EC8">Div</div>

This div border color is #508EC8.


Opacity

.myOpacity80 { color: #508EC8; opacity: 0.8; }

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

Text with #508EC8 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 #508EC8;}

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

This text has shadow with #508EC8 color.

.textShadow {text-shadow: 3px 3px 1px #508EC8, 3px 3px 1px red;}

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

This text has shadow with #508EC8 primary color and red secondary color.


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

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

This text has shadow with #508EC8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508EC8 on black background.


Color preview on white background

This text has color #508EC8 on white background.



Black color preview on #508EC8 background

This text has black color on #508EC8 background.


White color preview on #508EC8 background

This text has white color on #508EC8 background.