COLOR #76B1C1

HEX: #76B1C1
RGB: (118,177,193)

Color info

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

RGB color model

#76B1C1 color RGB value is (118,177,193).

  • red value is 118;
  • green value is 177;
  • blue value is 193.
RGB:
(118,177,193)
(46%,69%,76%)

RGB channels and saturation

R 118 of 255 = 46%
G 177 of 255 = 69%
B 193 of 255 = 76%

118
177
193

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

Portions of RGB colors in percentages

R + G + B =
118 + 177 + 193 = 488 (100%)
R 118 of 488 ~ 24.18%
G 177 of 488 ~ 36.27%
B 193 of 488 ~ 39.55%

%24.18
%36.27
%39.55

CMYK color model

#76B1C1 color CMYK value is (39,8,0,24).

  • cyan value is 38.86%
  • magenta value is 8.29%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(39,8,0,24)
C39M8Y0K24 
(39%,8%,0%,24%)
(0.39/0.08/0.00/0.24)	

CMYK percentages

%38.86
%8.29
%0
%24.31

Codes

Color #76B1C1 in popluar color models

76B1C1
RGB118177193
HSL193°37.69%60.98%
HSB/HSV193°38.86%75.69%
CMYK38.86%8.29%0.00%
24.31%

Color #76B1C1 in popluar number systems.

HEX76B1C1
Decimal118177193
Binary11101101011000111000001
Octal166261301

Shades and tints

Shades of #76B1C1

#76B1C1
(118,177,193)
#6CA1B0
(108,161,176)
#62919F
(98,145,159)
#58818E
(88,129,142)
#4E717D
(78,113,125)
#44616C
(68,97,108)
#3A515B
(58,81,91)
#30414A
(48,65,74)
#263139
(38,49,57)
#1C2128
(28,33,40)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #76B1C1

#76B1C1
(118,177,193)
#82B8C6
(130,184,198)
#8EBFCB
(142,191,203)
#9AC6D0
(154,198,208)
#A6CDD5
(166,205,213)
#B2D4DA
(178,212,218)
#BEDBDF
(190,219,223)
#CAE2E4
(202,226,228)
#D6E9E9
(214,233,233)
#E2F0EE
(226,240,238)
#EEF7F3
(238,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B1C1 color. Also use rgb(118,177,193) instead hex code.

Text Font Color

.myTextColor { color: #76B1C1; }

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

This text font color is #76B1C1.


Background Color

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

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

This div background color is #76B1C1.


Border color

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

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

This div border color is #76B1C1.


Opacity

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

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

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

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

This text has shadow with #76B1C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B1C1 on black background.


Color preview on white background

This text has color #76B1C1 on white background.



Black color preview on #76B1C1 background

This text has black color on #76B1C1 background.


White color preview on #76B1C1 background

This text has white color on #76B1C1 background.