COLOR #76A0F3

HEX: #76A0F3
RGB: (118,160,243)

Color info

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

RGB color model

#76A0F3 color RGB value is (118,160,243).

  • red value is 118;
  • green value is 160;
  • blue value is 243.
RGB:
(118,160,243)
(46%,63%,95%)

RGB channels and saturation

R 118 of 255 = 46%
G 160 of 255 = 63%
B 243 of 255 = 95%

118
160
243

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

Portions of RGB colors in percentages

R + G + B =
118 + 160 + 243 = 521 (100%)
R 118 of 521 ~ 22.65%
G 160 of 521 ~ 30.71%
B 243 of 521 ~ 46.64%

%22.65
%30.71
%46.64

CMYK color model

#76A0F3 color CMYK value is (51,34,0,5).

  • cyan value is 51.44%
  • magenta value is 34.16%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(51,34,0,5)
C51M34Y0K5 
(51%,34%,0%,5%)
(0.51/0.34/0.00/0.05)	

CMYK percentages

%51.44
%34.16
%0
%4.71

Codes

Color #76A0F3 in popluar color models

76A0F3
RGB118160243
HSL220°83.89%70.78%
HSB/HSV220°51.44%95.29%
CMYK51.44%34.16%0.00%
4.71%

Color #76A0F3 in popluar number systems.

HEX76A0F3
Decimal118160243
Binary11101101010000011110011
Octal166240363

Shades and tints

Shades of #76A0F3

#76A0F3
(118,160,243)
#6C92DD
(108,146,221)
#6284C7
(98,132,199)
#5876B1
(88,118,177)
#4E689B
(78,104,155)
#445A85
(68,90,133)
#3A4C6F
(58,76,111)
#303E59
(48,62,89)
#263043
(38,48,67)
#1C222D
(28,34,45)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #76A0F3

#76A0F3
(118,160,243)
#82A8F4
(130,168,244)
#8EB0F5
(142,176,245)
#9AB8F6
(154,184,246)
#A6C0F7
(166,192,247)
#B2C8F8
(178,200,248)
#BED0F9
(190,208,249)
#CAD8FA
(202,216,250)
#D6E0FB
(214,224,251)
#E2E8FC
(226,232,252)
#EEF0FD
(238,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A0F3 color. Also use rgb(118,160,243) instead hex code.

Text Font Color

.myTextColor { color: #76A0F3; }

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

This text font color is #76A0F3.


Background Color

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

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

This div background color is #76A0F3.


Border color

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

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

This div border color is #76A0F3.


Opacity

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

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

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

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

This text has shadow with #76A0F3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A0F3 on black background.


Color preview on white background

This text has color #76A0F3 on white background.



Black color preview on #76A0F3 background

This text has black color on #76A0F3 background.


White color preview on #76A0F3 background

This text has white color on #76A0F3 background.