COLOR #88D185

HEX: #88D185
RGB: (136,209,133)

Color info

#88D185 contains mainly green color. Web safe color of #88D185 is #99CC99 (or #9C9).

RGB color model

#88D185 color RGB value is (136,209,133).

  • red value is 136;
  • green value is 209;
  • blue value is 133.
RGB:
(136,209,133)
(53%,82%,52%)

RGB channels and saturation

R 136 of 255 = 53%
G 209 of 255 = 82%
B 133 of 255 = 52%

136
209
133

R + G + B ~ 62%. #88D185 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 209 + 133 = 478 (100%)
R 136 of 478 ~ 28.45%
G 209 of 478 ~ 43.72%
B 133 of 478 ~ 27.82%

%28.45
%43.72
%27.82

CMYK color model

#88D185 color CMYK value is (35,0,36,18).

  • cyan value is 34.93%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 18.04%
CMYK:
(35,0,36,18)
C35M0Y36K18 
(35%,0%,36%,18%)
(0.35/0.00/0.36/0.18)	

CMYK percentages

%34.93
%0
%36.36
%18.04

Codes

Color #88D185 in popluar color models

88D185
RGB136209133
HSL118°45.24%67.06%
HSB/HSV118°36.36%81.96%
CMYK34.93%0.00%36.36%
18.04%

Color #88D185 in popluar number systems.

HEX88D185
Decimal136209133
Binary100010001101000110000101
Octal210321205

Shades and tints

Shades of #88D185

#88D185
(136,209,133)
#7CBE79
(124,190,121)
#70AB6D
(112,171,109)
#649861
(100,152,97)
#588555
(88,133,85)
#4C7249
(76,114,73)
#405F3D
(64,95,61)
#344C31
(52,76,49)
#283925
(40,57,37)
#1C2619
(28,38,25)
#10130D
(16,19,13)
#000000
(0,0,0)

Tints of #88D185

#88D185
(136,209,133)
#92D590
(146,213,144)
#9CD99B
(156,217,155)
#A6DDA6
(166,221,166)
#B0E1B1
(176,225,177)
#BAE5BC
(186,229,188)
#C4E9C7
(196,233,199)
#CEEDD2
(206,237,210)
#D8F1DD
(216,241,221)
#E2F5E8
(226,245,232)
#ECF9F3
(236,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88D185 color. Also use rgb(136,209,133) instead hex code.

Text Font Color

.myTextColor { color: #88D185; }

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

This text font color is #88D185.


Background Color

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

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

This div background color is #88D185.


Border color

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

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

This div border color is #88D185.


Opacity

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

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

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

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

This text has shadow with #88D185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D185 on black background.


Color preview on white background

This text has color #88D185 on white background.



Black color preview on #88D185 background

This text has black color on #88D185 background.


White color preview on #88D185 background

This text has white color on #88D185 background.