COLOR #76B7BD

HEX: #76B7BD
RGB: (118,183,189)

Color info

#76B7BD contains mainly green and blue colors. Web safe color of #76B7BD is #66CCCC (or #6CC).

RGB color model

#76B7BD color RGB value is (118,183,189).

  • red value is 118;
  • green value is 183;
  • blue value is 189.
RGB:
(118,183,189)
(46%,72%,74%)

RGB channels and saturation

R 118 of 255 = 46%
G 183 of 255 = 72%
B 189 of 255 = 74%

118
183
189

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

Portions of RGB colors in percentages

R + G + B =
118 + 183 + 189 = 490 (100%)
R 118 of 490 ~ 24.08%
G 183 of 490 ~ 37.35%
B 189 of 490 ~ 38.57%

%24.08
%37.35
%38.57

CMYK color model

#76B7BD color CMYK value is (38,3,0,26).

  • cyan value is 37.57%
  • magenta value is 3.17%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(38,3,0,26)
C38M3Y0K26 
(38%,3%,0%,26%)
(0.38/0.03/0.00/0.26)	

CMYK percentages

%37.57
%3.17
%0
%25.88

Codes

Color #76B7BD in popluar color models

76B7BD
RGB118183189
HSL185°34.98%60.20%
HSB/HSV185°37.57%74.12%
CMYK37.57%3.17%0.00%
25.88%

Color #76B7BD in popluar number systems.

HEX76B7BD
Decimal118183189
Binary11101101011011110111101
Octal166267275

Shades and tints

Shades of #76B7BD

#76B7BD
(118,183,189)
#6CA7AC
(108,167,172)
#62979B
(98,151,155)
#58878A
(88,135,138)
#4E7779
(78,119,121)
#446768
(68,103,104)
#3A5757
(58,87,87)
#304746
(48,71,70)
#263735
(38,55,53)
#1C2724
(28,39,36)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #76B7BD

#76B7BD
(118,183,189)
#82BDC3
(130,189,195)
#8EC3C9
(142,195,201)
#9AC9CF
(154,201,207)
#A6CFD5
(166,207,213)
#B2D5DB
(178,213,219)
#BEDBE1
(190,219,225)
#CAE1E7
(202,225,231)
#D6E7ED
(214,231,237)
#E2EDF3
(226,237,243)
#EEF3F9
(238,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B7BD color. Also use rgb(118,183,189) instead hex code.

Text Font Color

.myTextColor { color: #76B7BD; }

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

This text font color is #76B7BD.


Background Color

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

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

This div background color is #76B7BD.


Border color

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

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

This div border color is #76B7BD.


Opacity

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

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

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

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

This text has shadow with #76B7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B7BD on black background.


Color preview on white background

This text has color #76B7BD on white background.



Black color preview on #76B7BD background

This text has black color on #76B7BD background.


White color preview on #76B7BD background

This text has white color on #76B7BD background.