COLOR #76ADAB

HEX: #76ADAB RGB: (118,173,171)

Color info

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

RGB color model

#76ADAB color RGB value is (118,173,171).

RGB: (118,173,171) (46%, 68%, 67%)

RGB channels and saturation

R 118 of 255 = 46%
G 173 of 255 = 68%
B 171 of 255 = 67%

118
173
171

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

Portions of RGB colors in percentages

R + G + B = 118 + 173 + 171 = 462 (100%)
R 118 of 462 ~ 25.54%
G 173 of 462 ~ 37.45%
B 171 of 462 ~ 37.01'%

%25.54
%37.45
%37.01

CMYK color model

#76ADAB color CMYK value is (32,0,1,32).

  • cyan value is 31.79%
  • magenta value is 0.00%
  • yellow value is 1.16%
  • key color value is 32.16%
CMYK: (32,0,1,32) C32M0Y1K32 (32%,0%,1%,32%) (0.32/0.00/0.01/0.32) 

CMYK percentages

%31.79
%0
%1.16
%32.16

Codes

Color #76ADAB in popluar color models

76 AD AB
RGB 118 173 171
HSL 178° 25.11% 57.06%
HSB/HSV 178° 31.79% 67.84%
CMYK 31.79% 0.00% 1.16%
32.16%

Color #76ADAB in popluar number systems.

HEX 76 AD AB
Decimal 118 173 171
Binary 1110110 10101101 10101011
Octal 166 255 253

Shades and tints

Shades of #76ADAB

#76ADAB
(118,173,171)
#6C9E9C
(108,158,156)
#628F8D
(98,143,141)
#58807E
(88,128,126)
#4E716F
(78,113,111)
#446260
(68,98,96)
#3A5351
(58,83,81)
#304442
(48,68,66)
#263533
(38,53,51)
#1C2624
(28,38,36)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #76ADAB

#76ADAB
(118,173,171)
#82B4B2
(130,180,178)
#8EBBB9
(142,187,185)
#9AC2C0
(154,194,192)
#A6C9C7
(166,201,199)
#B2D0CE
(178,208,206)
#BED7D5
(190,215,213)
#CADEDC
(202,222,220)
#D6E5E3
(214,229,227)
#E2ECEA
(226,236,234)
#EEF3F1
(238,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76ADAB; }

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

This text font color is #76ADAB.

Background Color

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

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

This div background color is #76ADAB.

Border color

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

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

This div border color is #76ADAB.

Opacity

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

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

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

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

This text has shadow with #76ADAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76ADAB.

Preview

Color preview on black background

This text has color #76ADAB on black background.


Color preview on white background

This text has color #76ADAB on white background.


Black color preview on #76ADAB background

This text has black color on #76ADAB background.


White color preview on #76ADAB background

This text has white color on #76ADAB background.


Related colors

Complementary color

Complementary color for #hex is #895254.


I love getcolorcode.com

Triadic colors

1 #AB76AD and #ADAB76 with #76ADAB are triadic colors.

2 #ABAD76 and #AD76AB with #76ADAB are triadic colors.