COLOR #0E6CAB

HEX: #0E6CAB
RGB: (14,108,171)

Color info

#0E6CAB contains mainly blue color. Web safe color of #0E6CAB is #006699 (or #069).

RGB color model

#0E6CAB color RGB value is (14,108,171).

  • red value is 14;
  • green value is 108;
  • blue value is 171.
RGB:
(14,108,171)
(5%,42%,67%)

RGB channels and saturation

R 14 of 255 = 5%
G 108 of 255 = 42%
B 171 of 255 = 67%

14
108
171

R + G + B ~ 38%. #0E6CAB is quite dark color.

Portions of RGB colors in percentages

R + G + B =
14 + 108 + 171 = 293 (100%)
R 14 of 293 ~ 4.78%
G 108 of 293 ~ 36.86%
B 171 of 293 ~ 58.36%

%36.86
%58.36

CMYK color model

#0E6CAB color CMYK value is (92,37,0,33).

  • cyan value is 91.81%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(92,37,0,33)
C92M37Y0K33 
(92%,37%,0%,33%)
(0.92/0.37/0.00/0.33)	

CMYK percentages

%91.81
%36.84
%0
%32.94

Codes

Color #0E6CAB in popluar color models

0E6CAB
RGB14108171
HSL204°84.86%36.27%
HSB/HSV204°91.81%67.06%
CMYK91.81%36.84%0.00%
32.94%

Color #0E6CAB in popluar number systems.

HEX0E6CAB
Decimal14108171
Binary1110110110010101011
Octal16154253

Shades and tints

Shades of #0E6CAB

#0E6CAB
(14,108,171)
#0D639C
(13,99,156)
#0C5A8D
(12,90,141)
#0B517E
(11,81,126)
#0A486F
(10,72,111)
#093F60
(9,63,96)
#083651
(8,54,81)
#072D42
(7,45,66)
#062433
(6,36,51)
#051B24
(5,27,36)
#041215
(4,18,21)
#000000
(0,0,0)

Tints of #0E6CAB

#0E6CAB
(14,108,171)
#2379B2
(35,121,178)
#3886B9
(56,134,185)
#4D93C0
(77,147,192)
#62A0C7
(98,160,199)
#77ADCE
(119,173,206)
#8CBAD5
(140,186,213)
#A1C7DC
(161,199,220)
#B6D4E3
(182,212,227)
#CBE1EA
(203,225,234)
#E0EEF1
(224,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E6CAB color. Also use rgb(14,108,171) instead hex code.

Text Font Color

.myTextColor { color: #0E6CAB; }

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

This text font color is #0E6CAB.


Background Color

.myBgColor { background-color: #0E6CAB; }

<div style="background-color:#0E6CAB">Inner text</div>

This div background color is #0E6CAB.


Border color

.myBorderColor { border: 1px solid #0E6CAB; }

<div style="border:3px solid #0E6CAB">Div</div>

This div border color is #0E6CAB.


Opacity

.myOpacity80 { color: #0E6CAB; opacity: 0.8; }

<p style="color:#0E6CAB;opacity:0.8;">80%</p>

Text with #0E6CAB 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 #0E6CAB;}

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

This text has shadow with #0E6CAB color.

.textShadow {text-shadow: 3px 3px 1px #0E6CAB, 3px 3px 1px red;}

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

This text has shadow with #0E6CAB primary color and red secondary color.


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

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

This text has shadow with #0E6CAB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E6CAB on black background.


Color preview on white background

This text has color #0E6CAB on white background.



Black color preview on #0E6CAB background

This text has black color on #0E6CAB background.


White color preview on #0E6CAB background

This text has white color on #0E6CAB background.