COLOR #76A6C5

HEX: #76A6C5
RGB: (118,166,197)

Color info

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

RGB color model

#76A6C5 color RGB value is (118,166,197).

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

RGB channels and saturation

R 118 of 255 = 46%
G 166 of 255 = 65%
B 197 of 255 = 77%

118
166
197

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

Portions of RGB colors in percentages

R + G + B =
118 + 166 + 197 = 481 (100%)
R 118 of 481 ~ 24.53%
G 166 of 481 ~ 34.51%
B 197 of 481 ~ 40.96%

%24.53
%34.51
%40.96

CMYK color model

#76A6C5 color CMYK value is (40,16,0,23).

  • cyan value is 40.10%
  • magenta value is 15.74%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(40,16,0,23)
C40M16Y0K23 
(40%,16%,0%,23%)
(0.40/0.16/0.00/0.23)	

CMYK percentages

%40.1
%15.74
%0
%22.75

Codes

Color #76A6C5 in popluar color models

76A6C5
RGB118166197
HSL204°40.51%61.76%
HSB/HSV204°40.10%77.25%
CMYK40.10%15.74%0.00%
22.75%

Color #76A6C5 in popluar number systems.

HEX76A6C5
Decimal118166197
Binary11101101010011011000101
Octal166246305

Shades and tints

Shades of #76A6C5

#76A6C5
(118,166,197)
#6C97B4
(108,151,180)
#6288A3
(98,136,163)
#587992
(88,121,146)
#4E6A81
(78,106,129)
#445B70
(68,91,112)
#3A4C5F
(58,76,95)
#303D4E
(48,61,78)
#262E3D
(38,46,61)
#1C1F2C
(28,31,44)
#12101B
(18,16,27)
#000000
(0,0,0)

Tints of #76A6C5

#76A6C5
(118,166,197)
#82AECA
(130,174,202)
#8EB6CF
(142,182,207)
#9ABED4
(154,190,212)
#A6C6D9
(166,198,217)
#B2CEDE
(178,206,222)
#BED6E3
(190,214,227)
#CADEE8
(202,222,232)
#D6E6ED
(214,230,237)
#E2EEF2
(226,238,242)
#EEF6F7
(238,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A6C5; }

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

This text font color is #76A6C5.


Background Color

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

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

This div background color is #76A6C5.


Border color

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

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

This div border color is #76A6C5.


Opacity

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

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

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

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

This text has shadow with #76A6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A6C5 on black background.


Color preview on white background

This text has color #76A6C5 on white background.



Black color preview on #76A6C5 background

This text has black color on #76A6C5 background.


White color preview on #76A6C5 background

This text has white color on #76A6C5 background.