COLOR #88C77D

HEX: #88C77D
RGB: (136,199,125)

Renk bilgisi

#88C77D contains mainly green color. #88C77D ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#88C77D color RGB value is (136,199,125).

  • kırmız ton 136;
  • yeşil ton 199;
  • mavi ton 125.
RGB:
(136,199,125)
(53%,78%,49%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 199 of 255 = 78%
B 125 of 255 = 49%

136
199
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 199 + 125 = 460 (100%)
R 136 of 460 ~ 29.57%
G 199 of 460 ~ 43.26%
B 125 of 460 ~ 27.17%

%29.57
%43.26
%27.17

CMYK RENK MODELİ

#88C77D rengi CMYK tonu (32,0,37,22).

  • camgöbeği tonu 31.66%
  • eflatun tonu 0.00%
  • sarı tonu 37.19%
  • ana renk tonu 21.96%
CMYK:
(32,0,37,22)
C32M0Y37K22 
(32%,0%,37%,22%)
(0.32/0.00/0.37/0.22)	

CMYK yüzdeleri

%31.66
%0
%37.19
%21.96

Codes

Color #88C77D in popluar color models

88C77D
RGB136199125
HSL111°39.78%63.53%
HSB/HSV111°37.19%78.04%
CMYK31.66%0.00%37.19%
21.96%

Color #88C77D in popluar number systems.

HEX88C77D
Decimal136199125
Binary10001000110001111111101
Octal210307175

Shades and tints

Shades of #88C77D

#88C77D
(136,199,125)
#7CB572
(124,181,114)
#70A367
(112,163,103)
#64915C
(100,145,92)
#587F51
(88,127,81)
#4C6D46
(76,109,70)
#405B3B
(64,91,59)
#344930
(52,73,48)
#283725
(40,55,37)
#1C251A
(28,37,26)
#10130F
(16,19,15)
#000000
(0,0,0)

Tints of #88C77D

#88C77D
(136,199,125)
#92CC88
(146,204,136)
#9CD193
(156,209,147)
#A6D69E
(166,214,158)
#B0DBA9
(176,219,169)
#BAE0B4
(186,224,180)
#C4E5BF
(196,229,191)
#CEEACA
(206,234,202)
#D8EFD5
(216,239,213)
#E2F4E0
(226,244,224)
#ECF9EB
(236,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C77D color. Also use rgb(136,199,125) instead hex code.

Text Font Color

.myTextColor { color: #88C77D; }

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

This text font color is #88C77D.


Background Color

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

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

This div background color is #88C77D.


Border color

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

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

This div border color is #88C77D.


Opacity

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

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

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

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

This text has shadow with #88C77D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C77D on black background.


Color preview on white background

This text has color #88C77D on white background.



Black color preview on #88C77D background

This text has black color on #88C77D background.


White color preview on #88C77D background

This text has white color on #88C77D background.