COLOR #76B6CF

HEX: #76B6CF
RGB: (118,182,207)

Color info

#76B6CF contains mainly green and blue colors. Web safe color of #76B6CF is #66CCCC (or #6CC).

RGB color model

#76B6CF color RGB value is (118,182,207).

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

RGB channels and saturation

R 118 of 255 = 46%
G 182 of 255 = 71%
B 207 of 255 = 81%

118
182
207

R + G + B ~ 66%. #76B6CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 182 + 207 = 507 (100%)
R 118 of 507 ~ 23.27%
G 182 of 507 ~ 35.9%
B 207 of 507 ~ 40.83%

%23.27
%35.9
%40.83

CMYK color model

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

  • cyan value is 43.00%
  • magenta value is 12.08%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(43,12,0,19)
C43M12Y0K19 
(43%,12%,0%,19%)
(0.43/0.12/0.00/0.19)	

CMYK percentages

%43
%12.08
%0
%18.82

Codes

Color #76B6CF in popluar color models

76B6CF
RGB118182207
HSL197°48.11%63.73%
HSB/HSV197°43.00%81.18%
CMYK43.00%12.08%0.00%
18.82%

Color #76B6CF in popluar number systems.

HEX76B6CF
Decimal118182207
Binary11101101011011011001111
Octal166266317

Shades and tints

Shades of #76B6CF

#76B6CF
(118,182,207)
#6CA6BD
(108,166,189)
#6296AB
(98,150,171)
#588699
(88,134,153)
#4E7687
(78,118,135)
#446675
(68,102,117)
#3A5663
(58,86,99)
#304651
(48,70,81)
#26363F
(38,54,63)
#1C262D
(28,38,45)
#12161B
(18,22,27)
#000000
(0,0,0)

Tints of #76B6CF

#76B6CF
(118,182,207)
#82BCD3
(130,188,211)
#8EC2D7
(142,194,215)
#9AC8DB
(154,200,219)
#A6CEDF
(166,206,223)
#B2D4E3
(178,212,227)
#BEDAE7
(190,218,231)
#CAE0EB
(202,224,235)
#D6E6EF
(214,230,239)
#E2ECF3
(226,236,243)
#EEF2F7
(238,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B6CF; }

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

This text font color is #76B6CF.


Background Color

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

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

This div background color is #76B6CF.


Border color

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

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

This div border color is #76B6CF.


Opacity

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

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

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

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

This text has shadow with #76B6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B6CF on black background.


Color preview on white background

This text has color #76B6CF on white background.



Black color preview on #76B6CF background

This text has black color on #76B6CF background.


White color preview on #76B6CF background

This text has white color on #76B6CF background.