COLOR #2F8CB6

HEX: #2F8CB6 RGB: (47,140,182)

Color info

#2F8CB6 contains mainly green and blue colors. Web safe color of #2F8CB6 is #3399CC (or #39C).

RGB color model

#2F8CB6 color RGB value is (47,140,182).

RGB: (47,140,182) (18%, 55%, 71%)

RGB channels and saturation

R 47 of 255 = 18%
G 140 of 255 = 55%
B 182 of 255 = 71%

47
140
182

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

Portions of RGB colors in percentages

R + G + B = 47 + 140 + 182 = 369 (100%)
R 47 of 369 ~ 12.74%
G 140 of 369 ~ 37.94%
B 182 of 369 ~ 49.32'%

%12.74
%37.94
%49.32

CMYK color model

#2F8CB6 color CMYK value is (74,23,0,29).

  • cyan value is 74.18%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (74,23,0,29)
C74M23Y0K29 (74%, 23%, 0%, 29%)
(0.74 / 0.23 / 0.00 / 0.29)

CMYK percentages

%74.18
%23.08
%0
%28.63

Codes

Color #2F8CB6 in popluar color models

2F 8C B6
RGB 47 140 182
HSL 199° 58.95% 44.90%
HSB/HSV 199° 74.18% 71.37%
CMYK 74.18% 23.08% 0.00%
28.63%

Color #2F8CB6 in popluar number systems.

HEX 2F 8C B6
Decimal 47 140 182
Binary 101111 10001100 10110110
Octal 57 214 266

Shades and tints

Shades of #2F8CB6

#2F8CB6
(47,140,182)
#2B80A6
(43,128,166)
#277496
(39,116,150)
#236886
(35,104,134)
#1F5C76
(31,92,118)
#1B5066
(27,80,102)
#174456
(23,68,86)
#133846
(19,56,70)
#0F2C36
(15,44,54)
#0B2026
(11,32,38)
#071416
(7,20,22)
#000000
(0,0,0)

Tints of #2F8CB6

#2F8CB6
(47,140,182)
#4196BC
(65,150,188)
#53A0C2
(83,160,194)
#65AAC8
(101,170,200)
#77B4CE
(119,180,206)
#89BED4
(137,190,212)
#9BC8DA
(155,200,218)
#ADD2E0
(173,210,224)
#BFDCE6
(191,220,230)
#D1E6EC
(209,230,236)
#E3F0F2
(227,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F8CB6 color. Also use rgb(47,140,182) instead hex code.

Text Font Color

.myTextColor { color: #2F8CB6; }

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

This text font color is #2F8CB6.

Background Color

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

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

This div background color is #2F8CB6.

Border color

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

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

This div border color is #2F8CB6.

Opacity

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

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

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

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

This text has shadow with #2F8CB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2F8CB6.

Preview

Color preview on black background

This text has color #2F8CB6 on black background.


Color preview on white background

This text has color #2F8CB6 on white background.


Black color preview on #2F8CB6 background

This text has black color on #2F8CB6 background.


White color preview on #2F8CB6 background

This text has white color on #2F8CB6 background.


Related colors

Complementary color

Complementary color for #hex is #D07349.


I love getcolorcode.com

Triadic colors

1 #B62F8C and #8CB62F with #2F8CB6 are triadic colors.

2 #B68C2F and #8C2FB6 with #2F8CB6 are triadic colors.