COLOR #46E4E8

HEX: #46E4E8
RGB: (70,228,232)

Color info

#46E4E8 contains mainly green and blue colors. Web safe color of #46E4E8 is #33CCFF (or #3CF).

RGB color model

#46E4E8 color RGB value is (70,228,232).

  • red value is 70;
  • green value is 228;
  • blue value is 232.
RGB:
(70,228,232)
(27%,89%,91%)

RGB channels and saturation

R 70 of 255 = 27%
G 228 of 255 = 89%
B 232 of 255 = 91%

70
228
232

R + G + B ~ 69%. #46E4E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
70 + 228 + 232 = 530 (100%)
R 70 of 530 ~ 13.21%
G 228 of 530 ~ 43.02%
B 232 of 530 ~ 43.77%

%13.21
%43.02
%43.77

CMYK color model

#46E4E8 color CMYK value is (70,2,0,9).

  • cyan value is 69.83%
  • magenta value is 1.72%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(70,2,0,9)
C70M2Y0K9 
(70%,2%,0%,9%)
(0.70/0.02/0.00/0.09)	

CMYK percentages

%69.83
%1.72
%0
%9.02

Codes

Color #46E4E8 in popluar color models

46E4E8
RGB70228232
HSL181°77.88%59.22%
HSB/HSV181°69.83%90.98%
CMYK69.83%1.72%0.00%
9.02%

Color #46E4E8 in popluar number systems.

HEX46E4E8
Decimal70228232
Binary10001101110010011101000
Octal106344350

Shades and tints

Shades of #46E4E8

#46E4E8
(70,228,232)
#40D0D3
(64,208,211)
#3ABCBE
(58,188,190)
#34A8A9
(52,168,169)
#2E9494
(46,148,148)
#28807F
(40,128,127)
#226C6A
(34,108,106)
#1C5855
(28,88,85)
#164440
(22,68,64)
#10302B
(16,48,43)
#0A1C16
(10,28,22)
#000000
(0,0,0)

Tints of #46E4E8

#46E4E8
(70,228,232)
#56E6EA
(86,230,234)
#66E8EC
(102,232,236)
#76EAEE
(118,234,238)
#86ECF0
(134,236,240)
#96EEF2
(150,238,242)
#A6F0F4
(166,240,244)
#B6F2F6
(182,242,246)
#C6F4F8
(198,244,248)
#D6F6FA
(214,246,250)
#E6F8FC
(230,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46E4E8 color. Also use rgb(70,228,232) instead hex code.

Text Font Color

.myTextColor { color: #46E4E8; }

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

This text font color is #46E4E8.


Background Color

.myBgColor { background-color: #46E4E8; }

<div style="background-color:#46E4E8">Inner text</div>

This div background color is #46E4E8.


Border color

.myBorderColor { border: 1px solid #46E4E8; }

<div style="border:3px solid #46E4E8">Div</div>

This div border color is #46E4E8.


Opacity

.myOpacity80 { color: #46E4E8; opacity: 0.8; }

<p style="color:#46E4E8;opacity:0.8;">80%</p>

Text with #46E4E8 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 #46E4E8;}

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

This text has shadow with #46E4E8 color.

.textShadow {text-shadow: 3px 3px 1px #46E4E8, 3px 3px 1px red;}

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

This text has shadow with #46E4E8 primary color and red secondary color.


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

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

This text has shadow with #46E4E8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46E4E8 on black background.


Color preview on white background

This text has color #46E4E8 on white background.



Black color preview on #46E4E8 background

This text has black color on #46E4E8 background.


White color preview on #46E4E8 background

This text has white color on #46E4E8 background.