COLOR #76A9B5

HEX: #76A9B5
RGB: (118,169,181)

Color info

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

RGB color model

#76A9B5 color RGB value is (118,169,181).

  • red value is 118;
  • green value is 169;
  • blue value is 181.
RGB:
(118,169,181)
(46%,66%,71%)

RGB channels and saturation

R 118 of 255 = 46%
G 169 of 255 = 66%
B 181 of 255 = 71%

118
169
181

R + G + B ~ 61%. #76A9B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 169 + 181 = 468 (100%)
R 118 of 468 ~ 25.21%
G 169 of 468 ~ 36.11%
B 181 of 468 ~ 38.68%

%25.21
%36.11
%38.68

CMYK color model

#76A9B5 color CMYK value is (35,7,0,29).

  • cyan value is 34.81%
  • magenta value is 6.63%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(35,7,0,29)
C35M7Y0K29 
(35%,7%,0%,29%)
(0.35/0.07/0.00/0.29)	

CMYK percentages

%34.81
%6.63
%0
%29.02

Codes

Color #76A9B5 in popluar color models

76A9B5
RGB118169181
HSL191°29.86%58.63%
HSB/HSV191°34.81%70.98%
CMYK34.81%6.63%0.00%
29.02%

Color #76A9B5 in popluar number systems.

HEX76A9B5
Decimal118169181
Binary11101101010100110110101
Octal166251265

Shades and tints

Shades of #76A9B5

#76A9B5
(118,169,181)
#6C9AA5
(108,154,165)
#628B95
(98,139,149)
#587C85
(88,124,133)
#4E6D75
(78,109,117)
#445E65
(68,94,101)
#3A4F55
(58,79,85)
#304045
(48,64,69)
#263135
(38,49,53)
#1C2225
(28,34,37)
#121315
(18,19,21)
#000000
(0,0,0)

Tints of #76A9B5

#76A9B5
(118,169,181)
#82B0BB
(130,176,187)
#8EB7C1
(142,183,193)
#9ABEC7
(154,190,199)
#A6C5CD
(166,197,205)
#B2CCD3
(178,204,211)
#BED3D9
(190,211,217)
#CADADF
(202,218,223)
#D6E1E5
(214,225,229)
#E2E8EB
(226,232,235)
#EEEFF1
(238,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A9B5; }

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

This text font color is #76A9B5.


Background Color

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

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

This div background color is #76A9B5.


Border color

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

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

This div border color is #76A9B5.


Opacity

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

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

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

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

This text has shadow with #76A9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A9B5 on black background.


Color preview on white background

This text has color #76A9B5 on white background.



Black color preview on #76A9B5 background

This text has black color on #76A9B5 background.


White color preview on #76A9B5 background

This text has white color on #76A9B5 background.