COLOR #1E6C85

HEX: #1E6C85 RGB: (30,108,133)

Color info

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

RGB color model

#1E6C85 color RGB value is (30,108,133).

RGB: (30,108,133) (12%, 42%, 52%)

RGB channels and saturation

R 30 of 255 = 12%
G 108 of 255 = 42%
B 133 of 255 = 52%

30
108
133

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

Portions of RGB colors in percentages

R + G + B = 30 + 108 + 133 = 271 (100%)
R 30 of 271 ~ 11.07%
G 108 of 271 ~ 39.85%
B 133 of 271 ~ 49.08'%

%11.07
%39.85
%49.08

CMYK color model

#1E6C85 color CMYK value is (77,19,0,48).

  • cyan value is 77.44%
  • magenta value is 18.80%
  • yellow value is 0.00%
  • key color value is 47.84%

CMYK: (77,19,0,48)
C77M19Y0K48 (77%, 19%, 0%, 48%)
(0.77 / 0.19 / 0.00 / 0.48)

CMYK percentages

%77.44
%18.8
%0
%47.84

Codes

Color #1E6C85 in popluar color models

1E 6C 85
RGB 30 108 133
HSL 195° 63.19% 31.96%
HSB/HSV 195° 77.44% 52.16%
CMYK 77.44% 18.80% 0.00%
47.84%

Color #1E6C85 in popluar number systems.

HEX 1E 6C 85
Decimal 30 108 133
Binary 11110 1101100 10000101
Octal 36 154 205

Shades and tints

Shades of #1E6C85

#1E6C85
(30,108,133)
#1C6379
(28,99,121)
#1A5A6D
(26,90,109)
#185161
(24,81,97)
#164855
(22,72,85)
#143F49
(20,63,73)
#12363D
(18,54,61)
#102D31
(16,45,49)
#0E2425
(14,36,37)
#0C1B19
(12,27,25)
#0A120D
(10,18,13)
#000000
(0,0,0)

Tints of #1E6C85

#1E6C85
(30,108,133)
#327990
(50,121,144)
#46869B
(70,134,155)
#5A93A6
(90,147,166)
#6EA0B1
(110,160,177)
#82ADBC
(130,173,188)
#96BAC7
(150,186,199)
#AAC7D2
(170,199,210)
#BED4DD
(190,212,221)
#D2E1E8
(210,225,232)
#E6EEF3
(230,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1E6C85; }

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

This text font color is #1E6C85.

Background Color

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

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

This div background color is #1E6C85.

Border color

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

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

This div border color is #1E6C85.

Opacity

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

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

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

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

This text has shadow with #1E6C85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1E6C85.

Preview

Color preview on black background

This text has color #1E6C85 on black background.


Color preview on white background

This text has color #1E6C85 on white background.


Black color preview on #1E6C85 background

This text has black color on #1E6C85 background.


White color preview on #1E6C85 background

This text has white color on #1E6C85 background.


Related colors

Complementary color

Complementary color for #hex is #E1937A.


I love getcolorcode.com

Triadic colors

1 #851E6C and #6C851E with #1E6C85 are triadic colors.

2 #856C1E and #6C1E85 with #1E6C85 are triadic colors.