COLOR #76BBD4

HEX: #76BBD4
RGB: (118,187,212)

Color info

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

RGB color model

#76BBD4 color RGB value is (118,187,212).

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

RGB channels and saturation

R 118 of 255 = 46%
G 187 of 255 = 73%
B 212 of 255 = 83%

118
187
212

R + G + B ~ 67%. #76BBD4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 187 + 212 = 517 (100%)
R 118 of 517 ~ 22.82%
G 187 of 517 ~ 36.17%
B 212 of 517 ~ 41.01%

%22.82
%36.17
%41.01

CMYK color model

#76BBD4 color CMYK value is (44,12,0,17).

  • cyan value is 44.34%
  • magenta value is 11.79%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(44,12,0,17)
C44M12Y0K17 
(44%,12%,0%,17%)
(0.44/0.12/0.00/0.17)	

CMYK percentages

%44.34
%11.79
%0
%16.86

Codes

Color #76BBD4 in popluar color models

76BBD4
RGB118187212
HSL196°52.22%64.71%
HSB/HSV196°44.34%83.14%
CMYK44.34%11.79%0.00%
16.86%

Color #76BBD4 in popluar number systems.

HEX76BBD4
Decimal118187212
Binary11101101011101111010100
Octal166273324

Shades and tints

Shades of #76BBD4

#76BBD4
(118,187,212)
#6CAAC1
(108,170,193)
#6299AE
(98,153,174)
#58889B
(88,136,155)
#4E7788
(78,119,136)
#446675
(68,102,117)
#3A5562
(58,85,98)
#30444F
(48,68,79)
#26333C
(38,51,60)
#1C2229
(28,34,41)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #76BBD4

#76BBD4
(118,187,212)
#82C1D7
(130,193,215)
#8EC7DA
(142,199,218)
#9ACDDD
(154,205,221)
#A6D3E0
(166,211,224)
#B2D9E3
(178,217,227)
#BEDFE6
(190,223,230)
#CAE5E9
(202,229,233)
#D6EBEC
(214,235,236)
#E2F1EF
(226,241,239)
#EEF7F2
(238,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76BBD4; }

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

This text font color is #76BBD4.


Background Color

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

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

This div background color is #76BBD4.


Border color

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

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

This div border color is #76BBD4.


Opacity

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

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

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

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

This text has shadow with #76BBD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BBD4 on black background.


Color preview on white background

This text has color #76BBD4 on white background.



Black color preview on #76BBD4 background

This text has black color on #76BBD4 background.


White color preview on #76BBD4 background

This text has white color on #76BBD4 background.