COLOR #76A7C9

HEX: #76A7C9
RGB: (118,167,201)

Color info

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

RGB color model

#76A7C9 color RGB value is (118,167,201).

  • red value is 118;
  • green value is 167;
  • blue value is 201.
RGB:
(118,167,201)
(46%,65%,79%)

RGB channels and saturation

R 118 of 255 = 46%
G 167 of 255 = 65%
B 201 of 255 = 79%

118
167
201

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

Portions of RGB colors in percentages

R + G + B =
118 + 167 + 201 = 486 (100%)
R 118 of 486 ~ 24.28%
G 167 of 486 ~ 34.36%
B 201 of 486 ~ 41.36%

%24.28
%34.36
%41.36

CMYK color model

#76A7C9 color CMYK value is (41,17,0,21).

  • cyan value is 41.29%
  • magenta value is 16.92%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(41,17,0,21)
C41M17Y0K21 
(41%,17%,0%,21%)
(0.41/0.17/0.00/0.21)	

CMYK percentages

%41.29
%16.92
%0
%21.18

Codes

Color #76A7C9 in popluar color models

76A7C9
RGB118167201
HSL205°43.46%62.55%
HSB/HSV205°41.29%78.82%
CMYK41.29%16.92%0.00%
21.18%

Color #76A7C9 in popluar number systems.

HEX76A7C9
Decimal118167201
Binary11101101010011111001001
Octal166247311

Shades and tints

Shades of #76A7C9

#76A7C9
(118,167,201)
#6C98B7
(108,152,183)
#6289A5
(98,137,165)
#587A93
(88,122,147)
#4E6B81
(78,107,129)
#445C6F
(68,92,111)
#3A4D5D
(58,77,93)
#303E4B
(48,62,75)
#262F39
(38,47,57)
#1C2027
(28,32,39)
#121115
(18,17,21)
#000000
(0,0,0)

Tints of #76A7C9

#76A7C9
(118,167,201)
#82AFCD
(130,175,205)
#8EB7D1
(142,183,209)
#9ABFD5
(154,191,213)
#A6C7D9
(166,199,217)
#B2CFDD
(178,207,221)
#BED7E1
(190,215,225)
#CADFE5
(202,223,229)
#D6E7E9
(214,231,233)
#E2EFED
(226,239,237)
#EEF7F1
(238,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A7C9 color. Also use rgb(118,167,201) instead hex code.

Text Font Color

.myTextColor { color: #76A7C9; }

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

This text font color is #76A7C9.


Background Color

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

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

This div background color is #76A7C9.


Border color

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

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

This div border color is #76A7C9.


Opacity

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

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

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

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

This text has shadow with #76A7C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A7C9 on black background.


Color preview on white background

This text has color #76A7C9 on white background.



Black color preview on #76A7C9 background

This text has black color on #76A7C9 background.


White color preview on #76A7C9 background

This text has white color on #76A7C9 background.