COLOR #46D3BD

HEX: #46D3BD
RGB: (70,211,189)

Color info

#46D3BD contains mainly green and blue colors. Web safe color of #46D3BD is #33CCCC (or #3CC).

RGB color model

#46D3BD color RGB value is (70,211,189).

  • red value is 70;
  • green value is 211;
  • blue value is 189.
RGB:
(70,211,189)
(27%,83%,74%)

RGB channels and saturation

R 70 of 255 = 27%
G 211 of 255 = 83%
B 189 of 255 = 74%

70
211
189

R + G + B ~ 61%. #46D3BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
70 + 211 + 189 = 470 (100%)
R 70 of 470 ~ 14.89%
G 211 of 470 ~ 44.89%
B 189 of 470 ~ 40.21%

%14.89
%44.89
%40.21

CMYK color model

#46D3BD color CMYK value is (67,0,10,17).

  • cyan value is 66.82%
  • magenta value is 0.00%
  • yellow value is 10.43%
  • key color value is 17.25%
CMYK:
(67,0,10,17)
C67M0Y10K17 
(67%,0%,10%,17%)
(0.67/0.00/0.10/0.17)	

CMYK percentages

%66.82
%0
%10.43
%17.25

Codes

Color #46D3BD in popluar color models

46D3BD
RGB70211189
HSL171°61.57%55.10%
HSB/HSV171°66.82%82.75%
CMYK66.82%0.00%10.43%
17.25%

Color #46D3BD in popluar number systems.

HEX46D3BD
Decimal70211189
Binary10001101101001110111101
Octal106323275

Shades and tints

Shades of #46D3BD

#46D3BD
(70,211,189)
#40C0AC
(64,192,172)
#3AAD9B
(58,173,155)
#349A8A
(52,154,138)
#2E8779
(46,135,121)
#287468
(40,116,104)
#226157
(34,97,87)
#1C4E46
(28,78,70)
#163B35
(22,59,53)
#102824
(16,40,36)
#0A1513
(10,21,19)
#000000
(0,0,0)

Tints of #46D3BD

#46D3BD
(70,211,189)
#56D7C3
(86,215,195)
#66DBC9
(102,219,201)
#76DFCF
(118,223,207)
#86E3D5
(134,227,213)
#96E7DB
(150,231,219)
#A6EBE1
(166,235,225)
#B6EFE7
(182,239,231)
#C6F3ED
(198,243,237)
#D6F7F3
(214,247,243)
#E6FBF9
(230,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46D3BD color. Also use rgb(70,211,189) instead hex code.

Text Font Color

.myTextColor { color: #46D3BD; }

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

This text font color is #46D3BD.


Background Color

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

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

This div background color is #46D3BD.


Border color

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

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

This div border color is #46D3BD.


Opacity

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

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

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

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

This text has shadow with #46D3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46D3BD on black background.


Color preview on white background

This text has color #46D3BD on white background.



Black color preview on #46D3BD background

This text has black color on #46D3BD background.


White color preview on #46D3BD background

This text has white color on #46D3BD background.