COLOR #76A6CD

HEX: #76A6CD
RGB: (118,166,205)

Color info

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

RGB color model

#76A6CD color RGB value is (118,166,205).

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

RGB channels and saturation

R 118 of 255 = 46%
G 166 of 255 = 65%
B 205 of 255 = 80%

118
166
205

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

Portions of RGB colors in percentages

R + G + B =
118 + 166 + 205 = 489 (100%)
R 118 of 489 ~ 24.13%
G 166 of 489 ~ 33.95%
B 205 of 489 ~ 41.92%

%24.13
%33.95
%41.92

CMYK color model

#76A6CD color CMYK value is (42,19,0,20).

  • cyan value is 42.44%
  • magenta value is 19.02%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(42,19,0,20)
C42M19Y0K20 
(42%,19%,0%,20%)
(0.42/0.19/0.00/0.20)	

CMYK percentages

%42.44
%19.02
%0
%19.61

Codes

Color #76A6CD in popluar color models

76A6CD
RGB118166205
HSL207°46.52%63.33%
HSB/HSV207°42.44%80.39%
CMYK42.44%19.02%0.00%
19.61%

Color #76A6CD in popluar number systems.

HEX76A6CD
Decimal118166205
Binary11101101010011011001101
Octal166246315

Shades and tints

Shades of #76A6CD

#76A6CD
(118,166,205)
#6C97BB
(108,151,187)
#6288A9
(98,136,169)
#587997
(88,121,151)
#4E6A85
(78,106,133)
#445B73
(68,91,115)
#3A4C61
(58,76,97)
#303D4F
(48,61,79)
#262E3D
(38,46,61)
#1C1F2B
(28,31,43)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #76A6CD

#76A6CD
(118,166,205)
#82AED1
(130,174,209)
#8EB6D5
(142,182,213)
#9ABED9
(154,190,217)
#A6C6DD
(166,198,221)
#B2CEE1
(178,206,225)
#BED6E5
(190,214,229)
#CADEE9
(202,222,233)
#D6E6ED
(214,230,237)
#E2EEF1
(226,238,241)
#EEF6F5
(238,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A6CD; }

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

This text font color is #76A6CD.


Background Color

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

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

This div background color is #76A6CD.


Border color

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

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

This div border color is #76A6CD.


Opacity

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

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

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

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

This text has shadow with #76A6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A6CD on black background.


Color preview on white background

This text has color #76A6CD on white background.



Black color preview on #76A6CD background

This text has black color on #76A6CD background.


White color preview on #76A6CD background

This text has white color on #76A6CD background.