COLOR #46D5AE

HEX: #46D5AE
RGB: (70,213,174)

Color info

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

RGB color model

#46D5AE color RGB value is (70,213,174).

  • red value is 70;
  • green value is 213;
  • blue value is 174.
RGB:
(70,213,174)
(27%,84%,68%)

RGB channels and saturation

R 70 of 255 = 27%
G 213 of 255 = 84%
B 174 of 255 = 68%

70
213
174

R + G + B ~ 60%. #46D5AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
70 + 213 + 174 = 457 (100%)
R 70 of 457 ~ 15.32%
G 213 of 457 ~ 46.61%
B 174 of 457 ~ 38.07%

%15.32
%46.61
%38.07

CMYK color model

#46D5AE color CMYK value is (67,0,18,16).

  • cyan value is 67.14%
  • magenta value is 0.00%
  • yellow value is 18.31%
  • key color value is 16.47%
CMYK:
(67,0,18,16)
C67M0Y18K16 
(67%,0%,18%,16%)
(0.67/0.00/0.18/0.16)	

CMYK percentages

%67.14
%0
%18.31
%16.47

Codes

Color #46D5AE in popluar color models

46D5AE
RGB70213174
HSL164°63.00%55.49%
HSB/HSV164°67.14%83.53%
CMYK67.14%0.00%18.31%
16.47%

Color #46D5AE in popluar number systems.

HEX46D5AE
Decimal70213174
Binary10001101101010110101110
Octal106325256

Shades and tints

Shades of #46D5AE

#46D5AE
(70,213,174)
#40C29F
(64,194,159)
#3AAF90
(58,175,144)
#349C81
(52,156,129)
#2E8972
(46,137,114)
#287663
(40,118,99)
#226354
(34,99,84)
#1C5045
(28,80,69)
#163D36
(22,61,54)
#102A27
(16,42,39)
#0A1718
(10,23,24)
#000000
(0,0,0)

Tints of #46D5AE

#46D5AE
(70,213,174)
#56D8B5
(86,216,181)
#66DBBC
(102,219,188)
#76DEC3
(118,222,195)
#86E1CA
(134,225,202)
#96E4D1
(150,228,209)
#A6E7D8
(166,231,216)
#B6EADF
(182,234,223)
#C6EDE6
(198,237,230)
#D6F0ED
(214,240,237)
#E6F3F4
(230,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46D5AE color. Also use rgb(70,213,174) instead hex code.

Text Font Color

.myTextColor { color: #46D5AE; }

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

This text font color is #46D5AE.


Background Color

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

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

This div background color is #46D5AE.


Border color

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

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

This div border color is #46D5AE.


Opacity

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

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

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

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

This text has shadow with #46D5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46D5AE on black background.


Color preview on white background

This text has color #46D5AE on white background.



Black color preview on #46D5AE background

This text has black color on #46D5AE background.


White color preview on #46D5AE background

This text has white color on #46D5AE background.