COLOR #76B09D

HEX: #76B09D
RGB: (118,176,157)

Renk bilgisi

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

RGB renk modeli

#76B09D color RGB value is (118,176,157).

  • kırmız ton 118;
  • yeşil ton 176;
  • mavi ton 157.
RGB:
(118,176,157)
(46%,69%,62%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 176 of 255 = 69%
B 157 of 255 = 62%

118
176
157

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 176 + 157 = 451 (100%)
R 118 of 451 ~ 26.16%
G 176 of 451 ~ 39.02%
B 157 of 451 ~ 34.81%

%26.16
%39.02
%34.81

CMYK RENK MODELİ

#76B09D rengi CMYK tonu (33,0,11,31).

  • camgöbeği tonu 32.95%
  • eflatun tonu 0.00%
  • sarı tonu 10.80%
  • ana renk tonu 30.98%
CMYK:
(33,0,11,31)
C33M0Y11K31 
(33%,0%,11%,31%)
(0.33/0.00/0.11/0.31)	

CMYK yüzdeleri

%32.95
%0
%10.8
%30.98

Codes

Color #76B09D in popluar color models

76B09D
RGB118176157
HSL160°26.85%57.65%
HSB/HSV160°32.95%69.02%
CMYK32.95%0.00%10.80%
30.98%

Color #76B09D in popluar number systems.

HEX76B09D
Decimal118176157
Binary11101101011000010011101
Octal166260235

Shades and tints

Shades of #76B09D

#76B09D
(118,176,157)
#6CA08F
(108,160,143)
#629081
(98,144,129)
#588073
(88,128,115)
#4E7065
(78,112,101)
#446057
(68,96,87)
#3A5049
(58,80,73)
#30403B
(48,64,59)
#26302D
(38,48,45)
#1C201F
(28,32,31)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #76B09D

#76B09D
(118,176,157)
#82B7A5
(130,183,165)
#8EBEAD
(142,190,173)
#9AC5B5
(154,197,181)
#A6CCBD
(166,204,189)
#B2D3C5
(178,211,197)
#BEDACD
(190,218,205)
#CAE1D5
(202,225,213)
#D6E8DD
(214,232,221)
#E2EFE5
(226,239,229)
#EEF6ED
(238,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76B09D; }

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

This text font color is #76B09D.


Background Color

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

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

This div background color is #76B09D.


Border color

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

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

This div border color is #76B09D.


Opacity

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

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

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

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

This text has shadow with #76B09D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76B09D on black background.


Color preview on white background

This text has color #76B09D on white background.



Black color preview on #76B09D background

This text has black color on #76B09D background.


White color preview on #76B09D background

This text has white color on #76B09D background.