COLOR #0094D3

HEX: #0094D3
RGB: (0,148,211)

Color info

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

RGB color model

#0094D3 color RGB value is (0,148,211).

  • red value is 0;
  • green value is 148;
  • blue value is 211.
RGB:
(0,148,211)
(0%,58%,83%)

RGB channels and saturation

R 0 of 255 = 0%
G 148 of 255 = 58%
B 211 of 255 = 83%

0
148
211

R + G + B ~ 47%. #0094D3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 148 + 211 = 359 (100%)
R 0 of 359 ~ 0%
G 148 of 359 ~ 41.23%
B 211 of 359 ~ 58.77%

%41.23
%58.77

CMYK color model

#0094D3 color CMYK value is (100,30,0,17).

  • cyan value is 100.00%
  • magenta value is 29.86%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(100,30,0,17)
C100M30Y0K17 
(100%,30%,0%,17%)
(1.00/0.30/0.00/0.17)	

CMYK percentages

%100
%29.86
%0
%17.25

Codes

Color #0094D3 in popluar color models

0094D3
RGB0148211
HSL198°100.00%41.37%
HSB/HSV198°100.00%82.75%
CMYK100.00%29.86%0.00%
17.25%

Color #0094D3 in popluar number systems.

HEX0094D3
Decimal0148211
Binary01001010011010011
Octal0224323

Shades and tints

Shades of #0094D3

#0094D3
(0,148,211)
#0087C0
(0,135,192)
#007AAD
(0,122,173)
#006D9A
(0,109,154)
#006087
(0,96,135)
#005374
(0,83,116)
#004661
(0,70,97)
#00394E
(0,57,78)
#002C3B
(0,44,59)
#001F28
(0,31,40)
#001215
(0,18,21)
#000000
(0,0,0)

Tints of #0094D3

#0094D3
(0,148,211)
#179DD7
(23,157,215)
#2EA6DB
(46,166,219)
#45AFDF
(69,175,223)
#5CB8E3
(92,184,227)
#73C1E7
(115,193,231)
#8ACAEB
(138,202,235)
#A1D3EF
(161,211,239)
#B8DCF3
(184,220,243)
#CFE5F7
(207,229,247)
#E6EEFB
(230,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0094D3 color. Also use rgb(0,148,211) instead hex code.

Text Font Color

.myTextColor { color: #0094D3; }

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

This text font color is #0094D3.


Background Color

.myBgColor { background-color: #0094D3; }

<div style="background-color:#0094D3">Inner text</div>

This div background color is #0094D3.


Border color

.myBorderColor { border: 1px solid #0094D3; }

<div style="border:3px solid #0094D3">Div</div>

This div border color is #0094D3.


Opacity

.myOpacity80 { color: #0094D3; opacity: 0.8; }

<p style="color:#0094D3;opacity:0.8;">80%</p>

Text with #0094D3 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 #0094D3;}

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

This text has shadow with #0094D3 color.

.textShadow {text-shadow: 3px 3px 1px #0094D3, 3px 3px 1px red;}

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

This text has shadow with #0094D3 primary color and red secondary color.


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

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

This text has shadow with #0094D3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0094D3 on black background.


Color preview on white background

This text has color #0094D3 on white background.



Black color preview on #0094D3 background

This text has black color on #0094D3 background.


White color preview on #0094D3 background

This text has white color on #0094D3 background.