COLOR #1C7C9E

HEX: #1C7C9E
RGB: (28,124,158)

Color info

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

RGB color model

#1C7C9E color RGB value is (28,124,158).

  • red value is 28;
  • green value is 124;
  • blue value is 158.
RGB:
(28,124,158)
(11%,49%,62%)

RGB channels and saturation

R 28 of 255 = 11%
G 124 of 255 = 49%
B 158 of 255 = 62%

28
124
158

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

Portions of RGB colors in percentages

R + G + B =
28 + 124 + 158 = 310 (100%)
R 28 of 310 ~ 9.03%
G 124 of 310 ~ 40%
B 158 of 310 ~ 50.97%

%40
%50.97

CMYK color model

#1C7C9E color CMYK value is (82,22,0,38).

  • cyan value is 82.28%
  • magenta value is 21.52%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(82,22,0,38)
C82M22Y0K38 
(82%,22%,0%,38%)
(0.82/0.22/0.00/0.38)	

CMYK percentages

%82.28
%21.52
%0
%38.04

Codes

Color #1C7C9E in popluar color models

1C7C9E
RGB28124158
HSL196°69.89%36.47%
HSB/HSV196°82.28%61.96%
CMYK82.28%21.52%0.00%
38.04%

Color #1C7C9E in popluar number systems.

HEX1C7C9E
Decimal28124158
Binary11100111110010011110
Octal34174236

Shades and tints

Shades of #1C7C9E

#1C7C9E
(28,124,158)
#1A7190
(26,113,144)
#186682
(24,102,130)
#165B74
(22,91,116)
#145066
(20,80,102)
#124558
(18,69,88)
#103A4A
(16,58,74)
#0E2F3C
(14,47,60)
#0C242E
(12,36,46)
#0A1920
(10,25,32)
#080E12
(8,14,18)
#000000
(0,0,0)

Tints of #1C7C9E

#1C7C9E
(28,124,158)
#3087A6
(48,135,166)
#4492AE
(68,146,174)
#589DB6
(88,157,182)
#6CA8BE
(108,168,190)
#80B3C6
(128,179,198)
#94BECE
(148,190,206)
#A8C9D6
(168,201,214)
#BCD4DE
(188,212,222)
#D0DFE6
(208,223,230)
#E4EAEE
(228,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C7C9E color. Also use rgb(28,124,158) instead hex code.

Text Font Color

.myTextColor { color: #1C7C9E; }

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

This text font color is #1C7C9E.


Background Color

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

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

This div background color is #1C7C9E.


Border color

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

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

This div border color is #1C7C9E.


Opacity

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

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

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

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

This text has shadow with #1C7C9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7C9E on black background.


Color preview on white background

This text has color #1C7C9E on white background.



Black color preview on #1C7C9E background

This text has black color on #1C7C9E background.


White color preview on #1C7C9E background

This text has white color on #1C7C9E background.