COLOR #1186E3

HEX: #1186E3
RGB: (17,134,227)

Color info

#1186E3 contains mainly blue color. Web safe color of #1186E3 is #0099CC (or #09C).

RGB color model

#1186E3 color RGB value is (17,134,227).

  • red value is 17;
  • green value is 134;
  • blue value is 227.
RGB:
(17,134,227)
(7%,53%,89%)

RGB channels and saturation

R 17 of 255 = 7%
G 134 of 255 = 53%
B 227 of 255 = 89%

17
134
227

R + G + B ~ 50%. #1186E3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
17 + 134 + 227 = 378 (100%)
R 17 of 378 ~ 4.5%
G 134 of 378 ~ 35.45%
B 227 of 378 ~ 60.05%

%35.45
%60.05

CMYK color model

#1186E3 color CMYK value is (93,41,0,11).

  • cyan value is 92.51%
  • magenta value is 40.97%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(93,41,0,11)
C93M41Y0K11 
(93%,41%,0%,11%)
(0.93/0.41/0.00/0.11)	

CMYK percentages

%92.51
%40.97
%0
%10.98

Codes

Color #1186E3 in popluar color models

1186E3
RGB17134227
HSL207°86.07%47.84%
HSB/HSV207°92.51%89.02%
CMYK92.51%40.97%0.00%
10.98%

Color #1186E3 in popluar number systems.

HEX1186E3
Decimal17134227
Binary100011000011011100011
Octal21206343

Shades and tints

Shades of #1186E3

#1186E3
(17,134,227)
#107ACF
(16,122,207)
#0F6EBB
(15,110,187)
#0E62A7
(14,98,167)
#0D5693
(13,86,147)
#0C4A7F
(12,74,127)
#0B3E6B
(11,62,107)
#0A3257
(10,50,87)
#092643
(9,38,67)
#081A2F
(8,26,47)
#070E1B
(7,14,27)
#000000
(0,0,0)

Tints of #1186E3

#1186E3
(17,134,227)
#2691E5
(38,145,229)
#3B9CE7
(59,156,231)
#50A7E9
(80,167,233)
#65B2EB
(101,178,235)
#7ABDED
(122,189,237)
#8FC8EF
(143,200,239)
#A4D3F1
(164,211,241)
#B9DEF3
(185,222,243)
#CEE9F5
(206,233,245)
#E3F4F7
(227,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1186E3 color. Also use rgb(17,134,227) instead hex code.

Text Font Color

.myTextColor { color: #1186E3; }

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

This text font color is #1186E3.


Background Color

.myBgColor { background-color: #1186E3; }

<div style="background-color:#1186E3">Inner text</div>

This div background color is #1186E3.


Border color

.myBorderColor { border: 1px solid #1186E3; }

<div style="border:3px solid #1186E3">Div</div>

This div border color is #1186E3.


Opacity

.myOpacity80 { color: #1186E3; opacity: 0.8; }

<p style="color:#1186E3;opacity:0.8;">80%</p>

Text with #1186E3 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 #1186E3;}

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

This text has shadow with #1186E3 color.

.textShadow {text-shadow: 3px 3px 1px #1186E3, 3px 3px 1px red;}

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

This text has shadow with #1186E3 primary color and red secondary color.


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

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

This text has shadow with #1186E3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1186E3 on black background.


Color preview on white background

This text has color #1186E3 on white background.



Black color preview on #1186E3 background

This text has black color on #1186E3 background.


White color preview on #1186E3 background

This text has white color on #1186E3 background.