COLOR #46AD98

HEX: #46AD98 RGB: (70,173,152)

Color info

#46AD98 contains mainly green and blue colors. Web safe color of #46AD98 is #339999 (or #399).

RGB color model

#46AD98 color RGB value is (70,173,152).

RGB: (70,173,152) (27%, 68%, 60%)

RGB channels and saturation

R 70 of 255 = 27%
G 173 of 255 = 68%
B 152 of 255 = 60%

70
173
152

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

Portions of RGB colors in percentages

R + G + B = 70 + 173 + 152 = 395 (100%)
R 70 of 395 ~ 17.72%
G 173 of 395 ~ 43.8%
B 152 of 395 ~ 38.48'%

%17.72
%43.8
%38.48

CMYK color model

#46AD98 color CMYK value is (60,0,12,32).

  • cyan value is 59.54%
  • magenta value is 0.00%
  • yellow value is 12.14%
  • key color value is 32.16%
CMYK: (60,0,12,32) C60M0Y12K32 (60%,0%,12%,32%) (0.60/0.00/0.12/0.32) 

CMYK percentages

%59.54
%0
%12.14
%32.16

Codes

Color #46AD98 in popluar color models

46 AD 98
RGB 70 173 152
HSL 168° 42.39% 47.65%
HSB/HSV 168° 59.54% 67.84%
CMYK 59.54% 0.00% 12.14%
32.16%

Color #46AD98 in popluar number systems.

HEX 46 AD 98
Decimal 70 173 152
Binary 1000110 10101101 10011000
Octal 106 255 230

Shades and tints

Shades of #46AD98

#46AD98
(70,173,152)
#409E8B
(64,158,139)
#3A8F7E
(58,143,126)
#348071
(52,128,113)
#2E7164
(46,113,100)
#286257
(40,98,87)
#22534A
(34,83,74)
#1C443D
(28,68,61)
#163530
(22,53,48)
#102623
(16,38,35)
#0A1716
(10,23,22)
#000000
(0,0,0)

Tints of #46AD98

#46AD98
(70,173,152)
#56B4A1
(86,180,161)
#66BBAA
(102,187,170)
#76C2B3
(118,194,179)
#86C9BC
(134,201,188)
#96D0C5
(150,208,197)
#A6D7CE
(166,215,206)
#B6DED7
(182,222,215)
#C6E5E0
(198,229,224)
#D6ECE9
(214,236,233)
#E6F3F2
(230,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46AD98 color. Also use rgb(70,173,152) instead hex code.

Text Font Color

.myTextColor { color: #46AD98; }

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

This text font color is #46AD98.

Background Color

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

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

This div background color is #46AD98.

Border color

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

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

This div border color is #46AD98.

Opacity

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

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

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

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

This text has shadow with #46AD98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46AD98.

Preview

Color preview on black background

This text has color #46AD98 on black background.


Color preview on white background

This text has color #46AD98 on white background.


Black color preview on #46AD98 background

This text has black color on #46AD98 background.


White color preview on #46AD98 background

This text has white color on #46AD98 background.


Related colors

Complementary color

Complementary color for #hex is #B95267.


I love getcolorcode.com

Triadic colors

1 #9846AD and #AD9846 with #46AD98 are triadic colors.

2 #98AD46 and #AD4698 with #46AD98 are triadic colors.