COLOR #76AFB6

HEX: #76AFB6
RGB: (118,175,182)

Color info

#76AFB6 contains mainly green and blue colors. Web safe color of #76AFB6 is #6699CC (or #69C).

RGB color model

#76AFB6 color RGB value is (118,175,182).

  • red value is 118;
  • green value is 175;
  • blue value is 182.
RGB:
(118,175,182)
(46%,69%,71%)

RGB channels and saturation

R 118 of 255 = 46%
G 175 of 255 = 69%
B 182 of 255 = 71%

118
175
182

R + G + B ~ 62%. #76AFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 175 + 182 = 475 (100%)
R 118 of 475 ~ 24.84%
G 175 of 475 ~ 36.84%
B 182 of 475 ~ 38.32%

%24.84
%36.84
%38.32

CMYK color model

#76AFB6 color CMYK value is (35,4,0,29).

  • cyan value is 35.16%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(35,4,0,29)
C35M4Y0K29 
(35%,4%,0%,29%)
(0.35/0.04/0.00/0.29)	

CMYK percentages

%35.16
%3.85
%0
%28.63

Codes

Color #76AFB6 in popluar color models

76AFB6
RGB118175182
HSL187°30.48%58.82%
HSB/HSV187°35.16%71.37%
CMYK35.16%3.85%0.00%
28.63%

Color #76AFB6 in popluar number systems.

HEX76AFB6
Decimal118175182
Binary11101101010111110110110
Octal166257266

Shades and tints

Shades of #76AFB6

#76AFB6
(118,175,182)
#6CA0A6
(108,160,166)
#629196
(98,145,150)
#588286
(88,130,134)
#4E7376
(78,115,118)
#446466
(68,100,102)
#3A5556
(58,85,86)
#304646
(48,70,70)
#263736
(38,55,54)
#1C2826
(28,40,38)
#121916
(18,25,22)
#000000
(0,0,0)

Tints of #76AFB6

#76AFB6
(118,175,182)
#82B6BC
(130,182,188)
#8EBDC2
(142,189,194)
#9AC4C8
(154,196,200)
#A6CBCE
(166,203,206)
#B2D2D4
(178,210,212)
#BED9DA
(190,217,218)
#CAE0E0
(202,224,224)
#D6E7E6
(214,231,230)
#E2EEEC
(226,238,236)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76AFB6 color. Also use rgb(118,175,182) instead hex code.

Text Font Color

.myTextColor { color: #76AFB6; }

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

This text font color is #76AFB6.


Background Color

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

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

This div background color is #76AFB6.


Border color

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

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

This div border color is #76AFB6.


Opacity

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

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

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

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

This text has shadow with #76AFB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AFB6 on black background.


Color preview on white background

This text has color #76AFB6 on white background.



Black color preview on #76AFB6 background

This text has black color on #76AFB6 background.


White color preview on #76AFB6 background

This text has white color on #76AFB6 background.