COLOR #76AE8D

HEX: #76AE8D
RGB: (118,174,141)

Renk bilgisi

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

RGB renk modeli

#76AE8D color RGB value is (118,174,141).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 174 of 255 = 68%
B 141 of 255 = 55%

118
174
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 174 + 141 = 433 (100%)
R 118 of 433 ~ 27.25%
G 174 of 433 ~ 40.18%
B 141 of 433 ~ 32.56%

%27.25
%40.18
%32.56

CMYK RENK MODELİ

#76AE8D rengi CMYK tonu (32,0,19,32).

  • camgöbeği tonu 32.18%
  • eflatun tonu 0.00%
  • sarı tonu 18.97%
  • ana renk tonu 31.76%
CMYK:
(32,0,19,32)
C32M0Y19K32 
(32%,0%,19%,32%)
(0.32/0.00/0.19/0.32)	

CMYK yüzdeleri

%32.18
%0
%18.97
%31.76

Codes

Color #76AE8D in popluar color models

76AE8D
RGB118174141
HSL145°25.69%57.25%
HSB/HSV145°32.18%68.24%
CMYK32.18%0.00%18.97%
31.76%

Color #76AE8D in popluar number systems.

HEX76AE8D
Decimal118174141
Binary11101101010111010001101
Octal166256215

Shades and tints

Shades of #76AE8D

#76AE8D
(118,174,141)
#6C9F81
(108,159,129)
#629075
(98,144,117)
#588169
(88,129,105)
#4E725D
(78,114,93)
#446351
(68,99,81)
#3A5445
(58,84,69)
#304539
(48,69,57)
#26362D
(38,54,45)
#1C2721
(28,39,33)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #76AE8D

#76AE8D
(118,174,141)
#82B597
(130,181,151)
#8EBCA1
(142,188,161)
#9AC3AB
(154,195,171)
#A6CAB5
(166,202,181)
#B2D1BF
(178,209,191)
#BED8C9
(190,216,201)
#CADFD3
(202,223,211)
#D6E6DD
(214,230,221)
#E2EDE7
(226,237,231)
#EEF4F1
(238,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76AE8D; }

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

This text font color is #76AE8D.


Background Color

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

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

This div background color is #76AE8D.


Border color

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

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

This div border color is #76AE8D.


Opacity

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

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

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

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

This text has shadow with #76AE8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76AE8D on black background.


Color preview on white background

This text has color #76AE8D on white background.



Black color preview on #76AE8D background

This text has black color on #76AE8D background.


White color preview on #76AE8D background

This text has white color on #76AE8D background.