COLOR #76A0BA

HEX: #76A0BA
RGB: (118,160,186)

Color info

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

RGB color model

#76A0BA color RGB value is (118,160,186).

  • red value is 118;
  • green value is 160;
  • blue value is 186.
RGB:
(118,160,186)
(46%,63%,73%)

RGB channels and saturation

R 118 of 255 = 46%
G 160 of 255 = 63%
B 186 of 255 = 73%

118
160
186

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

Portions of RGB colors in percentages

R + G + B =
118 + 160 + 186 = 464 (100%)
R 118 of 464 ~ 25.43%
G 160 of 464 ~ 34.48%
B 186 of 464 ~ 40.09%

%25.43
%34.48
%40.09

CMYK color model

#76A0BA color CMYK value is (37,14,0,27).

  • cyan value is 36.56%
  • magenta value is 13.98%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(37,14,0,27)
C37M14Y0K27 
(37%,14%,0%,27%)
(0.37/0.14/0.00/0.27)	

CMYK percentages

%36.56
%13.98
%0
%27.06

Codes

Color #76A0BA in popluar color models

76A0BA
RGB118160186
HSL203°33.01%59.61%
HSB/HSV203°36.56%72.94%
CMYK36.56%13.98%0.00%
27.06%

Color #76A0BA in popluar number systems.

HEX76A0BA
Decimal118160186
Binary11101101010000010111010
Octal166240272

Shades and tints

Shades of #76A0BA

#76A0BA
(118,160,186)
#6C92AA
(108,146,170)
#62849A
(98,132,154)
#58768A
(88,118,138)
#4E687A
(78,104,122)
#445A6A
(68,90,106)
#3A4C5A
(58,76,90)
#303E4A
(48,62,74)
#26303A
(38,48,58)
#1C222A
(28,34,42)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #76A0BA

#76A0BA
(118,160,186)
#82A8C0
(130,168,192)
#8EB0C6
(142,176,198)
#9AB8CC
(154,184,204)
#A6C0D2
(166,192,210)
#B2C8D8
(178,200,216)
#BED0DE
(190,208,222)
#CAD8E4
(202,216,228)
#D6E0EA
(214,224,234)
#E2E8F0
(226,232,240)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76A0BA color. Also use rgb(118,160,186) instead hex code.

Text Font Color

.myTextColor { color: #76A0BA; }

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

This text font color is #76A0BA.


Background Color

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

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

This div background color is #76A0BA.


Border color

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

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

This div border color is #76A0BA.


Opacity

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

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

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

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

This text has shadow with #76A0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A0BA on black background.


Color preview on white background

This text has color #76A0BA on white background.



Black color preview on #76A0BA background

This text has black color on #76A0BA background.


White color preview on #76A0BA background

This text has white color on #76A0BA background.