COLOR #46C7EB

HEX: #46C7EB
RGB: (70,199,235)

Color info

#46C7EB contains mainly green and blue colors. Web safe color of #46C7EB is #33CCFF (or #3CF).

RGB color model

#46C7EB color RGB value is (70,199,235).

  • red value is 70;
  • green value is 199;
  • blue value is 235.
RGB:
(70,199,235)
(27%,78%,92%)

RGB channels and saturation

R 70 of 255 = 27%
G 199 of 255 = 78%
B 235 of 255 = 92%

70
199
235

R + G + B ~ 66%. #46C7EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
70 + 199 + 235 = 504 (100%)
R 70 of 504 ~ 13.89%
G 199 of 504 ~ 39.48%
B 235 of 504 ~ 46.63%

%13.89
%39.48
%46.63

CMYK color model

#46C7EB color CMYK value is (70,15,0,8).

  • cyan value is 70.21%
  • magenta value is 15.32%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(70,15,0,8)
C70M15Y0K8 
(70%,15%,0%,8%)
(0.70/0.15/0.00/0.08)	

CMYK percentages

%70.21
%15.32
%0
%7.84

Codes

Color #46C7EB in popluar color models

46C7EB
RGB70199235
HSL193°80.49%59.80%
HSB/HSV193°70.21%92.16%
CMYK70.21%15.32%0.00%
7.84%

Color #46C7EB in popluar number systems.

HEX46C7EB
Decimal70199235
Binary10001101100011111101011
Octal106307353

Shades and tints

Shades of #46C7EB

#46C7EB
(70,199,235)
#40B5D6
(64,181,214)
#3AA3C1
(58,163,193)
#3491AC
(52,145,172)
#2E7F97
(46,127,151)
#286D82
(40,109,130)
#225B6D
(34,91,109)
#1C4958
(28,73,88)
#163743
(22,55,67)
#10252E
(16,37,46)
#0A1319
(10,19,25)
#000000
(0,0,0)

Tints of #46C7EB

#46C7EB
(70,199,235)
#56CCEC
(86,204,236)
#66D1ED
(102,209,237)
#76D6EE
(118,214,238)
#86DBEF
(134,219,239)
#96E0F0
(150,224,240)
#A6E5F1
(166,229,241)
#B6EAF2
(182,234,242)
#C6EFF3
(198,239,243)
#D6F4F4
(214,244,244)
#E6F9F5
(230,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46C7EB color. Also use rgb(70,199,235) instead hex code.

Text Font Color

.myTextColor { color: #46C7EB; }

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

This text font color is #46C7EB.


Background Color

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

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

This div background color is #46C7EB.


Border color

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

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

This div border color is #46C7EB.


Opacity

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

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

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

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

This text has shadow with #46C7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46C7EB on black background.


Color preview on white background

This text has color #46C7EB on white background.



Black color preview on #46C7EB background

This text has black color on #46C7EB background.


White color preview on #46C7EB background

This text has white color on #46C7EB background.