COLOR #1E89C3

HEX: #1E89C3
RGB: (30,137,195)

Color info

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

RGB color model

#1E89C3 color RGB value is (30,137,195).

  • red value is 30;
  • green value is 137;
  • blue value is 195.
RGB:
(30,137,195)
(12%,54%,76%)

RGB channels and saturation

R 30 of 255 = 12%
G 137 of 255 = 54%
B 195 of 255 = 76%

30
137
195

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

Portions of RGB colors in percentages

R + G + B =
30 + 137 + 195 = 362 (100%)
R 30 of 362 ~ 8.29%
G 137 of 362 ~ 37.85%
B 195 of 362 ~ 53.87%

%37.85
%53.87

CMYK color model

#1E89C3 color CMYK value is (85,30,0,24).

  • cyan value is 84.62%
  • magenta value is 29.74%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(85,30,0,24)
C85M30Y0K24 
(85%,30%,0%,24%)
(0.85/0.30/0.00/0.24)	

CMYK percentages

%84.62
%29.74
%0
%23.53

Codes

Color #1E89C3 in popluar color models

1E89C3
RGB30137195
HSL201°73.33%44.12%
HSB/HSV201°84.62%76.47%
CMYK84.62%29.74%0.00%
23.53%

Color #1E89C3 in popluar number systems.

HEX1E89C3
Decimal30137195
Binary111101000100111000011
Octal36211303

Shades and tints

Shades of #1E89C3

#1E89C3
(30,137,195)
#1C7DB2
(28,125,178)
#1A71A1
(26,113,161)
#186590
(24,101,144)
#16597F
(22,89,127)
#144D6E
(20,77,110)
#12415D
(18,65,93)
#10354C
(16,53,76)
#0E293B
(14,41,59)
#0C1D2A
(12,29,42)
#0A1119
(10,17,25)
#000000
(0,0,0)

Tints of #1E89C3

#1E89C3
(30,137,195)
#3293C8
(50,147,200)
#469DCD
(70,157,205)
#5AA7D2
(90,167,210)
#6EB1D7
(110,177,215)
#82BBDC
(130,187,220)
#96C5E1
(150,197,225)
#AACFE6
(170,207,230)
#BED9EB
(190,217,235)
#D2E3F0
(210,227,240)
#E6EDF5
(230,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E89C3 color. Also use rgb(30,137,195) instead hex code.

Text Font Color

.myTextColor { color: #1E89C3; }

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

This text font color is #1E89C3.


Background Color

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

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

This div background color is #1E89C3.


Border color

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

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

This div border color is #1E89C3.


Opacity

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

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

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

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

This text has shadow with #1E89C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E89C3 on black background.


Color preview on white background

This text has color #1E89C3 on white background.



Black color preview on #1E89C3 background

This text has black color on #1E89C3 background.


White color preview on #1E89C3 background

This text has white color on #1E89C3 background.