COLOR #76BBD5

HEX: #76BBD5
RGB: (118,187,213)

Color info

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

RGB color model

#76BBD5 color RGB value is (118,187,213).

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

RGB channels and saturation

R 118 of 255 = 46%
G 187 of 255 = 73%
B 213 of 255 = 84%

118
187
213

R + G + B ~ 68%. #76BBD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 187 + 213 = 518 (100%)
R 118 of 518 ~ 22.78%
G 187 of 518 ~ 36.1%
B 213 of 518 ~ 41.12%

%22.78
%36.1
%41.12

CMYK color model

#76BBD5 color CMYK value is (45,12,0,16).

  • cyan value is 44.60%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(45,12,0,16)
C45M12Y0K16 
(45%,12%,0%,16%)
(0.45/0.12/0.00/0.16)	

CMYK percentages

%44.6
%12.21
%0
%16.47

Codes

Color #76BBD5 in popluar color models

76BBD5
RGB118187213
HSL196°53.07%64.90%
HSB/HSV196°44.60%83.53%
CMYK44.60%12.21%0.00%
16.47%

Color #76BBD5 in popluar number systems.

HEX76BBD5
Decimal118187213
Binary11101101011101111010101
Octal166273325

Shades and tints

Shades of #76BBD5

#76BBD5
(118,187,213)
#6CAAC2
(108,170,194)
#6299AF
(98,153,175)
#58889C
(88,136,156)
#4E7789
(78,119,137)
#446676
(68,102,118)
#3A5563
(58,85,99)
#304450
(48,68,80)
#26333D
(38,51,61)
#1C222A
(28,34,42)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #76BBD5

#76BBD5
(118,187,213)
#82C1D8
(130,193,216)
#8EC7DB
(142,199,219)
#9ACDDE
(154,205,222)
#A6D3E1
(166,211,225)
#B2D9E4
(178,217,228)
#BEDFE7
(190,223,231)
#CAE5EA
(202,229,234)
#D6EBED
(214,235,237)
#E2F1F0
(226,241,240)
#EEF7F3
(238,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76BBD5; }

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

This text font color is #76BBD5.


Background Color

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

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

This div background color is #76BBD5.


Border color

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

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

This div border color is #76BBD5.


Opacity

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

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

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

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

This text has shadow with #76BBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BBD5 on black background.


Color preview on white background

This text has color #76BBD5 on white background.



Black color preview on #76BBD5 background

This text has black color on #76BBD5 background.


White color preview on #76BBD5 background

This text has white color on #76BBD5 background.