COLOR #88D08F

HEX: #88D08F RGB: (136,208,143)

Color info

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

RGB color model

#88D08F color RGB value is (136,208,143).

RGB: (136,208,143) (53%, 82%, 56%)

RGB channels and saturation

R 136 of 255 = 53%
G 208 of 255 = 82%
B 143 of 255 = 56%

136
208
143

R + G + B ~ 64%. #88D08F is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 208 + 143 = 487 (100%)
R 136 of 487 ~ 27.93%
G 208 of 487 ~ 42.71%
B 143 of 487 ~ 29.36'%

%27.93
%42.71
%29.36

CMYK color model

#88D08F color CMYK value is (35,0,31,18).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 31.25%
  • key color value is 18.43%

CMYK: (35,0,31,18)
C35M0Y31K18 (35%, 0%, 31%, 18%)
(0.35 / 0.00 / 0.31 / 0.18)

CMYK percentages

%34.62
%0
%31.25
%18.43

Codes

Color #88D08F in popluar color models

88 D0 8F
RGB 136 208 143
HSL 126° 43.37% 67.45%
HSB/HSV 126° 34.62% 81.57%
CMYK 34.62% 0.00% 31.25%
18.43%

Color #88D08F in popluar number systems.

HEX 88 D0 8F
Decimal 136 208 143
Binary 10001000 11010000 10001111
Octal 210 320 217

Shades and tints

Shades of #88D08F

#88D08F
(136,208,143)
#7CBE82
(124,190,130)
#70AC75
(112,172,117)
#649A68
(100,154,104)
#58885B
(88,136,91)
#4C764E
(76,118,78)
#406441
(64,100,65)
#345234
(52,82,52)
#284027
(40,64,39)
#1C2E1A
(28,46,26)
#101C0D
(16,28,13)
#000000
(0,0,0)

Tints of #88D08F

#88D08F
(136,208,143)
#92D499
(146,212,153)
#9CD8A3
(156,216,163)
#A6DCAD
(166,220,173)
#B0E0B7
(176,224,183)
#BAE4C1
(186,228,193)
#C4E8CB
(196,232,203)
#CEECD5
(206,236,213)
#D8F0DF
(216,240,223)
#E2F4E9
(226,244,233)
#ECF8F3
(236,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88D08F color. Also use rgb(136,208,143) instead hex code.

Text Font Color

.myTextColor { color: #88D08F; }

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

This text font color is #88D08F.

Background Color

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

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

This div background color is #88D08F.

Border color

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

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

This div border color is #88D08F.

Opacity

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

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

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

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

This text has shadow with #88D08F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88D08F.

Preview

Color preview on black background

This text has color #88D08F on black background.


Color preview on white background

This text has color #88D08F on white background.


Black color preview on #88D08F background

This text has black color on #88D08F background.


White color preview on #88D08F background

This text has white color on #88D08F background.


Related colors

Complementary color

Complementary color for #hex is #772F70.


I love getcolorcode.com

Triadic colors

1 #8F88D0 and #D08F88 with #88D08F are triadic colors.

2 #8FD088 and #D0888F with #88D08F are triadic colors.