COLOR #46C2CB

HEX: #46C2CB RGB: (70,194,203)

Color info

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

RGB color model

#46C2CB color RGB value is (70,194,203).

RGB: (70,194,203) (27%, 76%, 80%)

RGB channels and saturation

R 70 of 255 = 27%
G 194 of 255 = 76%
B 203 of 255 = 80%

70
194
203

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

Portions of RGB colors in percentages

R + G + B = 70 + 194 + 203 = 467 (100%)
R 70 of 467 ~ 14.99%
G 194 of 467 ~ 41.54%
B 203 of 467 ~ 43.47'%

%14.99
%41.54
%43.47

CMYK color model

#46C2CB color CMYK value is (66,4,0,20).

  • cyan value is 65.52%
  • magenta value is 4.43%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (66,4,0,20)
C66M4Y0K20 (66%, 4%, 0%, 20%)
(0.66 / 0.04 / 0.00 / 0.20)

CMYK percentages

%65.52
%4.43
%0
%20.39

Codes

Color #46C2CB in popluar color models

46 C2 CB
RGB 70 194 203
HSL 184° 56.12% 53.53%
HSB/HSV 184° 65.52% 79.61%
CMYK 65.52% 4.43% 0.00%
20.39%

Color #46C2CB in popluar number systems.

HEX 46 C2 CB
Decimal 70 194 203
Binary 1000110 11000010 11001011
Octal 106 302 313

Shades and tints

Shades of #46C2CB

#46C2CB
(70,194,203)
#40B1B9
(64,177,185)
#3AA0A7
(58,160,167)
#348F95
(52,143,149)
#2E7E83
(46,126,131)
#286D71
(40,109,113)
#225C5F
(34,92,95)
#1C4B4D
(28,75,77)
#163A3B
(22,58,59)
#102929
(16,41,41)
#0A1817
(10,24,23)
#000000
(0,0,0)

Tints of #46C2CB

#46C2CB
(70,194,203)
#56C7CF
(86,199,207)
#66CCD3
(102,204,211)
#76D1D7
(118,209,215)
#86D6DB
(134,214,219)
#96DBDF
(150,219,223)
#A6E0E3
(166,224,227)
#B6E5E7
(182,229,231)
#C6EAEB
(198,234,235)
#D6EFEF
(214,239,239)
#E6F4F3
(230,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46C2CB color. Also use rgb(70,194,203) instead hex code.

Text Font Color

.myTextColor { color: #46C2CB; }

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

This text font color is #46C2CB.

Background Color

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

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

This div background color is #46C2CB.

Border color

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

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

This div border color is #46C2CB.

Opacity

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

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

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

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

This text has shadow with #46C2CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46C2CB.

Preview

Color preview on black background

This text has color #46C2CB on black background.


Color preview on white background

This text has color #46C2CB on white background.


Black color preview on #46C2CB background

This text has black color on #46C2CB background.


White color preview on #46C2CB background

This text has white color on #46C2CB background.


Related colors

Complementary color

Complementary color for #hex is #B93D34.


I love getcolorcode.com

Triadic colors

1 #CB46C2 and #C2CB46 with #46C2CB are triadic colors.

2 #CBC246 and #C246CB with #46C2CB are triadic colors.