COLOR #88DB73

HEX: #88DB73
RGB: (136,219,115)

Renk bilgisi

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

RGB renk modeli

#88DB73 color RGB value is (136,219,115).

  • kırmız ton 136;
  • yeşil ton 219;
  • mavi ton 115.
RGB:
(136,219,115)
(53%,86%,45%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 219 of 255 = 86%
B 115 of 255 = 45%

136
219
115

R + G + B ~ 61%. #88DB73 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 219 + 115 = 470 (100%)
R 136 of 470 ~ 28.94%
G 219 of 470 ~ 46.6%
B 115 of 470 ~ 24.47%

%28.94
%46.6
%24.47

CMYK RENK MODELİ

#88DB73 rengi CMYK tonu (38,0,47,14).

  • camgöbeği tonu 37.90%
  • eflatun tonu 0.00%
  • sarı tonu 47.49%
  • ana renk tonu 14.12%
CMYK:
(38,0,47,14)
C38M0Y47K14 
(38%,0%,47%,14%)
(0.38/0.00/0.47/0.14)	

CMYK yüzdeleri

%37.9
%0
%47.49
%14.12

Codes

Color #88DB73 in popluar color models

88DB73
RGB136219115
HSL108°59.09%65.49%
HSB/HSV108°47.49%85.88%
CMYK37.90%0.00%47.49%
14.12%

Color #88DB73 in popluar number systems.

HEX88DB73
Decimal136219115
Binary10001000110110111110011
Octal210333163

Shades and tints

Shades of #88DB73

#88DB73
(136,219,115)
#7CC869
(124,200,105)
#70B55F
(112,181,95)
#64A255
(100,162,85)
#588F4B
(88,143,75)
#4C7C41
(76,124,65)
#406937
(64,105,55)
#34562D
(52,86,45)
#284323
(40,67,35)
#1C3019
(28,48,25)
#101D0F
(16,29,15)
#000000
(0,0,0)

Tints of #88DB73

#88DB73
(136,219,115)
#92DE7F
(146,222,127)
#9CE18B
(156,225,139)
#A6E497
(166,228,151)
#B0E7A3
(176,231,163)
#BAEAAF
(186,234,175)
#C4EDBB
(196,237,187)
#CEF0C7
(206,240,199)
#D8F3D3
(216,243,211)
#E2F6DF
(226,246,223)
#ECF9EB
(236,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88DB73 color. Also use rgb(136,219,115) instead hex code.

Text Font Color

.myTextColor { color: #88DB73; }

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

This text font color is #88DB73.


Background Color

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

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

This div background color is #88DB73.


Border color

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

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

This div border color is #88DB73.


Opacity

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

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

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

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

This text has shadow with #88DB73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88DB73 on black background.


Color preview on white background

This text has color #88DB73 on white background.



Black color preview on #88DB73 background

This text has black color on #88DB73 background.


White color preview on #88DB73 background

This text has white color on #88DB73 background.