COLOR #46E6B0

HEX: #46E6B0
RGB: (70,230,176)

Color info

#46E6B0 contains mainly green and blue colors. Web safe color of #46E6B0 is #33CC99 (or #3C9).

RGB color model

#46E6B0 color RGB value is (70,230,176).

  • red value is 70;
  • green value is 230;
  • blue value is 176.
RGB:
(70,230,176)
(27%,90%,69%)

RGB channels and saturation

R 70 of 255 = 27%
G 230 of 255 = 90%
B 176 of 255 = 69%

70
230
176

R + G + B ~ 62%. #46E6B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
70 + 230 + 176 = 476 (100%)
R 70 of 476 ~ 14.71%
G 230 of 476 ~ 48.32%
B 176 of 476 ~ 36.97%

%14.71
%48.32
%36.97

CMYK color model

#46E6B0 color CMYK value is (70,0,23,10).

  • cyan value is 69.57%
  • magenta value is 0.00%
  • yellow value is 23.48%
  • key color value is 9.80%
CMYK:
(70,0,23,10)
C70M0Y23K10 
(70%,0%,23%,10%)
(0.70/0.00/0.23/0.10)	

CMYK percentages

%69.57
%0
%23.48
%9.8

Codes

Color #46E6B0 in popluar color models

46E6B0
RGB70230176
HSL160°76.19%58.82%
HSB/HSV160°69.57%90.20%
CMYK69.57%0.00%23.48%
9.80%

Color #46E6B0 in popluar number systems.

HEX46E6B0
Decimal70230176
Binary10001101110011010110000
Octal106346260

Shades and tints

Shades of #46E6B0

#46E6B0
(70,230,176)
#40D2A0
(64,210,160)
#3ABE90
(58,190,144)
#34AA80
(52,170,128)
#2E9670
(46,150,112)
#288260
(40,130,96)
#226E50
(34,110,80)
#1C5A40
(28,90,64)
#164630
(22,70,48)
#103220
(16,50,32)
#0A1E10
(10,30,16)
#000000
(0,0,0)

Tints of #46E6B0

#46E6B0
(70,230,176)
#56E8B7
(86,232,183)
#66EABE
(102,234,190)
#76ECC5
(118,236,197)
#86EECC
(134,238,204)
#96F0D3
(150,240,211)
#A6F2DA
(166,242,218)
#B6F4E1
(182,244,225)
#C6F6E8
(198,246,232)
#D6F8EF
(214,248,239)
#E6FAF6
(230,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46E6B0 color. Also use rgb(70,230,176) instead hex code.

Text Font Color

.myTextColor { color: #46E6B0; }

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

This text font color is #46E6B0.


Background Color

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

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

This div background color is #46E6B0.


Border color

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

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

This div border color is #46E6B0.


Opacity

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

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

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

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

This text has shadow with #46E6B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46E6B0 on black background.


Color preview on white background

This text has color #46E6B0 on white background.



Black color preview on #46E6B0 background

This text has black color on #46E6B0 background.


White color preview on #46E6B0 background

This text has white color on #46E6B0 background.