COLOR #76ACAF

HEX: #76ACAF
RGB: (118,172,175)

Color info

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

RGB color model

#76ACAF color RGB value is (118,172,175).

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

RGB channels and saturation

R 118 of 255 = 46%
G 172 of 255 = 67%
B 175 of 255 = 69%

118
172
175

R + G + B ~ 61%. #76ACAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 172 + 175 = 465 (100%)
R 118 of 465 ~ 25.38%
G 172 of 465 ~ 36.99%
B 175 of 465 ~ 37.63%

%25.38
%36.99
%37.63

CMYK color model

#76ACAF color CMYK value is (33,2,0,31).

  • cyan value is 32.57%
  • magenta value is 1.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(33,2,0,31)
C33M2Y0K31 
(33%,2%,0%,31%)
(0.33/0.02/0.00/0.31)	

CMYK percentages

%32.57
%1.71
%0
%31.37

Codes

Color #76ACAF in popluar color models

76ACAF
RGB118172175
HSL183°26.27%57.45%
HSB/HSV183°32.57%68.63%
CMYK32.57%1.71%0.00%
31.37%

Color #76ACAF in popluar number systems.

HEX76ACAF
Decimal118172175
Binary11101101010110010101111
Octal166254257

Shades and tints

Shades of #76ACAF

#76ACAF
(118,172,175)
#6C9DA0
(108,157,160)
#628E91
(98,142,145)
#587F82
(88,127,130)
#4E7073
(78,112,115)
#446164
(68,97,100)
#3A5255
(58,82,85)
#304346
(48,67,70)
#263437
(38,52,55)
#1C2528
(28,37,40)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #76ACAF

#76ACAF
(118,172,175)
#82B3B6
(130,179,182)
#8EBABD
(142,186,189)
#9AC1C4
(154,193,196)
#A6C8CB
(166,200,203)
#B2CFD2
(178,207,210)
#BED6D9
(190,214,217)
#CADDE0
(202,221,224)
#D6E4E7
(214,228,231)
#E2EBEE
(226,235,238)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76ACAF; }

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

This text font color is #76ACAF.


Background Color

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

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

This div background color is #76ACAF.


Border color

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

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

This div border color is #76ACAF.


Opacity

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

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

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

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

This text has shadow with #76ACAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76ACAF on black background.


Color preview on white background

This text has color #76ACAF on white background.



Black color preview on #76ACAF background

This text has black color on #76ACAF background.


White color preview on #76ACAF background

This text has white color on #76ACAF background.