COLOR #1E6C81

HEX: #1E6C81
RGB: (30,108,129)

Color info

#1E6C81 contains mainly green and blue colors. Web safe color of #1E6C81 is #336699 (or #369).

RGB color model

#1E6C81 color RGB value is (30,108,129).

  • red value is 30;
  • green value is 108;
  • blue value is 129.
RGB:
(30,108,129)
(12%,42%,51%)

RGB channels and saturation

R 30 of 255 = 12%
G 108 of 255 = 42%
B 129 of 255 = 51%

30
108
129

R + G + B ~ 35%. #1E6C81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
30 + 108 + 129 = 267 (100%)
R 30 of 267 ~ 11.24%
G 108 of 267 ~ 40.45%
B 129 of 267 ~ 48.31%

%11.24
%40.45
%48.31

CMYK color model

#1E6C81 color CMYK value is (77,16,0,49).

  • cyan value is 76.74%
  • magenta value is 16.28%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(77,16,0,49)
C77M16Y0K49 
(77%,16%,0%,49%)
(0.77/0.16/0.00/0.49)	

CMYK percentages

%76.74
%16.28
%0
%49.41

Codes

Color #1E6C81 in popluar color models

1E6C81
RGB30108129
HSL193°62.26%31.18%
HSB/HSV193°76.74%50.59%
CMYK76.74%16.28%0.00%
49.41%

Color #1E6C81 in popluar number systems.

HEX1E6C81
Decimal30108129
Binary11110110110010000001
Octal36154201

Shades and tints

Shades of #1E6C81

#1E6C81
(30,108,129)
#1C6376
(28,99,118)
#1A5A6B
(26,90,107)
#185160
(24,81,96)
#164855
(22,72,85)
#143F4A
(20,63,74)
#12363F
(18,54,63)
#102D34
(16,45,52)
#0E2429
(14,36,41)
#0C1B1E
(12,27,30)
#0A1213
(10,18,19)
#000000
(0,0,0)

Tints of #1E6C81

#1E6C81
(30,108,129)
#32798C
(50,121,140)
#468697
(70,134,151)
#5A93A2
(90,147,162)
#6EA0AD
(110,160,173)
#82ADB8
(130,173,184)
#96BAC3
(150,186,195)
#AAC7CE
(170,199,206)
#BED4D9
(190,212,217)
#D2E1E4
(210,225,228)
#E6EEEF
(230,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1E6C81 color. Also use rgb(30,108,129) instead hex code.

Text Font Color

.myTextColor { color: #1E6C81; }

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

This text font color is #1E6C81.


Background Color

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

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

This div background color is #1E6C81.


Border color

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

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

This div border color is #1E6C81.


Opacity

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

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

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

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

This text has shadow with #1E6C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1E6C81 on black background.


Color preview on white background

This text has color #1E6C81 on white background.



Black color preview on #1E6C81 background

This text has black color on #1E6C81 background.


White color preview on #1E6C81 background

This text has white color on #1E6C81 background.