COLOR #126EC8

HEX: #126EC8
RGB: (18,110,200)

Renk bilgisi

#126EC8 contains mainly blue color. #126EC8 ‘ nin web güvenlik rengi #0066CC (ya da #06C) dir.

RGB renk modeli

#126EC8 color RGB value is (18,110,200).

  • kırmız ton 18;
  • yeşil ton 110;
  • mavi ton 200.
RGB:
(18,110,200)
(7%,43%,78%)

RGB bağlantıları ve doygunluk

R 18 of 255 = 7%
G 110 of 255 = 43%
B 200 of 255 = 78%

18
110
200

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

Yüzdelerle RGB renk parçaları

R + G + B =
18 + 110 + 200 = 328 (100%)
R 18 of 328 ~ 5.49%
G 110 of 328 ~ 33.54%
B 200 of 328 ~ 60.98%

%33.54
%60.98

CMYK RENK MODELİ

#126EC8 rengi CMYK tonu (91,45,0,22).

  • camgöbeği tonu 91.00%
  • eflatun tonu 45.00%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(91,45,0,22)
C91M45Y0K22 
(91%,45%,0%,22%)
(0.91/0.45/0.00/0.22)	

CMYK yüzdeleri

%91
%45
%0
%21.57

Codes

Color #126EC8 in popluar color models

126EC8
RGB18110200
HSL210°83.49%42.75%
HSB/HSV210°91.00%78.43%
CMYK91.00%45.00%0.00%
21.57%

Color #126EC8 in popluar number systems.

HEX126EC8
Decimal18110200
Binary10010110111011001000
Octal22156310

Shades and tints

Shades of #126EC8

#126EC8
(18,110,200)
#1164B6
(17,100,182)
#105AA4
(16,90,164)
#0F5092
(15,80,146)
#0E4680
(14,70,128)
#0D3C6E
(13,60,110)
#0C325C
(12,50,92)
#0B284A
(11,40,74)
#0A1E38
(10,30,56)
#091426
(9,20,38)
#080A14
(8,10,20)
#000000
(0,0,0)

Tints of #126EC8

#126EC8
(18,110,200)
#277BCD
(39,123,205)
#3C88D2
(60,136,210)
#5195D7
(81,149,215)
#66A2DC
(102,162,220)
#7BAFE1
(123,175,225)
#90BCE6
(144,188,230)
#A5C9EB
(165,201,235)
#BAD6F0
(186,214,240)
#CFE3F5
(207,227,245)
#E4F0FA
(228,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #126EC8 color. Also use rgb(18,110,200) instead hex code.

Text Font Color

.myTextColor { color: #126EC8; }

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

This text font color is #126EC8.


Background Color

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

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

This div background color is #126EC8.


Border color

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

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

This div border color is #126EC8.


Opacity

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

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

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

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

This text has shadow with #126EC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #126EC8 on black background.


Color preview on white background

This text has color #126EC8 on white background.



Black color preview on #126EC8 background

This text has black color on #126EC8 background.


White color preview on #126EC8 background

This text has white color on #126EC8 background.