COLOR #2F9BBE

HEX: #2F9BBE
RGB: (47,155,190)

Color info

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

RGB color model

#2F9BBE color RGB value is (47,155,190).

  • red value is 47;
  • green value is 155;
  • blue value is 190.
RGB:
(47,155,190)
(18%,61%,75%)

RGB channels and saturation

R 47 of 255 = 18%
G 155 of 255 = 61%
B 190 of 255 = 75%

47
155
190

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

Portions of RGB colors in percentages

R + G + B =
47 + 155 + 190 = 392 (100%)
R 47 of 392 ~ 11.99%
G 155 of 392 ~ 39.54%
B 190 of 392 ~ 48.47%

%11.99
%39.54
%48.47

CMYK color model

#2F9BBE color CMYK value is (75,18,0,25).

  • cyan value is 75.26%
  • magenta value is 18.42%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(75,18,0,25)
C75M18Y0K25 
(75%,18%,0%,25%)
(0.75/0.18/0.00/0.25)	

CMYK percentages

%75.26
%18.42
%0
%25.49

Codes

Color #2F9BBE in popluar color models

2F9BBE
RGB47155190
HSL195°60.34%46.47%
HSB/HSV195°75.26%74.51%
CMYK75.26%18.42%0.00%
25.49%

Color #2F9BBE in popluar number systems.

HEX2F9BBE
Decimal47155190
Binary1011111001101110111110
Octal57233276

Shades and tints

Shades of #2F9BBE

#2F9BBE
(47,155,190)
#2B8DAD
(43,141,173)
#277F9C
(39,127,156)
#23718B
(35,113,139)
#1F637A
(31,99,122)
#1B5569
(27,85,105)
#174758
(23,71,88)
#133947
(19,57,71)
#0F2B36
(15,43,54)
#0B1D25
(11,29,37)
#070F14
(7,15,20)
#000000
(0,0,0)

Tints of #2F9BBE

#2F9BBE
(47,155,190)
#41A4C3
(65,164,195)
#53ADC8
(83,173,200)
#65B6CD
(101,182,205)
#77BFD2
(119,191,210)
#89C8D7
(137,200,215)
#9BD1DC
(155,209,220)
#ADDAE1
(173,218,225)
#BFE3E6
(191,227,230)
#D1ECEB
(209,236,235)
#E3F5F0
(227,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2F9BBE color. Also use rgb(47,155,190) instead hex code.

Text Font Color

.myTextColor { color: #2F9BBE; }

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

This text font color is #2F9BBE.


Background Color

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

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

This div background color is #2F9BBE.


Border color

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

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

This div border color is #2F9BBE.


Opacity

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

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

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

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

This text has shadow with #2F9BBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2F9BBE on black background.


Color preview on white background

This text has color #2F9BBE on white background.



Black color preview on #2F9BBE background

This text has black color on #2F9BBE background.


White color preview on #2F9BBE background

This text has white color on #2F9BBE background.