COLOR #88AB79

HEX: #88AB79
RGB: (136,171,121)

Renk bilgisi

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

RGB renk modeli

#88AB79 color RGB value is (136,171,121).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 171 of 255 = 67%
B 121 of 255 = 47%

136
171
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 171 + 121 = 428 (100%)
R 136 of 428 ~ 31.78%
G 171 of 428 ~ 39.95%
B 121 of 428 ~ 28.27%

%31.78
%39.95
%28.27

CMYK RENK MODELİ

#88AB79 rengi CMYK tonu (20,0,29,33).

  • camgöbeği tonu 20.47%
  • eflatun tonu 0.00%
  • sarı tonu 29.24%
  • ana renk tonu 32.94%
CMYK:
(20,0,29,33)
C20M0Y29K33 
(20%,0%,29%,33%)
(0.20/0.00/0.29/0.33)	

CMYK yüzdeleri

%20.47
%0
%29.24
%32.94

Codes

Color #88AB79 in popluar color models

88AB79
RGB136171121
HSL102°22.94%57.25%
HSB/HSV102°29.24%67.06%
CMYK20.47%0.00%29.24%
32.94%

Color #88AB79 in popluar number systems.

HEX88AB79
Decimal136171121
Binary10001000101010111111001
Octal210253171

Shades and tints

Shades of #88AB79

#88AB79
(136,171,121)
#7C9C6E
(124,156,110)
#708D63
(112,141,99)
#647E58
(100,126,88)
#586F4D
(88,111,77)
#4C6042
(76,96,66)
#405137
(64,81,55)
#34422C
(52,66,44)
#283321
(40,51,33)
#1C2416
(28,36,22)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #88AB79

#88AB79
(136,171,121)
#92B285
(146,178,133)
#9CB991
(156,185,145)
#A6C09D
(166,192,157)
#B0C7A9
(176,199,169)
#BACEB5
(186,206,181)
#C4D5C1
(196,213,193)
#CEDCCD
(206,220,205)
#D8E3D9
(216,227,217)
#E2EAE5
(226,234,229)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88AB79 color. Also use rgb(136,171,121) instead hex code.

Text Font Color

.myTextColor { color: #88AB79; }

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

This text font color is #88AB79.


Background Color

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

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

This div background color is #88AB79.


Border color

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

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

This div border color is #88AB79.


Opacity

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

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

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

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

This text has shadow with #88AB79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AB79 on black background.


Color preview on white background

This text has color #88AB79 on white background.



Black color preview on #88AB79 background

This text has black color on #88AB79 background.


White color preview on #88AB79 background

This text has white color on #88AB79 background.