COLOR #527EBE

HEX: #527EBE
RGB: (82,126,190)

Renk bilgisi

#527EBE contains mainly blue color. #527EBE ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#527EBE color RGB value is (82,126,190).

  • kırmız ton 82;
  • yeşil ton 126;
  • mavi ton 190.
RGB:
(82,126,190)
(32%,49%,75%)

RGB bağlantıları ve doygunluk

R 82 of 255 = 32%
G 126 of 255 = 49%
B 190 of 255 = 75%

82
126
190

R + G + B ~ 52%. #527EBE is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
82 + 126 + 190 = 398 (100%)
R 82 of 398 ~ 20.6%
G 126 of 398 ~ 31.66%
B 190 of 398 ~ 47.74%

%20.6
%31.66
%47.74

CMYK RENK MODELİ

#527EBE rengi CMYK tonu (57,34,0,25).

  • camgöbeği tonu 56.84%
  • eflatun tonu 33.68%
  • sarı tonu 0.00%
  • ana renk tonu 25.49%
CMYK:
(57,34,0,25)
C57M34Y0K25 
(57%,34%,0%,25%)
(0.57/0.34/0.00/0.25)	

CMYK yüzdeleri

%56.84
%33.68
%0
%25.49

Codes

Color #527EBE in popluar color models

527EBE
RGB82126190
HSL216°45.38%53.33%
HSB/HSV216°56.84%74.51%
CMYK56.84%33.68%0.00%
25.49%

Color #527EBE in popluar number systems.

HEX527EBE
Decimal82126190
Binary1010010111111010111110
Octal122176276

Shades and tints

Shades of #527EBE

#527EBE
(82,126,190)
#4B73AD
(75,115,173)
#44689C
(68,104,156)
#3D5D8B
(61,93,139)
#36527A
(54,82,122)
#2F4769
(47,71,105)
#283C58
(40,60,88)
#213147
(33,49,71)
#1A2636
(26,38,54)
#131B25
(19,27,37)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #527EBE

#527EBE
(82,126,190)
#6189C3
(97,137,195)
#7094C8
(112,148,200)
#7F9FCD
(127,159,205)
#8EAAD2
(142,170,210)
#9DB5D7
(157,181,215)
#ACC0DC
(172,192,220)
#BBCBE1
(187,203,225)
#CAD6E6
(202,214,230)
#D9E1EB
(217,225,235)
#E8ECF0
(232,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #527EBE color. Also use rgb(82,126,190) instead hex code.

Text Font Color

.myTextColor { color: #527EBE; }

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

This text font color is #527EBE.


Background Color

.myBgColor { background-color: #527EBE; }

<div style="background-color:#527EBE">Inner text</div>

This div background color is #527EBE.


Border color

.myBorderColor { border: 1px solid #527EBE; }

<div style="border:3px solid #527EBE">Div</div>

This div border color is #527EBE.


Opacity

.myOpacity80 { color: #527EBE; opacity: 0.8; }

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

Text with #527EBE 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 #527EBE;}

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

This text has shadow with #527EBE color.

.textShadow {text-shadow: 3px 3px 1px #527EBE, 3px 3px 1px red;}

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

This text has shadow with #527EBE primary color and red secondary color.


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

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

This text has shadow with #527EBE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #527EBE on black background.


Color preview on white background

This text has color #527EBE on white background.



Black color preview on #527EBE background

This text has black color on #527EBE background.


White color preview on #527EBE background

This text has white color on #527EBE background.