COLOR #46B7B0

HEX: #46B7B0
RGB: (70,183,176)

Color info

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

RGB color model

#46B7B0 color RGB value is (70,183,176).

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

RGB channels and saturation

R 70 of 255 = 27%
G 183 of 255 = 72%
B 176 of 255 = 69%

70
183
176

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

Portions of RGB colors in percentages

R + G + B =
70 + 183 + 176 = 429 (100%)
R 70 of 429 ~ 16.32%
G 183 of 429 ~ 42.66%
B 176 of 429 ~ 41.03%

%16.32
%42.66
%41.03

CMYK color model

#46B7B0 color CMYK value is (62,0,4,28).

  • cyan value is 61.75%
  • magenta value is 0.00%
  • yellow value is 3.83%
  • key color value is 28.24%
CMYK:
(62,0,4,28)
C62M0Y4K28 
(62%,0%,4%,28%)
(0.62/0.00/0.04/0.28)	

CMYK percentages

%61.75
%0
%3.83
%28.24

Codes

Color #46B7B0 in popluar color models

46B7B0
RGB70183176
HSL176°44.66%49.61%
HSB/HSV176°61.75%71.76%
CMYK61.75%0.00%3.83%
28.24%

Color #46B7B0 in popluar number systems.

HEX46B7B0
Decimal70183176
Binary10001101011011110110000
Octal106267260

Shades and tints

Shades of #46B7B0

#46B7B0
(70,183,176)
#40A7A0
(64,167,160)
#3A9790
(58,151,144)
#348780
(52,135,128)
#2E7770
(46,119,112)
#286760
(40,103,96)
#225750
(34,87,80)
#1C4740
(28,71,64)
#163730
(22,55,48)
#102720
(16,39,32)
#0A1710
(10,23,16)
#000000
(0,0,0)

Tints of #46B7B0

#46B7B0
(70,183,176)
#56BDB7
(86,189,183)
#66C3BE
(102,195,190)
#76C9C5
(118,201,197)
#86CFCC
(134,207,204)
#96D5D3
(150,213,211)
#A6DBDA
(166,219,218)
#B6E1E1
(182,225,225)
#C6E7E8
(198,231,232)
#D6EDEF
(214,237,239)
#E6F3F6
(230,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46B7B0; }

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

This text font color is #46B7B0.


Background Color

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

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

This div background color is #46B7B0.


Border color

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

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

This div border color is #46B7B0.


Opacity

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

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

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

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

This text has shadow with #46B7B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46B7B0 on black background.


Color preview on white background

This text has color #46B7B0 on white background.



Black color preview on #46B7B0 background

This text has black color on #46B7B0 background.


White color preview on #46B7B0 background

This text has white color on #46B7B0 background.