COLOR #76D4F1

HEX: #76D4F1
RGB: (118,212,241)

Color info

#76D4F1 contains mainly green and blue colors. Web safe color of #76D4F1 is #66CCFF (or #6CF).

RGB color model

#76D4F1 color RGB value is (118,212,241).

  • red value is 118;
  • green value is 212;
  • blue value is 241.
RGB:
(118,212,241)
(46%,83%,95%)

RGB channels and saturation

R 118 of 255 = 46%
G 212 of 255 = 83%
B 241 of 255 = 95%

118
212
241

R + G + B ~ 75%. #76D4F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 212 + 241 = 571 (100%)
R 118 of 571 ~ 20.67%
G 212 of 571 ~ 37.13%
B 241 of 571 ~ 42.21%

%20.67
%37.13
%42.21

CMYK color model

#76D4F1 color CMYK value is (51,12,0,5).

  • cyan value is 51.04%
  • magenta value is 12.03%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(51,12,0,5)
C51M12Y0K5 
(51%,12%,0%,5%)
(0.51/0.12/0.00/0.05)	

CMYK percentages

%51.04
%12.03
%0
%5.49

Codes

Color #76D4F1 in popluar color models

76D4F1
RGB118212241
HSL194°81.46%70.39%
HSB/HSV194°51.04%94.51%
CMYK51.04%12.03%0.00%
5.49%

Color #76D4F1 in popluar number systems.

HEX76D4F1
Decimal118212241
Binary11101101101010011110001
Octal166324361

Shades and tints

Shades of #76D4F1

#76D4F1
(118,212,241)
#6CC1DC
(108,193,220)
#62AEC7
(98,174,199)
#589BB2
(88,155,178)
#4E889D
(78,136,157)
#447588
(68,117,136)
#3A6273
(58,98,115)
#304F5E
(48,79,94)
#263C49
(38,60,73)
#1C2934
(28,41,52)
#12161F
(18,22,31)
#000000
(0,0,0)

Tints of #76D4F1

#76D4F1
(118,212,241)
#82D7F2
(130,215,242)
#8EDAF3
(142,218,243)
#9ADDF4
(154,221,244)
#A6E0F5
(166,224,245)
#B2E3F6
(178,227,246)
#BEE6F7
(190,230,247)
#CAE9F8
(202,233,248)
#D6ECF9
(214,236,249)
#E2EFFA
(226,239,250)
#EEF2FB
(238,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76D4F1 color. Also use rgb(118,212,241) instead hex code.

Text Font Color

.myTextColor { color: #76D4F1; }

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

This text font color is #76D4F1.


Background Color

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

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

This div background color is #76D4F1.


Border color

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

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

This div border color is #76D4F1.


Opacity

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

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

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

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

This text has shadow with #76D4F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76D4F1 on black background.


Color preview on white background

This text has color #76D4F1 on white background.



Black color preview on #76D4F1 background

This text has black color on #76D4F1 background.


White color preview on #76D4F1 background

This text has white color on #76D4F1 background.