COLOR #76A5E4

HEX: #76A5E4
RGB: (118,165,228)

Color info

#76A5E4 contains mainly blue color. Web safe color of #76A5E4 is #6699CC (or #69C).

RGB color model

#76A5E4 color RGB value is (118,165,228).

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

RGB channels and saturation

R 118 of 255 = 46%
G 165 of 255 = 65%
B 228 of 255 = 89%

118
165
228

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

Portions of RGB colors in percentages

R + G + B =
118 + 165 + 228 = 511 (100%)
R 118 of 511 ~ 23.09%
G 165 of 511 ~ 32.29%
B 228 of 511 ~ 44.62%

%23.09
%32.29
%44.62

CMYK color model

#76A5E4 color CMYK value is (48,28,0,11).

  • cyan value is 48.25%
  • magenta value is 27.63%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(48,28,0,11)
C48M28Y0K11 
(48%,28%,0%,11%)
(0.48/0.28/0.00/0.11)	

CMYK percentages

%48.25
%27.63
%0
%10.59

Codes

Color #76A5E4 in popluar color models

76A5E4
RGB118165228
HSL214°67.07%67.84%
HSB/HSV214°48.25%89.41%
CMYK48.25%27.63%0.00%
10.59%

Color #76A5E4 in popluar number systems.

HEX76A5E4
Decimal118165228
Binary11101101010010111100100
Octal166245344

Shades and tints

Shades of #76A5E4

#76A5E4
(118,165,228)
#6C96D0
(108,150,208)
#6287BC
(98,135,188)
#5878A8
(88,120,168)
#4E6994
(78,105,148)
#445A80
(68,90,128)
#3A4B6C
(58,75,108)
#303C58
(48,60,88)
#262D44
(38,45,68)
#1C1E30
(28,30,48)
#120F1C
(18,15,28)
#000000
(0,0,0)

Tints of #76A5E4

#76A5E4
(118,165,228)
#82ADE6
(130,173,230)
#8EB5E8
(142,181,232)
#9ABDEA
(154,189,234)
#A6C5EC
(166,197,236)
#B2CDEE
(178,205,238)
#BED5F0
(190,213,240)
#CADDF2
(202,221,242)
#D6E5F4
(214,229,244)
#E2EDF6
(226,237,246)
#EEF5F8
(238,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A5E4; }

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

This text font color is #76A5E4.


Background Color

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

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

This div background color is #76A5E4.


Border color

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

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

This div border color is #76A5E4.


Opacity

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

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

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

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

This text has shadow with #76A5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A5E4 on black background.


Color preview on white background

This text has color #76A5E4 on white background.



Black color preview on #76A5E4 background

This text has black color on #76A5E4 background.


White color preview on #76A5E4 background

This text has white color on #76A5E4 background.