COLOR #0E82B9

HEX: #0E82B9
RGB: (14,130,185)

Color info

#0E82B9 contains mainly green and blue colors. Web safe color of #0E82B9 is #0099CC (or #09C).

RGB color model

#0E82B9 color RGB value is (14,130,185).

  • red value is 14;
  • green value is 130;
  • blue value is 185.
RGB:
(14,130,185)
(5%,51%,73%)

RGB channels and saturation

R 14 of 255 = 5%
G 130 of 255 = 51%
B 185 of 255 = 73%

14
130
185

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

Portions of RGB colors in percentages

R + G + B =
14 + 130 + 185 = 329 (100%)
R 14 of 329 ~ 4.26%
G 130 of 329 ~ 39.51%
B 185 of 329 ~ 56.23%

%39.51
%56.23

CMYK color model

#0E82B9 color CMYK value is (92,30,0,27).

  • cyan value is 92.43%
  • magenta value is 29.73%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(92,30,0,27)
C92M30Y0K27 
(92%,30%,0%,27%)
(0.92/0.30/0.00/0.27)	

CMYK percentages

%92.43
%29.73
%0
%27.45

Codes

Color #0E82B9 in popluar color models

0E82B9
RGB14130185
HSL199°85.93%39.02%
HSB/HSV199°92.43%72.55%
CMYK92.43%29.73%0.00%
27.45%

Color #0E82B9 in popluar number systems.

HEX0E82B9
Decimal14130185
Binary11101000001010111001
Octal16202271

Shades and tints

Shades of #0E82B9

#0E82B9
(14,130,185)
#0D77A9
(13,119,169)
#0C6C99
(12,108,153)
#0B6189
(11,97,137)
#0A5679
(10,86,121)
#094B69
(9,75,105)
#084059
(8,64,89)
#073549
(7,53,73)
#062A39
(6,42,57)
#051F29
(5,31,41)
#041419
(4,20,25)
#000000
(0,0,0)

Tints of #0E82B9

#0E82B9
(14,130,185)
#238DBF
(35,141,191)
#3898C5
(56,152,197)
#4DA3CB
(77,163,203)
#62AED1
(98,174,209)
#77B9D7
(119,185,215)
#8CC4DD
(140,196,221)
#A1CFE3
(161,207,227)
#B6DAE9
(182,218,233)
#CBE5EF
(203,229,239)
#E0F0F5
(224,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0E82B9 color. Also use rgb(14,130,185) instead hex code.

Text Font Color

.myTextColor { color: #0E82B9; }

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

This text font color is #0E82B9.


Background Color

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

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

This div background color is #0E82B9.


Border color

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

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

This div border color is #0E82B9.


Opacity

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

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

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

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

This text has shadow with #0E82B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0E82B9 on black background.


Color preview on white background

This text has color #0E82B9 on white background.



Black color preview on #0E82B9 background

This text has black color on #0E82B9 background.


White color preview on #0E82B9 background

This text has white color on #0E82B9 background.