COLOR #76A0BE

HEX: #76A0BE
RGB: (118,160,190)

Color info

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

RGB color model

#76A0BE color RGB value is (118,160,190).

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

RGB channels and saturation

R 118 of 255 = 46%
G 160 of 255 = 63%
B 190 of 255 = 75%

118
160
190

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

Portions of RGB colors in percentages

R + G + B =
118 + 160 + 190 = 468 (100%)
R 118 of 468 ~ 25.21%
G 160 of 468 ~ 34.19%
B 190 of 468 ~ 40.6%

%25.21
%34.19
%40.6

CMYK color model

#76A0BE color CMYK value is (38,16,0,25).

  • cyan value is 37.89%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(38,16,0,25)
C38M16Y0K25 
(38%,16%,0%,25%)
(0.38/0.16/0.00/0.25)	

CMYK percentages

%37.89
%15.79
%0
%25.49

Codes

Color #76A0BE in popluar color models

76A0BE
RGB118160190
HSL205°35.64%60.39%
HSB/HSV205°37.89%74.51%
CMYK37.89%15.79%0.00%
25.49%

Color #76A0BE in popluar number systems.

HEX76A0BE
Decimal118160190
Binary11101101010000010111110
Octal166240276

Shades and tints

Shades of #76A0BE

#76A0BE
(118,160,190)
#6C92AD
(108,146,173)
#62849C
(98,132,156)
#58768B
(88,118,139)
#4E687A
(78,104,122)
#445A69
(68,90,105)
#3A4C58
(58,76,88)
#303E47
(48,62,71)
#263036
(38,48,54)
#1C2225
(28,34,37)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #76A0BE

#76A0BE
(118,160,190)
#82A8C3
(130,168,195)
#8EB0C8
(142,176,200)
#9AB8CD
(154,184,205)
#A6C0D2
(166,192,210)
#B2C8D7
(178,200,215)
#BED0DC
(190,208,220)
#CAD8E1
(202,216,225)
#D6E0E6
(214,224,230)
#E2E8EB
(226,232,235)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76A0BE; }

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

This text font color is #76A0BE.


Background Color

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

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

This div background color is #76A0BE.


Border color

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

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

This div border color is #76A0BE.


Opacity

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

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

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

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

This text has shadow with #76A0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76A0BE on black background.


Color preview on white background

This text has color #76A0BE on white background.



Black color preview on #76A0BE background

This text has black color on #76A0BE background.


White color preview on #76A0BE background

This text has white color on #76A0BE background.