COLOR #76B3BD

HEX: #76B3BD
RGB: (118,179,189)

Color info

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

RGB color model

#76B3BD color RGB value is (118,179,189).

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

RGB channels and saturation

R 118 of 255 = 46%
G 179 of 255 = 70%
B 189 of 255 = 74%

118
179
189

R + G + B ~ 63%. #76B3BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 179 + 189 = 486 (100%)
R 118 of 486 ~ 24.28%
G 179 of 486 ~ 36.83%
B 189 of 486 ~ 38.89%

%24.28
%36.83
%38.89

CMYK color model

#76B3BD color CMYK value is (38,5,0,26).

  • cyan value is 37.57%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(38,5,0,26)
C38M5Y0K26 
(38%,5%,0%,26%)
(0.38/0.05/0.00/0.26)	

CMYK percentages

%37.57
%5.29
%0
%25.88

Codes

Color #76B3BD in popluar color models

76B3BD
RGB118179189
HSL188°34.98%60.20%
HSB/HSV188°37.57%74.12%
CMYK37.57%5.29%0.00%
25.88%

Color #76B3BD in popluar number systems.

HEX76B3BD
Decimal118179189
Binary11101101011001110111101
Octal166263275

Shades and tints

Shades of #76B3BD

#76B3BD
(118,179,189)
#6CA3AC
(108,163,172)
#62939B
(98,147,155)
#58838A
(88,131,138)
#4E7379
(78,115,121)
#446368
(68,99,104)
#3A5357
(58,83,87)
#304346
(48,67,70)
#263335
(38,51,53)
#1C2324
(28,35,36)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #76B3BD

#76B3BD
(118,179,189)
#82B9C3
(130,185,195)
#8EBFC9
(142,191,201)
#9AC5CF
(154,197,207)
#A6CBD5
(166,203,213)
#B2D1DB
(178,209,219)
#BED7E1
(190,215,225)
#CADDE7
(202,221,231)
#D6E3ED
(214,227,237)
#E2E9F3
(226,233,243)
#EEEFF9
(238,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B3BD; }

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

This text font color is #76B3BD.


Background Color

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

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

This div background color is #76B3BD.


Border color

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

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

This div border color is #76B3BD.


Opacity

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

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

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

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

This text has shadow with #76B3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B3BD on black background.


Color preview on white background

This text has color #76B3BD on white background.



Black color preview on #76B3BD background

This text has black color on #76B3BD background.


White color preview on #76B3BD background

This text has white color on #76B3BD background.