COLOR #76ADA3

HEX: #76ADA3 RGB: (118,173,163)

Color info

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

RGB color model

#76ADA3 color RGB value is (118,173,163).

RGB: (118,173,163) (46%, 68%, 64%)

RGB channels and saturation

R 118 of 255 = 46%
G 173 of 255 = 68%
B 163 of 255 = 64%

118
173
163

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

Portions of RGB colors in percentages

R + G + B = 118 + 173 + 163 = 454 (100%)
R 118 of 454 ~ 25.99%
G 173 of 454 ~ 38.11%
B 163 of 454 ~ 35.9'%

%25.99
%38.11
%35.9

CMYK color model

#76ADA3 color CMYK value is (32,0,6,32).

  • cyan value is 31.79%
  • magenta value is 0.00%
  • yellow value is 5.78%
  • key color value is 32.16%

CMYK: (32,0,6,32)
C32M0Y6K32 (32%, 0%, 6%, 32%)
(0.32 / 0.00 / 0.06 / 0.32)

CMYK percentages

%31.79
%0
%5.78
%32.16

Codes

Color #76ADA3 in popluar color models

76 AD A3
RGB 118 173 163
HSL 169° 25.11% 57.06%
HSB/HSV 169° 31.79% 67.84%
CMYK 31.79% 0.00% 5.78%
32.16%

Color #76ADA3 in popluar number systems.

HEX 76 AD A3
Decimal 118 173 163
Binary 1110110 10101101 10100011
Octal 166 255 243

Shades and tints

Shades of #76ADA3

#76ADA3
(118,173,163)
#6C9E95
(108,158,149)
#628F87
(98,143,135)
#588079
(88,128,121)
#4E716B
(78,113,107)
#44625D
(68,98,93)
#3A534F
(58,83,79)
#304441
(48,68,65)
#263533
(38,53,51)
#1C2625
(28,38,37)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #76ADA3

#76ADA3
(118,173,163)
#82B4AB
(130,180,171)
#8EBBB3
(142,187,179)
#9AC2BB
(154,194,187)
#A6C9C3
(166,201,195)
#B2D0CB
(178,208,203)
#BED7D3
(190,215,211)
#CADEDB
(202,222,219)
#D6E5E3
(214,229,227)
#E2ECEB
(226,236,235)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76ADA3; }

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

This text font color is #76ADA3.

Background Color

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

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

This div background color is #76ADA3.

Border color

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

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

This div border color is #76ADA3.

Opacity

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

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

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

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

This text has shadow with #76ADA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #76ADA3.

Preview

Color preview on black background

This text has color #76ADA3 on black background.


Color preview on white background

This text has color #76ADA3 on white background.


Black color preview on #76ADA3 background

This text has black color on #76ADA3 background.


White color preview on #76ADA3 background

This text has white color on #76ADA3 background.


Related colors

Complementary color

Complementary color for #hex is #89525C.


I love getcolorcode.com

Triadic colors

1 #A376AD and #ADA376 with #76ADA3 are triadic colors.

2 #A3AD76 and #AD76A3 with #76ADA3 are triadic colors.