COLOR #2EAFD5

HEX: #2EAFD5
RGB: (46,175,213)

Color info

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

RGB color model

#2EAFD5 color RGB value is (46,175,213).

  • red value is 46;
  • green value is 175;
  • blue value is 213.
RGB:
(46,175,213)
(18%,69%,84%)

RGB channels and saturation

R 46 of 255 = 18%
G 175 of 255 = 69%
B 213 of 255 = 84%

46
175
213

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

Portions of RGB colors in percentages

R + G + B =
46 + 175 + 213 = 434 (100%)
R 46 of 434 ~ 10.6%
G 175 of 434 ~ 40.32%
B 213 of 434 ~ 49.08%

%10.6
%40.32
%49.08

CMYK color model

#2EAFD5 color CMYK value is (78,18,0,16).

  • cyan value is 78.40%
  • magenta value is 17.84%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(78,18,0,16)
C78M18Y0K16 
(78%,18%,0%,16%)
(0.78/0.18/0.00/0.16)	

CMYK percentages

%78.4
%17.84
%0
%16.47

Codes

Color #2EAFD5 in popluar color models

2EAFD5
RGB46175213
HSL194°66.53%50.78%
HSB/HSV194°78.40%83.53%
CMYK78.40%17.84%0.00%
16.47%

Color #2EAFD5 in popluar number systems.

HEX2EAFD5
Decimal46175213
Binary1011101010111111010101
Octal56257325

Shades and tints

Shades of #2EAFD5

#2EAFD5
(46,175,213)
#2AA0C2
(42,160,194)
#2691AF
(38,145,175)
#22829C
(34,130,156)
#1E7389
(30,115,137)
#1A6476
(26,100,118)
#165563
(22,85,99)
#124650
(18,70,80)
#0E373D
(14,55,61)
#0A282A
(10,40,42)
#061917
(6,25,23)
#000000
(0,0,0)

Tints of #2EAFD5

#2EAFD5
(46,175,213)
#41B6D8
(65,182,216)
#54BDDB
(84,189,219)
#67C4DE
(103,196,222)
#7ACBE1
(122,203,225)
#8DD2E4
(141,210,228)
#A0D9E7
(160,217,231)
#B3E0EA
(179,224,234)
#C6E7ED
(198,231,237)
#D9EEF0
(217,238,240)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EAFD5 color. Also use rgb(46,175,213) instead hex code.

Text Font Color

.myTextColor { color: #2EAFD5; }

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

This text font color is #2EAFD5.


Background Color

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

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

This div background color is #2EAFD5.


Border color

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

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

This div border color is #2EAFD5.


Opacity

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

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

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

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

This text has shadow with #2EAFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EAFD5 on black background.


Color preview on white background

This text has color #2EAFD5 on white background.



Black color preview on #2EAFD5 background

This text has black color on #2EAFD5 background.


White color preview on #2EAFD5 background

This text has white color on #2EAFD5 background.