COLOR #88AC77

HEX: #88AC77
RGB: (136,172,119)

Renk bilgisi

#88AC77 contains red, green and blue colors in about the same proportion. #88AC77 ‘ nin web güvenlik rengi #999966 (ya da #996) dir.

RGB renk modeli

#88AC77 color RGB value is (136,172,119).

  • kırmız ton 136;
  • yeşil ton 172;
  • mavi ton 119.
RGB:
(136,172,119)
(53%,67%,47%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 172 of 255 = 67%
B 119 of 255 = 47%

136
172
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 172 + 119 = 427 (100%)
R 136 of 427 ~ 31.85%
G 172 of 427 ~ 40.28%
B 119 of 427 ~ 27.87%

%31.85
%40.28
%27.87

CMYK RENK MODELİ

#88AC77 rengi CMYK tonu (21,0,31,33).

  • camgöbeği tonu 20.93%
  • eflatun tonu 0.00%
  • sarı tonu 30.81%
  • ana renk tonu 32.55%
CMYK:
(21,0,31,33)
C21M0Y31K33 
(21%,0%,31%,33%)
(0.21/0.00/0.31/0.33)	

CMYK yüzdeleri

%20.93
%0
%30.81
%32.55

Codes

Color #88AC77 in popluar color models

88AC77
RGB136172119
HSL101°24.20%57.06%
HSB/HSV101°30.81%67.45%
CMYK20.93%0.00%30.81%
32.55%

Color #88AC77 in popluar number systems.

HEX88AC77
Decimal136172119
Binary10001000101011001110111
Octal210254167

Shades and tints

Shades of #88AC77

#88AC77
(136,172,119)
#7C9D6D
(124,157,109)
#708E63
(112,142,99)
#647F59
(100,127,89)
#58704F
(88,112,79)
#4C6145
(76,97,69)
#40523B
(64,82,59)
#344331
(52,67,49)
#283427
(40,52,39)
#1C251D
(28,37,29)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #88AC77

#88AC77
(136,172,119)
#92B383
(146,179,131)
#9CBA8F
(156,186,143)
#A6C19B
(166,193,155)
#B0C8A7
(176,200,167)
#BACFB3
(186,207,179)
#C4D6BF
(196,214,191)
#CEDDCB
(206,221,203)
#D8E4D7
(216,228,215)
#E2EBE3
(226,235,227)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88AC77 color. Also use rgb(136,172,119) instead hex code.

Text Font Color

.myTextColor { color: #88AC77; }

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

This text font color is #88AC77.


Background Color

.myBgColor { background-color: #88AC77; }

<div style="background-color:#88AC77">Inner text</div>

This div background color is #88AC77.


Border color

.myBorderColor { border: 1px solid #88AC77; }

<div style="border:3px solid #88AC77">Div</div>

This div border color is #88AC77.


Opacity

.myOpacity80 { color: #88AC77; opacity: 0.8; }

<p style="color:#88AC77;opacity:0.8;">80%</p>

Text with #88AC77 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 #88AC77;}

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

This text has shadow with #88AC77 color.

.textShadow {text-shadow: 3px 3px 1px #88AC77, 3px 3px 1px red;}

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

This text has shadow with #88AC77 primary color and red secondary color.


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

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

This text has shadow with #88AC77 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AC77 on black background.


Color preview on white background

This text has color #88AC77 on white background.



Black color preview on #88AC77 background

This text has black color on #88AC77 background.


White color preview on #88AC77 background

This text has white color on #88AC77 background.