COLOR #2FB2E1

HEX: #2FB2E1
RGB: (47,178,225)

Color info

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

RGB color model

#2FB2E1 color RGB value is (47,178,225).

  • red value is 47;
  • green value is 178;
  • blue value is 225.
RGB:
(47,178,225)
(18%,70%,88%)

RGB channels and saturation

R 47 of 255 = 18%
G 178 of 255 = 70%
B 225 of 255 = 88%

47
178
225

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

Portions of RGB colors in percentages

R + G + B =
47 + 178 + 225 = 450 (100%)
R 47 of 450 ~ 10.44%
G 178 of 450 ~ 39.56%
B 225 of 450 ~ 50%

%10.44
%39.56
%50

CMYK color model

#2FB2E1 color CMYK value is (79,21,0,12).

  • cyan value is 79.11%
  • magenta value is 20.89%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(79,21,0,12)
C79M21Y0K12 
(79%,21%,0%,12%)
(0.79/0.21/0.00/0.12)	

CMYK percentages

%79.11
%20.89
%0
%11.76

Codes

Color #2FB2E1 in popluar color models

2FB2E1
RGB47178225
HSL196°74.79%53.33%
HSB/HSV196°79.11%88.24%
CMYK79.11%20.89%0.00%
11.76%

Color #2FB2E1 in popluar number systems.

HEX2FB2E1
Decimal47178225
Binary1011111011001011100001
Octal57262341

Shades and tints

Shades of #2FB2E1

#2FB2E1
(47,178,225)
#2BA2CD
(43,162,205)
#2792B9
(39,146,185)
#2382A5
(35,130,165)
#1F7291
(31,114,145)
#1B627D
(27,98,125)
#175269
(23,82,105)
#134255
(19,66,85)
#0F3241
(15,50,65)
#0B222D
(11,34,45)
#071219
(7,18,25)
#000000
(0,0,0)

Tints of #2FB2E1

#2FB2E1
(47,178,225)
#41B9E3
(65,185,227)
#53C0E5
(83,192,229)
#65C7E7
(101,199,231)
#77CEE9
(119,206,233)
#89D5EB
(137,213,235)
#9BDCED
(155,220,237)
#ADE3EF
(173,227,239)
#BFEAF1
(191,234,241)
#D1F1F3
(209,241,243)
#E3F8F5
(227,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2FB2E1 color. Also use rgb(47,178,225) instead hex code.

Text Font Color

.myTextColor { color: #2FB2E1; }

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

This text font color is #2FB2E1.


Background Color

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

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

This div background color is #2FB2E1.


Border color

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

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

This div border color is #2FB2E1.


Opacity

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

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

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

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

This text has shadow with #2FB2E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2FB2E1 on black background.


Color preview on white background

This text has color #2FB2E1 on white background.



Black color preview on #2FB2E1 background

This text has black color on #2FB2E1 background.


White color preview on #2FB2E1 background

This text has white color on #2FB2E1 background.