COLOR #76AB8D

HEX: #76AB8D
RGB: (118,171,141)

Renk bilgisi

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

RGB renk modeli

#76AB8D color RGB value is (118,171,141).

  • kırmız ton 118;
  • yeşil ton 171;
  • mavi ton 141.
RGB:
(118,171,141)
(46%,67%,55%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 171 of 255 = 67%
B 141 of 255 = 55%

118
171
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 171 + 141 = 430 (100%)
R 118 of 430 ~ 27.44%
G 171 of 430 ~ 39.77%
B 141 of 430 ~ 32.79%

%27.44
%39.77
%32.79

CMYK RENK MODELİ

#76AB8D rengi CMYK tonu (31,0,18,33).

  • camgöbeği tonu 30.99%
  • eflatun tonu 0.00%
  • sarı tonu 17.54%
  • ana renk tonu 32.94%
CMYK:
(31,0,18,33)
C31M0Y18K33 
(31%,0%,18%,33%)
(0.31/0.00/0.18/0.33)	

CMYK yüzdeleri

%30.99
%0
%17.54
%32.94

Codes

Color #76AB8D in popluar color models

76AB8D
RGB118171141
HSL146°23.98%56.67%
HSB/HSV146°30.99%67.06%
CMYK30.99%0.00%17.54%
32.94%

Color #76AB8D in popluar number systems.

HEX76AB8D
Decimal118171141
Binary11101101010101110001101
Octal166253215

Shades and tints

Shades of #76AB8D

#76AB8D
(118,171,141)
#6C9C81
(108,156,129)
#628D75
(98,141,117)
#587E69
(88,126,105)
#4E6F5D
(78,111,93)
#446051
(68,96,81)
#3A5145
(58,81,69)
#304239
(48,66,57)
#26332D
(38,51,45)
#1C2421
(28,36,33)
#121515
(18,21,21)
#000000
(0,0,0)

Tints of #76AB8D

#76AB8D
(118,171,141)
#82B297
(130,178,151)
#8EB9A1
(142,185,161)
#9AC0AB
(154,192,171)
#A6C7B5
(166,199,181)
#B2CEBF
(178,206,191)
#BED5C9
(190,213,201)
#CADCD3
(202,220,211)
#D6E3DD
(214,227,221)
#E2EAE7
(226,234,231)
#EEF1F1
(238,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76AB8D; }

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

This text font color is #76AB8D.


Background Color

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

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

This div background color is #76AB8D.


Border color

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

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

This div border color is #76AB8D.


Opacity

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

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

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

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

This text has shadow with #76AB8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AB8D on black background.


Color preview on white background

This text has color #76AB8D on white background.



Black color preview on #76AB8D background

This text has black color on #76AB8D background.


White color preview on #76AB8D background

This text has white color on #76AB8D background.