COLOR #76A5FC

HEX: #76A5FC
RGB: (118,165,252)

Color info

#76A5FC contains mainly blue color. Web safe color of #76A5FC is #6699FF (or #69F).

RGB color model

#76A5FC color RGB value is (118,165,252).

  • red value is 118;
  • green value is 165;
  • blue value is 252.
RGB:
(118,165,252)
(46%,65%,99%)

RGB channels and saturation

R 118 of 255 = 46%
G 165 of 255 = 65%
B 252 of 255 = 99%

118
165
252

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

Portions of RGB colors in percentages

R + G + B =
118 + 165 + 252 = 535 (100%)
R 118 of 535 ~ 22.06%
G 165 of 535 ~ 30.84%
B 252 of 535 ~ 47.1%

%22.06
%30.84
%47.1

CMYK color model

#76A5FC color CMYK value is (53,35,0,1).

  • cyan value is 53.17%
  • magenta value is 34.52%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(53,35,0,1)
C53M35Y0K1 
(53%,35%,0%,1%)
(0.53/0.35/0.00/0.01)	

CMYK percentages

%53.17
%34.52
%0
%1.18

Codes

Color #76A5FC in popluar color models

76A5FC
RGB118165252
HSL219°95.71%72.55%
HSB/HSV219°53.17%98.82%
CMYK53.17%34.52%0.00%
1.18%

Color #76A5FC in popluar number systems.

HEX76A5FC
Decimal118165252
Binary11101101010010111111100
Octal166245374

Shades and tints

Shades of #76A5FC

#76A5FC
(118,165,252)
#6C96E6
(108,150,230)
#6287D0
(98,135,208)
#5878BA
(88,120,186)
#4E69A4
(78,105,164)
#445A8E
(68,90,142)
#3A4B78
(58,75,120)
#303C62
(48,60,98)
#262D4C
(38,45,76)
#1C1E36
(28,30,54)
#120F20
(18,15,32)
#000000
(0,0,0)

Tints of #76A5FC

#76A5FC
(118,165,252)
#82ADFC
(130,173,252)
#8EB5FC
(142,181,252)
#9ABDFC
(154,189,252)
#A6C5FC
(166,197,252)
#B2CDFC
(178,205,252)
#BED5FC
(190,213,252)
#CADDFC
(202,221,252)
#D6E5FC
(214,229,252)
#E2EDFC
(226,237,252)
#EEF5FC
(238,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A5FC color. Also use rgb(118,165,252) instead hex code.

Text Font Color

.myTextColor { color: #76A5FC; }

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

This text font color is #76A5FC.


Background Color

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

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

This div background color is #76A5FC.


Border color

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

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

This div border color is #76A5FC.


Opacity

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

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

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

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

This text has shadow with #76A5FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A5FC on black background.


Color preview on white background

This text has color #76A5FC on white background.



Black color preview on #76A5FC background

This text has black color on #76A5FC background.


White color preview on #76A5FC background

This text has white color on #76A5FC background.