COLOR #76BDCB

HEX: #76BDCB
RGB: (118,189,203)

Color info

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

RGB color model

#76BDCB color RGB value is (118,189,203).

  • red value is 118;
  • green value is 189;
  • blue value is 203.
RGB:
(118,189,203)
(46%,74%,80%)

RGB channels and saturation

R 118 of 255 = 46%
G 189 of 255 = 74%
B 203 of 255 = 80%

118
189
203

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

Portions of RGB colors in percentages

R + G + B =
118 + 189 + 203 = 510 (100%)
R 118 of 510 ~ 23.14%
G 189 of 510 ~ 37.06%
B 203 of 510 ~ 39.8%

%23.14
%37.06
%39.8

CMYK color model

#76BDCB color CMYK value is (42,7,0,20).

  • cyan value is 41.87%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(42,7,0,20)
C42M7Y0K20 
(42%,7%,0%,20%)
(0.42/0.07/0.00/0.20)	

CMYK percentages

%41.87
%6.9
%0
%20.39

Codes

Color #76BDCB in popluar color models

76BDCB
RGB118189203
HSL190°44.97%62.94%
HSB/HSV190°41.87%79.61%
CMYK41.87%6.90%0.00%
20.39%

Color #76BDCB in popluar number systems.

HEX76BDCB
Decimal118189203
Binary11101101011110111001011
Octal166275313

Shades and tints

Shades of #76BDCB

#76BDCB
(118,189,203)
#6CACB9
(108,172,185)
#629BA7
(98,155,167)
#588A95
(88,138,149)
#4E7983
(78,121,131)
#446871
(68,104,113)
#3A575F
(58,87,95)
#30464D
(48,70,77)
#26353B
(38,53,59)
#1C2429
(28,36,41)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #76BDCB

#76BDCB
(118,189,203)
#82C3CF
(130,195,207)
#8EC9D3
(142,201,211)
#9ACFD7
(154,207,215)
#A6D5DB
(166,213,219)
#B2DBDF
(178,219,223)
#BEE1E3
(190,225,227)
#CAE7E7
(202,231,231)
#D6EDEB
(214,237,235)
#E2F3EF
(226,243,239)
#EEF9F3
(238,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76BDCB color. Also use rgb(118,189,203) instead hex code.

Text Font Color

.myTextColor { color: #76BDCB; }

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

This text font color is #76BDCB.


Background Color

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

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

This div background color is #76BDCB.


Border color

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

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

This div border color is #76BDCB.


Opacity

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

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

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

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

This text has shadow with #76BDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76BDCB on black background.


Color preview on white background

This text has color #76BDCB on white background.



Black color preview on #76BDCB background

This text has black color on #76BDCB background.


White color preview on #76BDCB background

This text has white color on #76BDCB background.