COLOR #88B77D

HEX: #88B77D
RGB: (136,183,125)

Renk bilgisi

#88B77D contains red, green and blue colors in about the same proportion. #88B77D ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#88B77D color RGB value is (136,183,125).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 183 of 255 = 72%
B 125 of 255 = 49%

136
183
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 183 + 125 = 444 (100%)
R 136 of 444 ~ 30.63%
G 183 of 444 ~ 41.22%
B 125 of 444 ~ 28.15%

%30.63
%41.22
%28.15

CMYK RENK MODELİ

#88B77D rengi CMYK tonu (26,0,32,28).

  • camgöbeği tonu 25.68%
  • eflatun tonu 0.00%
  • sarı tonu 31.69%
  • ana renk tonu 28.24%
CMYK:
(26,0,32,28)
C26M0Y32K28 
(26%,0%,32%,28%)
(0.26/0.00/0.32/0.28)	

CMYK yüzdeleri

%25.68
%0
%31.69
%28.24

Codes

Color #88B77D in popluar color models

88B77D
RGB136183125
HSL109°28.71%60.39%
HSB/HSV109°31.69%71.76%
CMYK25.68%0.00%31.69%
28.24%

Color #88B77D in popluar number systems.

HEX88B77D
Decimal136183125
Binary10001000101101111111101
Octal210267175

Shades and tints

Shades of #88B77D

#88B77D
(136,183,125)
#7CA772
(124,167,114)
#709767
(112,151,103)
#64875C
(100,135,92)
#587751
(88,119,81)
#4C6746
(76,103,70)
#40573B
(64,87,59)
#344730
(52,71,48)
#283725
(40,55,37)
#1C271A
(28,39,26)
#10170F
(16,23,15)
#000000
(0,0,0)

Tints of #88B77D

#88B77D
(136,183,125)
#92BD88
(146,189,136)
#9CC393
(156,195,147)
#A6C99E
(166,201,158)
#B0CFA9
(176,207,169)
#BAD5B4
(186,213,180)
#C4DBBF
(196,219,191)
#CEE1CA
(206,225,202)
#D8E7D5
(216,231,213)
#E2EDE0
(226,237,224)
#ECF3EB
(236,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B77D; }

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

This text font color is #88B77D.


Background Color

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

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

This div background color is #88B77D.


Border color

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

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

This div border color is #88B77D.


Opacity

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

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

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

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

This text has shadow with #88B77D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B77D on black background.


Color preview on white background

This text has color #88B77D on white background.



Black color preview on #88B77D background

This text has black color on #88B77D background.


White color preview on #88B77D background

This text has white color on #88B77D background.