COLOR #76B8BC

HEX: #76B8BC RGB: (118,184,188)

Color info

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

RGB color model

#76B8BC color RGB value is (118,184,188).

RGB: (118,184,188) (46%, 72%, 74%)

RGB channels and saturation

R 118 of 255 = 46%
G 184 of 255 = 72%
B 188 of 255 = 74%

118
184
188

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

Portions of RGB colors in percentages

R + G + B = 118 + 184 + 188 = 490 (100%)
R 118 of 490 ~ 24.08%
G 184 of 490 ~ 37.55%
B 188 of 490 ~ 38.37'%

%24.08
%37.55
%38.37

CMYK color model

#76B8BC color CMYK value is (37,2,0,26).

  • cyan value is 37.23%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (37,2,0,26)
C37M2Y0K26 (37%, 2%, 0%, 26%)
(0.37 / 0.02 / 0.00 / 0.26)

CMYK percentages

%37.23
%2.13
%0
%26.27

Codes

Color #76B8BC in popluar color models

76 B8 BC
RGB 118 184 188
HSL 183° 34.31% 60.00%
HSB/HSV 183° 37.23% 73.73%
CMYK 37.23% 2.13% 0.00%
26.27%

Color #76B8BC in popluar number systems.

HEX 76 B8 BC
Decimal 118 184 188
Binary 1110110 10111000 10111100
Octal 166 270 274

Shades and tints

Shades of #76B8BC

#76B8BC
(118,184,188)
#6CA8AB
(108,168,171)
#62989A
(98,152,154)
#588889
(88,136,137)
#4E7878
(78,120,120)
#446867
(68,104,103)
#3A5856
(58,88,86)
#304845
(48,72,69)
#263834
(38,56,52)
#1C2823
(28,40,35)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #76B8BC

#76B8BC
(118,184,188)
#82BEC2
(130,190,194)
#8EC4C8
(142,196,200)
#9ACACE
(154,202,206)
#A6D0D4
(166,208,212)
#B2D6DA
(178,214,218)
#BEDCE0
(190,220,224)
#CAE2E6
(202,226,230)
#D6E8EC
(214,232,236)
#E2EEF2
(226,238,242)
#EEF4F8
(238,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B8BC; }

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

This text font color is #76B8BC.

Background Color

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

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

This div background color is #76B8BC.

Border color

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

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

This div border color is #76B8BC.

Opacity

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

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

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

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

This text has shadow with #76B8BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76B8BC.

Preview

Color preview on black background

This text has color #76B8BC on black background.


Color preview on white background

This text has color #76B8BC on white background.


Black color preview on #76B8BC background

This text has black color on #76B8BC background.


White color preview on #76B8BC background

This text has white color on #76B8BC background.


Related colors

Complementary color

Complementary color for #hex is #894743.


I love getcolorcode.com

Triadic colors

1 #BC76B8 and #B8BC76 with #76B8BC are triadic colors.

2 #BCB876 and #B876BC with #76B8BC are triadic colors.