COLOR #2F7EA6

HEX: #2F7EA6
RGB: (47,126,166)

Color info

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

RGB color model

#2F7EA6 color RGB value is (47,126,166).

  • red value is 47;
  • green value is 126;
  • blue value is 166.
RGB:
(47,126,166)
(18%,49%,65%)

RGB channels and saturation

R 47 of 255 = 18%
G 126 of 255 = 49%
B 166 of 255 = 65%

47
126
166

R + G + B ~ 44%. #2F7EA6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
47 + 126 + 166 = 339 (100%)
R 47 of 339 ~ 13.86%
G 126 of 339 ~ 37.17%
B 166 of 339 ~ 48.97%

%13.86
%37.17
%48.97

CMYK color model

#2F7EA6 color CMYK value is (72,24,0,35).

  • cyan value is 71.69%
  • magenta value is 24.10%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(72,24,0,35)
C72M24Y0K35 
(72%,24%,0%,35%)
(0.72/0.24/0.00/0.35)	

CMYK percentages

%71.69
%24.1
%0
%34.9

Codes

Color #2F7EA6 in popluar color models

2F7EA6
RGB47126166
HSL200°55.87%41.76%
HSB/HSV200°71.69%65.10%
CMYK71.69%24.10%0.00%
34.90%

Color #2F7EA6 in popluar number systems.

HEX2F7EA6
Decimal47126166
Binary101111111111010100110
Octal57176246

Shades and tints

Shades of #2F7EA6

#2F7EA6
(47,126,166)
#2B7397
(43,115,151)
#276888
(39,104,136)
#235D79
(35,93,121)
#1F526A
(31,82,106)
#1B475B
(27,71,91)
#173C4C
(23,60,76)
#13313D
(19,49,61)
#0F262E
(15,38,46)
#0B1B1F
(11,27,31)
#071010
(7,16,16)
#000000
(0,0,0)

Tints of #2F7EA6

#2F7EA6
(47,126,166)
#4189AE
(65,137,174)
#5394B6
(83,148,182)
#659FBE
(101,159,190)
#77AAC6
(119,170,198)
#89B5CE
(137,181,206)
#9BC0D6
(155,192,214)
#ADCBDE
(173,203,222)
#BFD6E6
(191,214,230)
#D1E1EE
(209,225,238)
#E3ECF6
(227,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F7EA6 color. Also use rgb(47,126,166) instead hex code.

Text Font Color

.myTextColor { color: #2F7EA6; }

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

This text font color is #2F7EA6.


Background Color

.myBgColor { background-color: #2F7EA6; }

<div style="background-color:#2F7EA6">Inner text</div>

This div background color is #2F7EA6.


Border color

.myBorderColor { border: 1px solid #2F7EA6; }

<div style="border:3px solid #2F7EA6">Div</div>

This div border color is #2F7EA6.


Opacity

.myOpacity80 { color: #2F7EA6; opacity: 0.8; }

<p style="color:#2F7EA6;opacity:0.8;">80%</p>

Text with #2F7EA6 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 #2F7EA6;}

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

This text has shadow with #2F7EA6 color.

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

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

This text has shadow with #2F7EA6 primary color and red secondary color.


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

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

This text has shadow with #2F7EA6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F7EA6 on black background.


Color preview on white background

This text has color #2F7EA6 on white background.



Black color preview on #2F7EA6 background

This text has black color on #2F7EA6 background.


White color preview on #2F7EA6 background

This text has white color on #2F7EA6 background.