COLOR #76A3C6

HEX: #76A3C6
RGB: (118,163,198)

Color info

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

RGB color model

#76A3C6 color RGB value is (118,163,198).

  • red value is 118;
  • green value is 163;
  • blue value is 198.
RGB:
(118,163,198)
(46%,64%,78%)

RGB channels and saturation

R 118 of 255 = 46%
G 163 of 255 = 64%
B 198 of 255 = 78%

118
163
198

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

Portions of RGB colors in percentages

R + G + B =
118 + 163 + 198 = 479 (100%)
R 118 of 479 ~ 24.63%
G 163 of 479 ~ 34.03%
B 198 of 479 ~ 41.34%

%24.63
%34.03
%41.34

CMYK color model

#76A3C6 color CMYK value is (40,18,0,22).

  • cyan value is 40.40%
  • magenta value is 17.68%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(40,18,0,22)
C40M18Y0K22 
(40%,18%,0%,22%)
(0.40/0.18/0.00/0.22)	

CMYK percentages

%40.4
%17.68
%0
%22.35

Codes

Color #76A3C6 in popluar color models

76A3C6
RGB118163198
HSL206°41.24%61.96%
HSB/HSV206°40.40%77.65%
CMYK40.40%17.68%0.00%
22.35%

Color #76A3C6 in popluar number systems.

HEX76A3C6
Decimal118163198
Binary11101101010001111000110
Octal166243306

Shades and tints

Shades of #76A3C6

#76A3C6
(118,163,198)
#6C95B4
(108,149,180)
#6287A2
(98,135,162)
#587990
(88,121,144)
#4E6B7E
(78,107,126)
#445D6C
(68,93,108)
#3A4F5A
(58,79,90)
#304148
(48,65,72)
#263336
(38,51,54)
#1C2524
(28,37,36)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #76A3C6

#76A3C6
(118,163,198)
#82ABCB
(130,171,203)
#8EB3D0
(142,179,208)
#9ABBD5
(154,187,213)
#A6C3DA
(166,195,218)
#B2CBDF
(178,203,223)
#BED3E4
(190,211,228)
#CADBE9
(202,219,233)
#D6E3EE
(214,227,238)
#E2EBF3
(226,235,243)
#EEF3F8
(238,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A3C6 color. Also use rgb(118,163,198) instead hex code.

Text Font Color

.myTextColor { color: #76A3C6; }

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

This text font color is #76A3C6.


Background Color

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

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

This div background color is #76A3C6.


Border color

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

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

This div border color is #76A3C6.


Opacity

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

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

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

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

This text has shadow with #76A3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A3C6 on black background.


Color preview on white background

This text has color #76A3C6 on white background.



Black color preview on #76A3C6 background

This text has black color on #76A3C6 background.


White color preview on #76A3C6 background

This text has white color on #76A3C6 background.