COLOR #76A8CF

HEX: #76A8CF
RGB: (118,168,207)

Color info

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

RGB color model

#76A8CF color RGB value is (118,168,207).

  • red value is 118;
  • green value is 168;
  • blue value is 207.
RGB:
(118,168,207)
(46%,66%,81%)

RGB channels and saturation

R 118 of 255 = 46%
G 168 of 255 = 66%
B 207 of 255 = 81%

118
168
207

R + G + B ~ 64%. #76A8CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 168 + 207 = 493 (100%)
R 118 of 493 ~ 23.94%
G 168 of 493 ~ 34.08%
B 207 of 493 ~ 41.99%

%23.94
%34.08
%41.99

CMYK color model

#76A8CF color CMYK value is (43,19,0,19).

  • cyan value is 43.00%
  • magenta value is 18.84%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(43,19,0,19)
C43M19Y0K19 
(43%,19%,0%,19%)
(0.43/0.19/0.00/0.19)	

CMYK percentages

%43
%18.84
%0
%18.82

Codes

Color #76A8CF in popluar color models

76A8CF
RGB118168207
HSL206°48.11%63.73%
HSB/HSV206°43.00%81.18%
CMYK43.00%18.84%0.00%
18.82%

Color #76A8CF in popluar number systems.

HEX76A8CF
Decimal118168207
Binary11101101010100011001111
Octal166250317

Shades and tints

Shades of #76A8CF

#76A8CF
(118,168,207)
#6C99BD
(108,153,189)
#628AAB
(98,138,171)
#587B99
(88,123,153)
#4E6C87
(78,108,135)
#445D75
(68,93,117)
#3A4E63
(58,78,99)
#303F51
(48,63,81)
#26303F
(38,48,63)
#1C212D
(28,33,45)
#12121B
(18,18,27)
#000000
(0,0,0)

Tints of #76A8CF

#76A8CF
(118,168,207)
#82AFD3
(130,175,211)
#8EB6D7
(142,182,215)
#9ABDDB
(154,189,219)
#A6C4DF
(166,196,223)
#B2CBE3
(178,203,227)
#BED2E7
(190,210,231)
#CAD9EB
(202,217,235)
#D6E0EF
(214,224,239)
#E2E7F3
(226,231,243)
#EEEEF7
(238,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A8CF color. Also use rgb(118,168,207) instead hex code.

Text Font Color

.myTextColor { color: #76A8CF; }

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

This text font color is #76A8CF.


Background Color

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

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

This div background color is #76A8CF.


Border color

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

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

This div border color is #76A8CF.


Opacity

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

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

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

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

This text has shadow with #76A8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A8CF on black background.


Color preview on white background

This text has color #76A8CF on white background.



Black color preview on #76A8CF background

This text has black color on #76A8CF background.


White color preview on #76A8CF background

This text has white color on #76A8CF background.