COLOR #46EDC8

HEX: #46EDC8
RGB: (70,237,200)

Color info

#46EDC8 contains mainly green and blue colors. Web safe color of #46EDC8 is #33FFCC (or #3FC).

RGB color model

#46EDC8 color RGB value is (70,237,200).

  • red value is 70;
  • green value is 237;
  • blue value is 200.
RGB:
(70,237,200)
(27%,93%,78%)

RGB channels and saturation

R 70 of 255 = 27%
G 237 of 255 = 93%
B 200 of 255 = 78%

70
237
200

R + G + B ~ 66%. #46EDC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
70 + 237 + 200 = 507 (100%)
R 70 of 507 ~ 13.81%
G 237 of 507 ~ 46.75%
B 200 of 507 ~ 39.45%

%13.81
%46.75
%39.45

CMYK color model

#46EDC8 color CMYK value is (70,0,16,7).

  • cyan value is 70.46%
  • magenta value is 0.00%
  • yellow value is 15.61%
  • key color value is 7.06%
CMYK:
(70,0,16,7)
C70M0Y16K7 
(70%,0%,16%,7%)
(0.70/0.00/0.16/0.07)	

CMYK percentages

%70.46
%0
%15.61
%7.06

Codes

Color #46EDC8 in popluar color models

46EDC8
RGB70237200
HSL167°82.27%60.20%
HSB/HSV167°70.46%92.94%
CMYK70.46%0.00%15.61%
7.06%

Color #46EDC8 in popluar number systems.

HEX46EDC8
Decimal70237200
Binary10001101110110111001000
Octal106355310

Shades and tints

Shades of #46EDC8

#46EDC8
(70,237,200)
#40D8B6
(64,216,182)
#3AC3A4
(58,195,164)
#34AE92
(52,174,146)
#2E9980
(46,153,128)
#28846E
(40,132,110)
#226F5C
(34,111,92)
#1C5A4A
(28,90,74)
#164538
(22,69,56)
#103026
(16,48,38)
#0A1B14
(10,27,20)
#000000
(0,0,0)

Tints of #46EDC8

#46EDC8
(70,237,200)
#56EECD
(86,238,205)
#66EFD2
(102,239,210)
#76F0D7
(118,240,215)
#86F1DC
(134,241,220)
#96F2E1
(150,242,225)
#A6F3E6
(166,243,230)
#B6F4EB
(182,244,235)
#C6F5F0
(198,245,240)
#D6F6F5
(214,246,245)
#E6F7FA
(230,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46EDC8 color. Also use rgb(70,237,200) instead hex code.

Text Font Color

.myTextColor { color: #46EDC8; }

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

This text font color is #46EDC8.


Background Color

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

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

This div background color is #46EDC8.


Border color

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

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

This div border color is #46EDC8.


Opacity

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

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

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

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

This text has shadow with #46EDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46EDC8 on black background.


Color preview on white background

This text has color #46EDC8 on white background.



Black color preview on #46EDC8 background

This text has black color on #46EDC8 background.


White color preview on #46EDC8 background

This text has white color on #46EDC8 background.