COLOR #88AD78

HEX: #88AD78
RGB: (136,173,120)

Renk bilgisi

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

RGB renk modeli

#88AD78 color RGB value is (136,173,120).

  • kırmız ton 136;
  • yeşil ton 173;
  • mavi ton 120.
RGB:
(136,173,120)
(53%,68%,47%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 173 of 255 = 68%
B 120 of 255 = 47%

136
173
120

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 173 + 120 = 429 (100%)
R 136 of 429 ~ 31.7%
G 173 of 429 ~ 40.33%
B 120 of 429 ~ 27.97%

%31.7
%40.33
%27.97

CMYK RENK MODELİ

#88AD78 rengi CMYK tonu (21,0,31,32).

  • camgöbeği tonu 21.39%
  • eflatun tonu 0.00%
  • sarı tonu 30.64%
  • ana renk tonu 32.16%
CMYK:
(21,0,31,32)
C21M0Y31K32 
(21%,0%,31%,32%)
(0.21/0.00/0.31/0.32)	

CMYK yüzdeleri

%21.39
%0
%30.64
%32.16

Codes

Color #88AD78 in popluar color models

88AD78
RGB136173120
HSL102°24.42%57.45%
HSB/HSV102°30.64%67.84%
CMYK21.39%0.00%30.64%
32.16%

Color #88AD78 in popluar number systems.

HEX88AD78
Decimal136173120
Binary10001000101011011111000
Octal210255170

Shades and tints

Shades of #88AD78

#88AD78
(136,173,120)
#7C9E6E
(124,158,110)
#708F64
(112,143,100)
#64805A
(100,128,90)
#587150
(88,113,80)
#4C6246
(76,98,70)
#40533C
(64,83,60)
#344432
(52,68,50)
#283528
(40,53,40)
#1C261E
(28,38,30)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #88AD78

#88AD78
(136,173,120)
#92B484
(146,180,132)
#9CBB90
(156,187,144)
#A6C29C
(166,194,156)
#B0C9A8
(176,201,168)
#BAD0B4
(186,208,180)
#C4D7C0
(196,215,192)
#CEDECC
(206,222,204)
#D8E5D8
(216,229,216)
#E2ECE4
(226,236,228)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88AD78 color. Also use rgb(136,173,120) instead hex code.

Text Font Color

.myTextColor { color: #88AD78; }

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

This text font color is #88AD78.


Background Color

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

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

This div background color is #88AD78.


Border color

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

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

This div border color is #88AD78.


Opacity

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

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

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

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

This text has shadow with #88AD78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88AD78 on black background.


Color preview on white background

This text has color #88AD78 on white background.



Black color preview on #88AD78 background

This text has black color on #88AD78 background.


White color preview on #88AD78 background

This text has white color on #88AD78 background.