COLOR #508CC2

HEX: #508CC2
RGB: (80,140,194)

Renk bilgisi

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

RGB renk modeli

#508CC2 color RGB value is (80,140,194).

  • kırmız ton 80;
  • yeşil ton 140;
  • mavi ton 194.
RGB:
(80,140,194)
(31%,55%,76%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 140 of 255 = 55%
B 194 of 255 = 76%

80
140
194

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

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 140 + 194 = 414 (100%)
R 80 of 414 ~ 19.32%
G 140 of 414 ~ 33.82%
B 194 of 414 ~ 46.86%

%19.32
%33.82
%46.86

CMYK RENK MODELİ

#508CC2 rengi CMYK tonu (59,28,0,24).

  • camgöbeği tonu 58.76%
  • eflatun tonu 27.84%
  • sarı tonu 0.00%
  • ana renk tonu 23.92%
CMYK:
(59,28,0,24)
C59M28Y0K24 
(59%,28%,0%,24%)
(0.59/0.28/0.00/0.24)	

CMYK yüzdeleri

%58.76
%27.84
%0
%23.92

Codes

Color #508CC2 in popluar color models

508CC2
RGB80140194
HSL208°48.31%53.73%
HSB/HSV208°58.76%76.08%
CMYK58.76%27.84%0.00%
23.92%

Color #508CC2 in popluar number systems.

HEX508CC2
Decimal80140194
Binary10100001000110011000010
Octal120214302

Shades and tints

Shades of #508CC2

#508CC2
(80,140,194)
#4980B1
(73,128,177)
#4274A0
(66,116,160)
#3B688F
(59,104,143)
#345C7E
(52,92,126)
#2D506D
(45,80,109)
#26445C
(38,68,92)
#1F384B
(31,56,75)
#182C3A
(24,44,58)
#112029
(17,32,41)
#0A1418
(10,20,24)
#000000
(0,0,0)

Tints of #508CC2

#508CC2
(80,140,194)
#5F96C7
(95,150,199)
#6EA0CC
(110,160,204)
#7DAAD1
(125,170,209)
#8CB4D6
(140,180,214)
#9BBEDB
(155,190,219)
#AAC8E0
(170,200,224)
#B9D2E5
(185,210,229)
#C8DCEA
(200,220,234)
#D7E6EF
(215,230,239)
#E6F0F4
(230,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #508CC2 color. Also use rgb(80,140,194) instead hex code.

Text Font Color

.myTextColor { color: #508CC2; }

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

This text font color is #508CC2.


Background Color

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

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

This div background color is #508CC2.


Border color

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

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

This div border color is #508CC2.


Opacity

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

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

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

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

This text has shadow with #508CC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #508CC2 on black background.


Color preview on white background

This text has color #508CC2 on white background.



Black color preview on #508CC2 background

This text has black color on #508CC2 background.


White color preview on #508CC2 background

This text has white color on #508CC2 background.