COLOR #4CE3F7

HEX: #4CE3F7 RGB: (76,227,247)

Color info

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

RGB color model

#4CE3F7 color RGB value is (76,227,247).

RGB: (76,227,247) (30%, 89%, 97%)

RGB channels and saturation

R 76 of 255 = 30%
G 227 of 255 = 89%
B 247 of 255 = 97%

76
227
247

R + G + B ~ 72%. #4CE3F7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 76 + 227 + 247 = 550 (100%)
R 76 of 550 ~ 13.82%
G 227 of 550 ~ 41.27%
B 247 of 550 ~ 44.91'%

%13.82
%41.27
%44.91

CMYK color model

#4CE3F7 color CMYK value is (69,8,0,3).

  • cyan value is 69.23%
  • magenta value is 8.10%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (69,8,0,3)
C69M8Y0K3 (69%, 8%, 0%, 3%)
(0.69 / 0.08 / 0.00 / 0.03)

CMYK percentages

%69.23
%8.1
%0
%3.14

Codes

Color #4CE3F7 in popluar color models

4C E3 F7
RGB 76 227 247
HSL 187° 91.44% 63.33%
HSB/HSV 187° 69.23% 96.86%
CMYK 69.23% 8.10% 0.00%
3.14%

Color #4CE3F7 in popluar number systems.

HEX 4C E3 F7
Decimal 76 227 247
Binary 1001100 11100011 11110111
Octal 114 343 367

Shades and tints

Shades of #4CE3F7

#4CE3F7
(76,227,247)
#46CFE1
(70,207,225)
#40BBCB
(64,187,203)
#3AA7B5
(58,167,181)
#34939F
(52,147,159)
#2E7F89
(46,127,137)
#286B73
(40,107,115)
#22575D
(34,87,93)
#1C4347
(28,67,71)
#162F31
(22,47,49)
#101B1B
(16,27,27)
#000000
(0,0,0)

Tints of #4CE3F7

#4CE3F7
(76,227,247)
#5CE5F7
(92,229,247)
#6CE7F7
(108,231,247)
#7CE9F7
(124,233,247)
#8CEBF7
(140,235,247)
#9CEDF7
(156,237,247)
#ACEFF7
(172,239,247)
#BCF1F7
(188,241,247)
#CCF3F7
(204,243,247)
#DCF5F7
(220,245,247)
#ECF7F7
(236,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CE3F7 color. Also use rgb(76,227,247) instead hex code.

Text Font Color

.myTextColor { color: #4CE3F7; }

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

This text font color is #4CE3F7.

Background Color

.myBgColor { background-color: #4CE3F7; }

<div style="background-color:#4CE3F7">Inner text</div>

This div background color is #4CE3F7.

Border color

.myBorderColor { border: 1px solid #4CE3F7; }

<div style="border:3px solid #4CE3F7">Div</div>

This div border color is #4CE3F7.

Opacity

.myOpacity80 { color: #4CE3F7; opacity: 0.8; }

<p style="color:#4CE3F7;opacity:0.8;">80%</p>

Text with #4CE3F7 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 #4CE3F7;}

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

This text has shadow with #4CE3F7 color.


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

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

This text has shadow with #4CE3F7 primary color and red secondary color.


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

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

This text has shadow with #4CE3F7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4CE3F7.

Preview

Color preview on black background

This text has color #4CE3F7 on black background.


Color preview on white background

This text has color #4CE3F7 on white background.


Black color preview on #4CE3F7 background

This text has black color on #4CE3F7 background.


White color preview on #4CE3F7 background

This text has white color on #4CE3F7 background.


Related colors

Complementary color

Complementary color for #hex is #B31C08.


I love getcolorcode.com

Triadic colors

1 #F74CE3 and #E3F74C with #4CE3F7 are triadic colors.

2 #F7E34C and #E34CF7 with #4CE3F7 are triadic colors.