COLOR #506E96

HEX: #506E96
RGB: (80,110,150)

Renk bilgisi

#506E96 contains mainly green and blue colors. #506E96 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#506E96 color RGB value is (80,110,150).

  • kırmız ton 80;
  • yeşil ton 110;
  • mavi ton 150.
RGB:
(80,110,150)
(31%,43%,59%)

RGB bağlantıları ve doygunluk

R 80 of 255 = 31%
G 110 of 255 = 43%
B 150 of 255 = 59%

80
110
150

R + G + B ~ 44%. #506E96 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
80 + 110 + 150 = 340 (100%)
R 80 of 340 ~ 23.53%
G 110 of 340 ~ 32.35%
B 150 of 340 ~ 44.12%

%23.53
%32.35
%44.12

CMYK RENK MODELİ

#506E96 rengi CMYK tonu (47,27,0,41).

  • camgöbeği tonu 46.67%
  • eflatun tonu 26.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(47,27,0,41)
C47M27Y0K41 
(47%,27%,0%,41%)
(0.47/0.27/0.00/0.41)	

CMYK yüzdeleri

%46.67
%26.67
%0
%41.18

Codes

Color #506E96 in popluar color models

506E96
RGB80110150
HSL214°30.43%45.10%
HSB/HSV214°46.67%58.82%
CMYK46.67%26.67%0.00%
41.18%

Color #506E96 in popluar number systems.

HEX506E96
Decimal80110150
Binary1010000110111010010110
Octal120156226

Shades and tints

Shades of #506E96

#506E96
(80,110,150)
#496489
(73,100,137)
#425A7C
(66,90,124)
#3B506F
(59,80,111)
#344662
(52,70,98)
#2D3C55
(45,60,85)
#263248
(38,50,72)
#1F283B
(31,40,59)
#181E2E
(24,30,46)
#111421
(17,20,33)
#0A0A14
(10,10,20)
#000000
(0,0,0)

Tints of #506E96

#506E96
(80,110,150)
#5F7B9F
(95,123,159)
#6E88A8
(110,136,168)
#7D95B1
(125,149,177)
#8CA2BA
(140,162,186)
#9BAFC3
(155,175,195)
#AABCCC
(170,188,204)
#B9C9D5
(185,201,213)
#C8D6DE
(200,214,222)
#D7E3E7
(215,227,231)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506E96 color. Also use rgb(80,110,150) instead hex code.

Text Font Color

.myTextColor { color: #506E96; }

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

This text font color is #506E96.


Background Color

.myBgColor { background-color: #506E96; }

<div style="background-color:#506E96">Inner text</div>

This div background color is #506E96.


Border color

.myBorderColor { border: 1px solid #506E96; }

<div style="border:3px solid #506E96">Div</div>

This div border color is #506E96.


Opacity

.myOpacity80 { color: #506E96; opacity: 0.8; }

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

Text with #506E96 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 #506E96;}

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

This text has shadow with #506E96 color.

.textShadow {text-shadow: 3px 3px 1px #506E96, 3px 3px 1px red;}

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

This text has shadow with #506E96 primary color and red secondary color.


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

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

This text has shadow with #506E96 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506E96 on black background.


Color preview on white background

This text has color #506E96 on white background.



Black color preview on #506E96 background

This text has black color on #506E96 background.


White color preview on #506E96 background

This text has white color on #506E96 background.