COLOR #1E96C9

HEX: #1E96C9
RGB: (30,150,201)

Color info

#1E96C9 contains mainly green and blue colors. Web safe color of #1E96C9 is #3399CC (or #39C).

RGB color model

#1E96C9 color RGB value is (30,150,201).

  • red value is 30;
  • green value is 150;
  • blue value is 201.
RGB:
(30,150,201)
(12%,59%,79%)

RGB channels and saturation

R 30 of 255 = 12%
G 150 of 255 = 59%
B 201 of 255 = 79%

30
150
201

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

Portions of RGB colors in percentages

R + G + B =
30 + 150 + 201 = 381 (100%)
R 30 of 381 ~ 7.87%
G 150 of 381 ~ 39.37%
B 201 of 381 ~ 52.76%

%39.37
%52.76

CMYK color model

#1E96C9 color CMYK value is (85,25,0,21).

  • cyan value is 85.07%
  • magenta value is 25.37%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(85,25,0,21)
C85M25Y0K21 
(85%,25%,0%,21%)
(0.85/0.25/0.00/0.21)	

CMYK percentages

%85.07
%25.37
%0
%21.18

Codes

Color #1E96C9 in popluar color models

1E96C9
RGB30150201
HSL198°74.03%45.29%
HSB/HSV198°85.07%78.82%
CMYK85.07%25.37%0.00%
21.18%

Color #1E96C9 in popluar number systems.

HEX1E96C9
Decimal30150201
Binary111101001011011001001
Octal36226311

Shades and tints

Shades of #1E96C9

#1E96C9
(30,150,201)
#1C89B7
(28,137,183)
#1A7CA5
(26,124,165)
#186F93
(24,111,147)
#166281
(22,98,129)
#14556F
(20,85,111)
#12485D
(18,72,93)
#103B4B
(16,59,75)
#0E2E39
(14,46,57)
#0C2127
(12,33,39)
#0A1415
(10,20,21)
#000000
(0,0,0)

Tints of #1E96C9

#1E96C9
(30,150,201)
#329FCD
(50,159,205)
#46A8D1
(70,168,209)
#5AB1D5
(90,177,213)
#6EBAD9
(110,186,217)
#82C3DD
(130,195,221)
#96CCE1
(150,204,225)
#AAD5E5
(170,213,229)
#BEDEE9
(190,222,233)
#D2E7ED
(210,231,237)
#E6F0F1
(230,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E96C9 color. Also use rgb(30,150,201) instead hex code.

Text Font Color

.myTextColor { color: #1E96C9; }

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

This text font color is #1E96C9.


Background Color

.myBgColor { background-color: #1E96C9; }

<div style="background-color:#1E96C9">Inner text</div>

This div background color is #1E96C9.


Border color

.myBorderColor { border: 1px solid #1E96C9; }

<div style="border:3px solid #1E96C9">Div</div>

This div border color is #1E96C9.


Opacity

.myOpacity80 { color: #1E96C9; opacity: 0.8; }

<p style="color:#1E96C9;opacity:0.8;">80%</p>

Text with #1E96C9 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 #1E96C9;}

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

This text has shadow with #1E96C9 color.

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

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

This text has shadow with #1E96C9 primary color and red secondary color.


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

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

This text has shadow with #1E96C9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E96C9 on black background.


Color preview on white background

This text has color #1E96C9 on white background.



Black color preview on #1E96C9 background

This text has black color on #1E96C9 background.


White color preview on #1E96C9 background

This text has white color on #1E96C9 background.