COLOR #76B4C2

HEX: #76B4C2
RGB: (118,180,194)

Color info

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

RGB color model

#76B4C2 color RGB value is (118,180,194).

  • red value is 118;
  • green value is 180;
  • blue value is 194.
RGB:
(118,180,194)
(46%,71%,76%)

RGB channels and saturation

R 118 of 255 = 46%
G 180 of 255 = 71%
B 194 of 255 = 76%

118
180
194

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

Portions of RGB colors in percentages

R + G + B =
118 + 180 + 194 = 492 (100%)
R 118 of 492 ~ 23.98%
G 180 of 492 ~ 36.59%
B 194 of 492 ~ 39.43%

%23.98
%36.59
%39.43

CMYK color model

#76B4C2 color CMYK value is (39,7,0,24).

  • cyan value is 39.18%
  • magenta value is 7.22%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(39,7,0,24)
C39M7Y0K24 
(39%,7%,0%,24%)
(0.39/0.07/0.00/0.24)	

CMYK percentages

%39.18
%7.22
%0
%23.92

Codes

Color #76B4C2 in popluar color models

76B4C2
RGB118180194
HSL191°38.38%61.18%
HSB/HSV191°39.18%76.08%
CMYK39.18%7.22%0.00%
23.92%

Color #76B4C2 in popluar number systems.

HEX76B4C2
Decimal118180194
Binary11101101011010011000010
Octal166264302

Shades and tints

Shades of #76B4C2

#76B4C2
(118,180,194)
#6CA4B1
(108,164,177)
#6294A0
(98,148,160)
#58848F
(88,132,143)
#4E747E
(78,116,126)
#44646D
(68,100,109)
#3A545C
(58,84,92)
#30444B
(48,68,75)
#26343A
(38,52,58)
#1C2429
(28,36,41)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #76B4C2

#76B4C2
(118,180,194)
#82BAC7
(130,186,199)
#8EC0CC
(142,192,204)
#9AC6D1
(154,198,209)
#A6CCD6
(166,204,214)
#B2D2DB
(178,210,219)
#BED8E0
(190,216,224)
#CADEE5
(202,222,229)
#D6E4EA
(214,228,234)
#E2EAEF
(226,234,239)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76B4C2 color. Also use rgb(118,180,194) instead hex code.

Text Font Color

.myTextColor { color: #76B4C2; }

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

This text font color is #76B4C2.


Background Color

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

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

This div background color is #76B4C2.


Border color

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

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

This div border color is #76B4C2.


Opacity

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

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

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

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

This text has shadow with #76B4C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B4C2 on black background.


Color preview on white background

This text has color #76B4C2 on white background.



Black color preview on #76B4C2 background

This text has black color on #76B4C2 background.


White color preview on #76B4C2 background

This text has white color on #76B4C2 background.