COLOR #76BCC4

HEX: #76BCC4
RGB: (118,188,196)

Color info

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

RGB color model

#76BCC4 color RGB value is (118,188,196).

  • red value is 118;
  • green value is 188;
  • blue value is 196.
RGB:
(118,188,196)
(46%,74%,77%)

RGB channels and saturation

R 118 of 255 = 46%
G 188 of 255 = 74%
B 196 of 255 = 77%

118
188
196

R + G + B ~ 66%. #76BCC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 188 + 196 = 502 (100%)
R 118 of 502 ~ 23.51%
G 188 of 502 ~ 37.45%
B 196 of 502 ~ 39.04%

%23.51
%37.45
%39.04

CMYK color model

#76BCC4 color CMYK value is (40,4,0,23).

  • cyan value is 39.80%
  • magenta value is 4.08%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(40,4,0,23)
C40M4Y0K23 
(40%,4%,0%,23%)
(0.40/0.04/0.00/0.23)	

CMYK percentages

%39.8
%4.08
%0
%23.14

Codes

Color #76BCC4 in popluar color models

76BCC4
RGB118188196
HSL186°39.80%61.57%
HSB/HSV186°39.80%76.86%
CMYK39.80%4.08%0.00%
23.14%

Color #76BCC4 in popluar number systems.

HEX76BCC4
Decimal118188196
Binary11101101011110011000100
Octal166274304

Shades and tints

Shades of #76BCC4

#76BCC4
(118,188,196)
#6CABB3
(108,171,179)
#629AA2
(98,154,162)
#588991
(88,137,145)
#4E7880
(78,120,128)
#44676F
(68,103,111)
#3A565E
(58,86,94)
#30454D
(48,69,77)
#26343C
(38,52,60)
#1C232B
(28,35,43)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #76BCC4

#76BCC4
(118,188,196)
#82C2C9
(130,194,201)
#8EC8CE
(142,200,206)
#9ACED3
(154,206,211)
#A6D4D8
(166,212,216)
#B2DADD
(178,218,221)
#BEE0E2
(190,224,226)
#CAE6E7
(202,230,231)
#D6ECEC
(214,236,236)
#E2F2F1
(226,242,241)
#EEF8F6
(238,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76BCC4; }

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

This text font color is #76BCC4.


Background Color

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

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

This div background color is #76BCC4.


Border color

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

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

This div border color is #76BCC4.


Opacity

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

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

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

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

This text has shadow with #76BCC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BCC4 on black background.


Color preview on white background

This text has color #76BCC4 on white background.



Black color preview on #76BCC4 background

This text has black color on #76BCC4 background.


White color preview on #76BCC4 background

This text has white color on #76BCC4 background.