COLOR #88D384

HEX: #88D384
RGB: (136,211,132)

Renk bilgisi

#88D384 contains mainly green color. #88D384 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#88D384 color RGB value is (136,211,132).

  • kırmız ton 136;
  • yeşil ton 211;
  • mavi ton 132.
RGB:
(136,211,132)
(53%,83%,52%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 211 of 255 = 83%
B 132 of 255 = 52%

136
211
132

R + G + B ~ 63%. #88D384 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 211 + 132 = 479 (100%)
R 136 of 479 ~ 28.39%
G 211 of 479 ~ 44.05%
B 132 of 479 ~ 27.56%

%28.39
%44.05
%27.56

CMYK RENK MODELİ

#88D384 rengi CMYK tonu (36,0,37,17).

  • camgöbeği tonu 35.55%
  • eflatun tonu 0.00%
  • sarı tonu 37.44%
  • ana renk tonu 17.25%
CMYK:
(36,0,37,17)
C36M0Y37K17 
(36%,0%,37%,17%)
(0.36/0.00/0.37/0.17)	

CMYK yüzdeleri

%35.55
%0
%37.44
%17.25

Codes

Color #88D384 in popluar color models

88D384
RGB136211132
HSL117°47.31%67.25%
HSB/HSV117°37.44%82.75%
CMYK35.55%0.00%37.44%
17.25%

Color #88D384 in popluar number systems.

HEX88D384
Decimal136211132
Binary100010001101001110000100
Octal210323204

Shades and tints

Shades of #88D384

#88D384
(136,211,132)
#7CC078
(124,192,120)
#70AD6C
(112,173,108)
#649A60
(100,154,96)
#588754
(88,135,84)
#4C7448
(76,116,72)
#40613C
(64,97,60)
#344E30
(52,78,48)
#283B24
(40,59,36)
#1C2818
(28,40,24)
#10150C
(16,21,12)
#000000
(0,0,0)

Tints of #88D384

#88D384
(136,211,132)
#92D78F
(146,215,143)
#9CDB9A
(156,219,154)
#A6DFA5
(166,223,165)
#B0E3B0
(176,227,176)
#BAE7BB
(186,231,187)
#C4EBC6
(196,235,198)
#CEEFD1
(206,239,209)
#D8F3DC
(216,243,220)
#E2F7E7
(226,247,231)
#ECFBF2
(236,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88D384 color. Also use rgb(136,211,132) instead hex code.

Text Font Color

.myTextColor { color: #88D384; }

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

This text font color is #88D384.


Background Color

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

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

This div background color is #88D384.


Border color

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

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

This div border color is #88D384.


Opacity

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

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

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

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

This text has shadow with #88D384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D384 on black background.


Color preview on white background

This text has color #88D384 on white background.



Black color preview on #88D384 background

This text has black color on #88D384 background.


White color preview on #88D384 background

This text has white color on #88D384 background.