COLOR #76EBF4

HEX: #76EBF4
RGB: (118,235,244)

Color info

#76EBF4 contains mainly green and blue colors. Web safe color of #76EBF4 is #66FFFF (or #6FF).

RGB color model

#76EBF4 color RGB value is (118,235,244).

  • red value is 118;
  • green value is 235;
  • blue value is 244.
RGB:
(118,235,244)
(46%,92%,96%)

RGB channels and saturation

R 118 of 255 = 46%
G 235 of 255 = 92%
B 244 of 255 = 96%

118
235
244

R + G + B ~ 78%. #76EBF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 235 + 244 = 597 (100%)
R 118 of 597 ~ 19.77%
G 235 of 597 ~ 39.36%
B 244 of 597 ~ 40.87%

%19.77
%39.36
%40.87

CMYK color model

#76EBF4 color CMYK value is (52,4,0,4).

  • cyan value is 51.64%
  • magenta value is 3.69%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(52,4,0,4)
C52M4Y0K4 
(52%,4%,0%,4%)
(0.52/0.04/0.00/0.04)	

CMYK percentages

%51.64
%3.69
%0
%4.31

Codes

Color #76EBF4 in popluar color models

76EBF4
RGB118235244
HSL184°85.14%70.98%
HSB/HSV184°51.64%95.69%
CMYK51.64%3.69%0.00%
4.31%

Color #76EBF4 in popluar number systems.

HEX76EBF4
Decimal118235244
Binary11101101110101111110100
Octal166353364

Shades and tints

Shades of #76EBF4

#76EBF4
(118,235,244)
#6CD6DE
(108,214,222)
#62C1C8
(98,193,200)
#58ACB2
(88,172,178)
#4E979C
(78,151,156)
#448286
(68,130,134)
#3A6D70
(58,109,112)
#30585A
(48,88,90)
#264344
(38,67,68)
#1C2E2E
(28,46,46)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #76EBF4

#76EBF4
(118,235,244)
#82ECF5
(130,236,245)
#8EEDF6
(142,237,246)
#9AEEF7
(154,238,247)
#A6EFF8
(166,239,248)
#B2F0F9
(178,240,249)
#BEF1FA
(190,241,250)
#CAF2FB
(202,242,251)
#D6F3FC
(214,243,252)
#E2F4FD
(226,244,253)
#EEF5FE
(238,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76EBF4 color. Also use rgb(118,235,244) instead hex code.

Text Font Color

.myTextColor { color: #76EBF4; }

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

This text font color is #76EBF4.


Background Color

.myBgColor { background-color: #76EBF4; }

<div style="background-color:#76EBF4">Inner text</div>

This div background color is #76EBF4.


Border color

.myBorderColor { border: 1px solid #76EBF4; }

<div style="border:3px solid #76EBF4">Div</div>

This div border color is #76EBF4.


Opacity

.myOpacity80 { color: #76EBF4; opacity: 0.8; }

<p style="color:#76EBF4;opacity:0.8;">80%</p>

Text with #76EBF4 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 #76EBF4;}

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

This text has shadow with #76EBF4 color.

.textShadow {text-shadow: 3px 3px 1px #76EBF4, 3px 3px 1px red;}

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

This text has shadow with #76EBF4 primary color and red secondary color.


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

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

This text has shadow with #76EBF4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76EBF4 on black background.


Color preview on white background

This text has color #76EBF4 on white background.



Black color preview on #76EBF4 background

This text has black color on #76EBF4 background.


White color preview on #76EBF4 background

This text has white color on #76EBF4 background.