COLOR #76ADAD

HEX: #76ADAD
RGB: (118,173,173)

Renk bilgisi

#76ADAD contains red, green and blue colors in about the same proportion. #76ADAD ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

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

  • kırmız ton 118;
  • yeşil ton 173;
  • mavi ton 173.
RGB:
(118,173,173)
(46%,68%,68%)

RGB bağlantıları ve doygunluk

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

118
173
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 173 + 173 = 464 (100%)
R 118 of 464 ~ 25.43%
G 173 of 464 ~ 37.28%
B 173 of 464 ~ 37.28%

%25.43
%37.28
%37.28

CMYK RENK MODELİ

#76ADAD rengi CMYK tonu (32,0,0,32).

  • camgöbeği tonu 31.79%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(32,0,0,32)
C32M0Y0K32 
(32%,0%,0%,32%)
(0.32/0.00/0.00/0.32)	

CMYK yüzdeleri

%31.79
%0
%0
%32.16

Codes

Color #76ADAD in popluar color models

76ADAD
RGB118173173
HSL180°25.11%57.06%
HSB/HSV180°31.79%67.84%
CMYK31.79%0.00%0.00%
32.16%

Color #76ADAD in popluar number systems.

HEX76ADAD
Decimal118173173
Binary11101101010110110101101
Octal166255255

Shades and tints

Shades of #76ADAD

#76ADAD
(118,173,173)
#6C9E9E
(108,158,158)
#628F8F
(98,143,143)
#588080
(88,128,128)
#4E7171
(78,113,113)
#446262
(68,98,98)
#3A5353
(58,83,83)
#304444
(48,68,68)
#263535
(38,53,53)
#1C2626
(28,38,38)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #76ADAD

#76ADAD
(118,173,173)
#82B4B4
(130,180,180)
#8EBBBB
(142,187,187)
#9AC2C2
(154,194,194)
#A6C9C9
(166,201,201)
#B2D0D0
(178,208,208)
#BED7D7
(190,215,215)
#CADEDE
(202,222,222)
#D6E5E5
(214,229,229)
#E2ECEC
(226,236,236)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76ADAD; }

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

This text font color is #76ADAD.


Background Color

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

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

This div background color is #76ADAD.


Border color

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

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

This div border color is #76ADAD.


Opacity

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

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

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

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

This text has shadow with #76ADAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76ADAD on black background.


Color preview on white background

This text has color #76ADAD on white background.



Black color preview on #76ADAD background

This text has black color on #76ADAD background.


White color preview on #76ADAD background

This text has white color on #76ADAD background.