COLOR #76A4C5

HEX: #76A4C5
RGB: (118,164,197)

Color info

#76A4C5 contains mainly green and blue colors. Web safe color of #76A4C5 is #6699CC (or #69C).

RGB color model

#76A4C5 color RGB value is (118,164,197).

  • red value is 118;
  • green value is 164;
  • blue value is 197.
RGB:
(118,164,197)
(46%,64%,77%)

RGB channels and saturation

R 118 of 255 = 46%
G 164 of 255 = 64%
B 197 of 255 = 77%

118
164
197

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

Portions of RGB colors in percentages

R + G + B =
118 + 164 + 197 = 479 (100%)
R 118 of 479 ~ 24.63%
G 164 of 479 ~ 34.24%
B 197 of 479 ~ 41.13%

%24.63
%34.24
%41.13

CMYK color model

#76A4C5 color CMYK value is (40,17,0,23).

  • cyan value is 40.10%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(40,17,0,23)
C40M17Y0K23 
(40%,17%,0%,23%)
(0.40/0.17/0.00/0.23)	

CMYK percentages

%40.1
%16.75
%0
%22.75

Codes

Color #76A4C5 in popluar color models

76A4C5
RGB118164197
HSL205°40.51%61.76%
HSB/HSV205°40.10%77.25%
CMYK40.10%16.75%0.00%
22.75%

Color #76A4C5 in popluar number systems.

HEX76A4C5
Decimal118164197
Binary11101101010010011000101
Octal166244305

Shades and tints

Shades of #76A4C5

#76A4C5
(118,164,197)
#6C96B4
(108,150,180)
#6288A3
(98,136,163)
#587A92
(88,122,146)
#4E6C81
(78,108,129)
#445E70
(68,94,112)
#3A505F
(58,80,95)
#30424E
(48,66,78)
#26343D
(38,52,61)
#1C262C
(28,38,44)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #76A4C5

#76A4C5
(118,164,197)
#82ACCA
(130,172,202)
#8EB4CF
(142,180,207)
#9ABCD4
(154,188,212)
#A6C4D9
(166,196,217)
#B2CCDE
(178,204,222)
#BED4E3
(190,212,227)
#CADCE8
(202,220,232)
#D6E4ED
(214,228,237)
#E2ECF2
(226,236,242)
#EEF4F7
(238,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A4C5 color. Also use rgb(118,164,197) instead hex code.

Text Font Color

.myTextColor { color: #76A4C5; }

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

This text font color is #76A4C5.


Background Color

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

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

This div background color is #76A4C5.


Border color

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

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

This div border color is #76A4C5.


Opacity

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

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

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

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

This text has shadow with #76A4C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A4C5 on black background.


Color preview on white background

This text has color #76A4C5 on white background.



Black color preview on #76A4C5 background

This text has black color on #76A4C5 background.


White color preview on #76A4C5 background

This text has white color on #76A4C5 background.