COLOR #76A4CD

HEX: #76A4CD
RGB: (118,164,205)

Color info

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

RGB color model

#76A4CD color RGB value is (118,164,205).

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

RGB channels and saturation

R 118 of 255 = 46%
G 164 of 255 = 64%
B 205 of 255 = 80%

118
164
205

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

Portions of RGB colors in percentages

R + G + B =
118 + 164 + 205 = 487 (100%)
R 118 of 487 ~ 24.23%
G 164 of 487 ~ 33.68%
B 205 of 487 ~ 42.09%

%24.23
%33.68
%42.09

CMYK color model

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

  • cyan value is 42.44%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(42,20,0,20)
C42M20Y0K20 
(42%,20%,0%,20%)
(0.42/0.20/0.00/0.20)	

CMYK percentages

%42.44
%20
%0
%19.61

Codes

Color #76A4CD in popluar color models

76A4CD
RGB118164205
HSL208°46.52%63.33%
HSB/HSV208°42.44%80.39%
CMYK42.44%20.00%0.00%
19.61%

Color #76A4CD in popluar number systems.

HEX76A4CD
Decimal118164205
Binary11101101010010011001101
Octal166244315

Shades and tints

Shades of #76A4CD

#76A4CD
(118,164,205)
#6C96BB
(108,150,187)
#6288A9
(98,136,169)
#587A97
(88,122,151)
#4E6C85
(78,108,133)
#445E73
(68,94,115)
#3A5061
(58,80,97)
#30424F
(48,66,79)
#26343D
(38,52,61)
#1C262B
(28,38,43)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #76A4CD

#76A4CD
(118,164,205)
#82ACD1
(130,172,209)
#8EB4D5
(142,180,213)
#9ABCD9
(154,188,217)
#A6C4DD
(166,196,221)
#B2CCE1
(178,204,225)
#BED4E5
(190,212,229)
#CADCE9
(202,220,233)
#D6E4ED
(214,228,237)
#E2ECF1
(226,236,241)
#EEF4F5
(238,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A4CD; }

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

This text font color is #76A4CD.


Background Color

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

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

This div background color is #76A4CD.


Border color

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

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

This div border color is #76A4CD.


Opacity

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

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

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

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

This text has shadow with #76A4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A4CD on black background.


Color preview on white background

This text has color #76A4CD on white background.



Black color preview on #76A4CD background

This text has black color on #76A4CD background.


White color preview on #76A4CD background

This text has white color on #76A4CD background.