COLOR #76A9CF

HEX: #76A9CF RGB: (118,169,207)

Color info

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

RGB color model

#76A9CF color RGB value is (118,169,207).

RGB: (118,169,207) (46%, 66%, 81%)

RGB channels and saturation

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

118
169
207

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

Portions of RGB colors in percentages

R + G + B = 118 + 169 + 207 = 494 (100%)
R 118 of 494 ~ 23.89%
G 169 of 494 ~ 34.21%
B 207 of 494 ~ 41.9'%

%23.89
%34.21
%41.9

CMYK color model

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

  • cyan value is 43.00%
  • magenta value is 18.36%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (43,18,0,19)
C43M18Y0K19 (43%, 18%, 0%, 19%)
(0.43 / 0.18 / 0.00 / 0.19)

CMYK percentages

%43
%18.36
%0
%18.82

Codes

Color #76A9CF in popluar color models

76 A9 CF
RGB 118 169 207
HSL 206° 48.11% 63.73%
HSB/HSV 206° 43.00% 81.18%
CMYK 43.00% 18.36% 0.00%
18.82%

Color #76A9CF in popluar number systems.

HEX 76 A9 CF
Decimal 118 169 207
Binary 1110110 10101001 11001111
Octal 166 251 317

Shades and tints

Shades of #76A9CF

#76A9CF
(118,169,207)
#6C9ABD
(108,154,189)
#628BAB
(98,139,171)
#587C99
(88,124,153)
#4E6D87
(78,109,135)
#445E75
(68,94,117)
#3A4F63
(58,79,99)
#304051
(48,64,81)
#26313F
(38,49,63)
#1C222D
(28,34,45)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #76A9CF

#76A9CF
(118,169,207)
#82B0D3
(130,176,211)
#8EB7D7
(142,183,215)
#9ABEDB
(154,190,219)
#A6C5DF
(166,197,223)
#B2CCE3
(178,204,227)
#BED3E7
(190,211,231)
#CADAEB
(202,218,235)
#D6E1EF
(214,225,239)
#E2E8F3
(226,232,243)
#EEEFF7
(238,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A9CF; }

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

This text font color is #76A9CF.

Background Color

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

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

This div background color is #76A9CF.

Border color

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

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

This div border color is #76A9CF.

Opacity

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

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

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

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

This text has shadow with #76A9CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76A9CF.

Preview

Color preview on black background

This text has color #76A9CF on black background.


Color preview on white background

This text has color #76A9CF on white background.


Black color preview on #76A9CF background

This text has black color on #76A9CF background.


White color preview on #76A9CF background

This text has white color on #76A9CF background.


Related colors

Complementary color

Complementary color for #hex is #895630.


I love getcolorcode.com

Triadic colors

1 #CF76A9 and #A9CF76 with #76A9CF are triadic colors.

2 #CFA976 and #A976CF with #76A9CF are triadic colors.