COLOR #2FAEE8

HEX: #2FAEE8
RGB: (47,174,232)

Color info

#2FAEE8 contains mainly green and blue colors. Web safe color of #2FAEE8 is #3399FF (or #39F).

RGB color model

#2FAEE8 color RGB value is (47,174,232).

  • red value is 47;
  • green value is 174;
  • blue value is 232.
RGB:
(47,174,232)
(18%,68%,91%)

RGB channels and saturation

R 47 of 255 = 18%
G 174 of 255 = 68%
B 232 of 255 = 91%

47
174
232

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

Portions of RGB colors in percentages

R + G + B =
47 + 174 + 232 = 453 (100%)
R 47 of 453 ~ 10.38%
G 174 of 453 ~ 38.41%
B 232 of 453 ~ 51.21%

%10.38
%38.41
%51.21

CMYK color model

#2FAEE8 color CMYK value is (80,25,0,9).

  • cyan value is 79.74%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(80,25,0,9)
C80M25Y0K9 
(80%,25%,0%,9%)
(0.80/0.25/0.00/0.09)	

CMYK percentages

%79.74
%25
%0
%9.02

Codes

Color #2FAEE8 in popluar color models

2FAEE8
RGB47174232
HSL199°80.09%54.71%
HSB/HSV199°79.74%90.98%
CMYK79.74%25.00%0.00%
9.02%

Color #2FAEE8 in popluar number systems.

HEX2FAEE8
Decimal47174232
Binary1011111010111011101000
Octal57256350

Shades and tints

Shades of #2FAEE8

#2FAEE8
(47,174,232)
#2B9FD3
(43,159,211)
#2790BE
(39,144,190)
#2381A9
(35,129,169)
#1F7294
(31,114,148)
#1B637F
(27,99,127)
#17546A
(23,84,106)
#134555
(19,69,85)
#0F3640
(15,54,64)
#0B272B
(11,39,43)
#071816
(7,24,22)
#000000
(0,0,0)

Tints of #2FAEE8

#2FAEE8
(47,174,232)
#41B5EA
(65,181,234)
#53BCEC
(83,188,236)
#65C3EE
(101,195,238)
#77CAF0
(119,202,240)
#89D1F2
(137,209,242)
#9BD8F4
(155,216,244)
#ADDFF6
(173,223,246)
#BFE6F8
(191,230,248)
#D1EDFA
(209,237,250)
#E3F4FC
(227,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2FAEE8 color. Also use rgb(47,174,232) instead hex code.

Text Font Color

.myTextColor { color: #2FAEE8; }

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

This text font color is #2FAEE8.


Background Color

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

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

This div background color is #2FAEE8.


Border color

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

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

This div border color is #2FAEE8.


Opacity

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

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

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

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

This text has shadow with #2FAEE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2FAEE8 on black background.


Color preview on white background

This text has color #2FAEE8 on white background.



Black color preview on #2FAEE8 background

This text has black color on #2FAEE8 background.


White color preview on #2FAEE8 background

This text has white color on #2FAEE8 background.