COLOR #508DC7

HEX: #508DC7
RGB: (80,141,199)

Renk bilgisi

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

RGB renk modeli

#508DC7 color RGB value is (80,141,199).

  • kırmız ton 80;
  • yeşil ton 141;
  • mavi ton 199.
RGB:
(80,141,199)
(31%,55%,78%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 141 of 255 = 55%
B 199 of 255 = 78%

80
141
199

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 141 + 199 = 420 (100%)
R 80 of 420 ~ 19.05%
G 141 of 420 ~ 33.57%
B 199 of 420 ~ 47.38%

%19.05
%33.57
%47.38

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%59.8
%29.15
%0
%21.96

Codes

Color #508DC7 in popluar color models

508DC7
RGB80141199
HSL209°51.52%54.71%
HSB/HSV209°59.80%78.04%
CMYK59.80%29.15%0.00%
21.96%

Color #508DC7 in popluar number systems.

HEX508DC7
Decimal80141199
Binary10100001000110111000111
Octal120215307

Shades and tints

Shades of #508DC7

#508DC7
(80,141,199)
#4981B5
(73,129,181)
#4275A3
(66,117,163)
#3B6991
(59,105,145)
#345D7F
(52,93,127)
#2D516D
(45,81,109)
#26455B
(38,69,91)
#1F3949
(31,57,73)
#182D37
(24,45,55)
#112125
(17,33,37)
#0A1513
(10,21,19)
#000000
(0,0,0)

Tints of #508DC7

#508DC7
(80,141,199)
#5F97CC
(95,151,204)
#6EA1D1
(110,161,209)
#7DABD6
(125,171,214)
#8CB5DB
(140,181,219)
#9BBFE0
(155,191,224)
#AAC9E5
(170,201,229)
#B9D3EA
(185,211,234)
#C8DDEF
(200,221,239)
#D7E7F4
(215,231,244)
#E6F1F9
(230,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508DC7 color. Also use rgb(80,141,199) instead hex code.

Text Font Color

.myTextColor { color: #508DC7; }

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

This text font color is #508DC7.


Background Color

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

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

This div background color is #508DC7.


Border color

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

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

This div border color is #508DC7.


Opacity

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

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

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

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

This text has shadow with #508DC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508DC7 on black background.


Color preview on white background

This text has color #508DC7 on white background.



Black color preview on #508DC7 background

This text has black color on #508DC7 background.


White color preview on #508DC7 background

This text has white color on #508DC7 background.