COLOR #76ABAC

HEX: #76ABAC
RGB: (118,171,172)

Color info

#76ABAC contains red, green and blue colors in about the same proportion. Web safe color of #76ABAC is #669999 (or #699).

RGB color model

#76ABAC color RGB value is (118,171,172).

  • red value is 118;
  • green value is 171;
  • blue value is 172.
RGB:
(118,171,172)
(46%,67%,67%)

RGB channels and saturation

R 118 of 255 = 46%
G 171 of 255 = 67%
B 172 of 255 = 67%

118
171
172

R + G + B ~ 60%. #76ABAC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 171 + 172 = 461 (100%)
R 118 of 461 ~ 25.6%
G 171 of 461 ~ 37.09%
B 172 of 461 ~ 37.31%

%25.6
%37.09
%37.31

CMYK color model

#76ABAC color CMYK value is (31,1,0,33).

  • cyan value is 31.40%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(31,1,0,33)
C31M1Y0K33 
(31%,1%,0%,33%)
(0.31/0.01/0.00/0.33)	

CMYK percentages

%31.4
%0.58
%0
%32.55

Codes

Color #76ABAC in popluar color models

76ABAC
RGB118171172
HSL181°24.55%56.86%
HSB/HSV181°31.40%67.45%
CMYK31.40%0.58%0.00%
32.55%

Color #76ABAC in popluar number systems.

HEX76ABAC
Decimal118171172
Binary11101101010101110101100
Octal166253254

Shades and tints

Shades of #76ABAC

#76ABAC
(118,171,172)
#6C9C9D
(108,156,157)
#628D8E
(98,141,142)
#587E7F
(88,126,127)
#4E6F70
(78,111,112)
#446061
(68,96,97)
#3A5152
(58,81,82)
#304243
(48,66,67)
#263334
(38,51,52)
#1C2425
(28,36,37)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #76ABAC

#76ABAC
(118,171,172)
#82B2B3
(130,178,179)
#8EB9BA
(142,185,186)
#9AC0C1
(154,192,193)
#A6C7C8
(166,199,200)
#B2CECF
(178,206,207)
#BED5D6
(190,213,214)
#CADCDD
(202,220,221)
#D6E3E4
(214,227,228)
#E2EAEB
(226,234,235)
#EEF1F2
(238,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76ABAC color. Also use rgb(118,171,172) instead hex code.

Text Font Color

.myTextColor { color: #76ABAC; }

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

This text font color is #76ABAC.


Background Color

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

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

This div background color is #76ABAC.


Border color

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

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

This div border color is #76ABAC.


Opacity

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

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

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

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

This text has shadow with #76ABAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76ABAC on black background.


Color preview on white background

This text has color #76ABAC on white background.



Black color preview on #76ABAC background

This text has black color on #76ABAC background.


White color preview on #76ABAC background

This text has white color on #76ABAC background.