COLOR #1C7EAF

HEX: #1C7EAF
RGB: (28,126,175)

Color info

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

RGB color model

#1C7EAF color RGB value is (28,126,175).

  • red value is 28;
  • green value is 126;
  • blue value is 175.
RGB:
(28,126,175)
(11%,49%,69%)

RGB channels and saturation

R 28 of 255 = 11%
G 126 of 255 = 49%
B 175 of 255 = 69%

28
126
175

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

Portions of RGB colors in percentages

R + G + B =
28 + 126 + 175 = 329 (100%)
R 28 of 329 ~ 8.51%
G 126 of 329 ~ 38.3%
B 175 of 329 ~ 53.19%

%38.3
%53.19

CMYK color model

#1C7EAF color CMYK value is (84,28,0,31).

  • cyan value is 84.00%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(84,28,0,31)
C84M28Y0K31 
(84%,28%,0%,31%)
(0.84/0.28/0.00/0.31)	

CMYK percentages

%84
%28
%0
%31.37

Codes

Color #1C7EAF in popluar color models

1C7EAF
RGB28126175
HSL200°72.41%39.80%
HSB/HSV200°84.00%68.63%
CMYK84.00%28.00%0.00%
31.37%

Color #1C7EAF in popluar number systems.

HEX1C7EAF
Decimal28126175
Binary11100111111010101111
Octal34176257

Shades and tints

Shades of #1C7EAF

#1C7EAF
(28,126,175)
#1A73A0
(26,115,160)
#186891
(24,104,145)
#165D82
(22,93,130)
#145273
(20,82,115)
#124764
(18,71,100)
#103C55
(16,60,85)
#0E3146
(14,49,70)
#0C2637
(12,38,55)
#0A1B28
(10,27,40)
#081019
(8,16,25)
#000000
(0,0,0)

Tints of #1C7EAF

#1C7EAF
(28,126,175)
#3089B6
(48,137,182)
#4494BD
(68,148,189)
#589FC4
(88,159,196)
#6CAACB
(108,170,203)
#80B5D2
(128,181,210)
#94C0D9
(148,192,217)
#A8CBE0
(168,203,224)
#BCD6E7
(188,214,231)
#D0E1EE
(208,225,238)
#E4ECF5
(228,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1C7EAF color. Also use rgb(28,126,175) instead hex code.

Text Font Color

.myTextColor { color: #1C7EAF; }

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

This text font color is #1C7EAF.


Background Color

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

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

This div background color is #1C7EAF.


Border color

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

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

This div border color is #1C7EAF.


Opacity

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

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

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

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

This text has shadow with #1C7EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1C7EAF on black background.


Color preview on white background

This text has color #1C7EAF on white background.



Black color preview on #1C7EAF background

This text has black color on #1C7EAF background.


White color preview on #1C7EAF background

This text has white color on #1C7EAF background.