COLOR #88D175

HEX: #88D175 RGB: (136,209,117)

Color info

#88D175 contains mainly green color. Web safe color of #88D175 is #99CC66 (or #9C6).

RGB color model

#88D175 color RGB value is (136,209,117).

RGB: (136,209,117) (53%, 82%, 46%)

RGB channels and saturation

R 136 of 255 = 53%
G 209 of 255 = 82%
B 117 of 255 = 46%

136
209
117

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

Portions of RGB colors in percentages

R + G + B = 136 + 209 + 117 = 462 (100%)
R 136 of 462 ~ 29.44%
G 209 of 462 ~ 45.24%
B 117 of 462 ~ 25.32'%

%29.44
%45.24
%25.32

CMYK color model

#88D175 color CMYK value is (35,0,44,18).

  • cyan value is 34.93%
  • magenta value is 0.00%
  • yellow value is 44.02%
  • key color value is 18.04%

CMYK: (35,0,44,18)
C35M0Y44K18 (35%, 0%, 44%, 18%)
(0.35 / 0.00 / 0.44 / 0.18)

CMYK percentages

%34.93
%0
%44.02
%18.04

Codes

Color #88D175 in popluar color models

88 D1 75
RGB 136 209 117
HSL 108° 50.00% 63.92%
HSB/HSV 108° 44.02% 81.96%
CMYK 34.93% 0.00% 44.02%
18.04%

Color #88D175 in popluar number systems.

HEX 88 D1 75
Decimal 136 209 117
Binary 10001000 11010001 1110101
Octal 210 321 165

Shades and tints

Shades of #88D175

#88D175
(136,209,117)
#7CBE6B
(124,190,107)
#70AB61
(112,171,97)
#649857
(100,152,87)
#58854D
(88,133,77)
#4C7243
(76,114,67)
#405F39
(64,95,57)
#344C2F
(52,76,47)
#283925
(40,57,37)
#1C261B
(28,38,27)
#101311
(16,19,17)
#000000
(0,0,0)

Tints of #88D175

#88D175
(136,209,117)
#92D581
(146,213,129)
#9CD98D
(156,217,141)
#A6DD99
(166,221,153)
#B0E1A5
(176,225,165)
#BAE5B1
(186,229,177)
#C4E9BD
(196,233,189)
#CEEDC9
(206,237,201)
#D8F1D5
(216,241,213)
#E2F5E1
(226,245,225)
#ECF9ED
(236,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88D175; }

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

This text font color is #88D175.

Background Color

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

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

This div background color is #88D175.

Border color

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

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

This div border color is #88D175.

Opacity

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

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

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

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

This text has shadow with #88D175 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88D175.

Preview

Color preview on black background

This text has color #88D175 on black background.


Color preview on white background

This text has color #88D175 on white background.


Black color preview on #88D175 background

This text has black color on #88D175 background.


White color preview on #88D175 background

This text has white color on #88D175 background.


Related colors

Complementary color

Complementary color for #hex is #772E8A.


I love getcolorcode.com

Triadic colors

1 #7588D1 and #D17588 with #88D175 are triadic colors.

2 #75D188 and #D18875 with #88D175 are triadic colors.