COLOR #76D3FA

HEX: #76D3FA
RGB: (118,211,250)

Color info

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

RGB color model

#76D3FA color RGB value is (118,211,250).

  • red value is 118;
  • green value is 211;
  • blue value is 250.
RGB:
(118,211,250)
(46%,83%,98%)

RGB channels and saturation

R 118 of 255 = 46%
G 211 of 255 = 83%
B 250 of 255 = 98%

118
211
250

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

Portions of RGB colors in percentages

R + G + B =
118 + 211 + 250 = 579 (100%)
R 118 of 579 ~ 20.38%
G 211 of 579 ~ 36.44%
B 250 of 579 ~ 43.18%

%20.38
%36.44
%43.18

CMYK color model

#76D3FA color CMYK value is (53,16,0,2).

  • cyan value is 52.80%
  • magenta value is 15.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(53,16,0,2)
C53M16Y0K2 
(53%,16%,0%,2%)
(0.53/0.16/0.00/0.02)	

CMYK percentages

%52.8
%15.6
%0
%1.96

Codes

Color #76D3FA in popluar color models

76D3FA
RGB118211250
HSL198°92.96%72.16%
HSB/HSV198°52.80%98.04%
CMYK52.80%15.60%0.00%
1.96%

Color #76D3FA in popluar number systems.

HEX76D3FA
Decimal118211250
Binary11101101101001111111010
Octal166323372

Shades and tints

Shades of #76D3FA

#76D3FA
(118,211,250)
#6CC0E4
(108,192,228)
#62ADCE
(98,173,206)
#589AB8
(88,154,184)
#4E87A2
(78,135,162)
#44748C
(68,116,140)
#3A6176
(58,97,118)
#304E60
(48,78,96)
#263B4A
(38,59,74)
#1C2834
(28,40,52)
#12151E
(18,21,30)
#000000
(0,0,0)

Tints of #76D3FA

#76D3FA
(118,211,250)
#82D7FA
(130,215,250)
#8EDBFA
(142,219,250)
#9ADFFA
(154,223,250)
#A6E3FA
(166,227,250)
#B2E7FA
(178,231,250)
#BEEBFA
(190,235,250)
#CAEFFA
(202,239,250)
#D6F3FA
(214,243,250)
#E2F7FA
(226,247,250)
#EEFBFA
(238,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76D3FA color. Also use rgb(118,211,250) instead hex code.

Text Font Color

.myTextColor { color: #76D3FA; }

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

This text font color is #76D3FA.


Background Color

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

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

This div background color is #76D3FA.


Border color

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

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

This div border color is #76D3FA.


Opacity

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

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

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

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

This text has shadow with #76D3FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76D3FA on black background.


Color preview on white background

This text has color #76D3FA on white background.



Black color preview on #76D3FA background

This text has black color on #76D3FA background.


White color preview on #76D3FA background

This text has white color on #76D3FA background.