COLOR #76BBB8

HEX: #76BBB8
RGB: (118,187,184)

Color info

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

RGB color model

#76BBB8 color RGB value is (118,187,184).

  • red value is 118;
  • green value is 187;
  • blue value is 184.
RGB:
(118,187,184)
(46%,73%,72%)

RGB channels and saturation

R 118 of 255 = 46%
G 187 of 255 = 73%
B 184 of 255 = 72%

118
187
184

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

Portions of RGB colors in percentages

R + G + B =
118 + 187 + 184 = 489 (100%)
R 118 of 489 ~ 24.13%
G 187 of 489 ~ 38.24%
B 184 of 489 ~ 37.63%

%24.13
%38.24
%37.63

CMYK color model

#76BBB8 color CMYK value is (37,0,2,27).

  • cyan value is 36.90%
  • magenta value is 0.00%
  • yellow value is 1.60%
  • key color value is 26.67%
CMYK:
(37,0,2,27)
C37M0Y2K27 
(37%,0%,2%,27%)
(0.37/0.00/0.02/0.27)	

CMYK percentages

%36.9
%0
%1.6
%26.67

Codes

Color #76BBB8 in popluar color models

76BBB8
RGB118187184
HSL177°33.66%59.80%
HSB/HSV177°36.90%73.33%
CMYK36.90%0.00%1.60%
26.67%

Color #76BBB8 in popluar number systems.

HEX76BBB8
Decimal118187184
Binary11101101011101110111000
Octal166273270

Shades and tints

Shades of #76BBB8

#76BBB8
(118,187,184)
#6CAAA8
(108,170,168)
#629998
(98,153,152)
#588888
(88,136,136)
#4E7778
(78,119,120)
#446668
(68,102,104)
#3A5558
(58,85,88)
#304448
(48,68,72)
#263338
(38,51,56)
#1C2228
(28,34,40)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #76BBB8

#76BBB8
(118,187,184)
#82C1BE
(130,193,190)
#8EC7C4
(142,199,196)
#9ACDCA
(154,205,202)
#A6D3D0
(166,211,208)
#B2D9D6
(178,217,214)
#BEDFDC
(190,223,220)
#CAE5E2
(202,229,226)
#D6EBE8
(214,235,232)
#E2F1EE
(226,241,238)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BBB8 color. Also use rgb(118,187,184) instead hex code.

Text Font Color

.myTextColor { color: #76BBB8; }

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

This text font color is #76BBB8.


Background Color

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

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

This div background color is #76BBB8.


Border color

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

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

This div border color is #76BBB8.


Opacity

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

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

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

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

This text has shadow with #76BBB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BBB8 on black background.


Color preview on white background

This text has color #76BBB8 on white background.



Black color preview on #76BBB8 background

This text has black color on #76BBB8 background.


White color preview on #76BBB8 background

This text has white color on #76BBB8 background.