COLOR #88D0A1

HEX: #88D0A1
RGB: (136,208,161)

Color info

#88D0A1 contains mainly green and blue colors. Web safe color of #88D0A1 is #99CC99 (or #9C9).

RGB color model

#88D0A1 color RGB value is (136,208,161).

  • red value is 136;
  • green value is 208;
  • blue value is 161.
RGB:
(136,208,161)
(53%,82%,63%)

RGB channels and saturation

R 136 of 255 = 53%
G 208 of 255 = 82%
B 161 of 255 = 63%

136
208
161

R + G + B ~ 66%. #88D0A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 208 + 161 = 505 (100%)
R 136 of 505 ~ 26.93%
G 208 of 505 ~ 41.19%
B 161 of 505 ~ 31.88%

%26.93
%41.19
%31.88

CMYK color model

#88D0A1 color CMYK value is (35,0,23,18).

  • cyan value is 34.62%
  • magenta value is 0.00%
  • yellow value is 22.60%
  • key color value is 18.43%
CMYK:
(35,0,23,18)
C35M0Y23K18 
(35%,0%,23%,18%)
(0.35/0.00/0.23/0.18)	

CMYK percentages

%34.62
%0
%22.6
%18.43

Codes

Color #88D0A1 in popluar color models

88D0A1
RGB136208161
HSL141°43.37%67.45%
HSB/HSV141°34.62%81.57%
CMYK34.62%0.00%22.60%
18.43%

Color #88D0A1 in popluar number systems.

HEX88D0A1
Decimal136208161
Binary100010001101000010100001
Octal210320241

Shades and tints

Shades of #88D0A1

#88D0A1
(136,208,161)
#7CBE93
(124,190,147)
#70AC85
(112,172,133)
#649A77
(100,154,119)
#588869
(88,136,105)
#4C765B
(76,118,91)
#40644D
(64,100,77)
#34523F
(52,82,63)
#284031
(40,64,49)
#1C2E23
(28,46,35)
#101C15
(16,28,21)
#000000
(0,0,0)

Tints of #88D0A1

#88D0A1
(136,208,161)
#92D4A9
(146,212,169)
#9CD8B1
(156,216,177)
#A6DCB9
(166,220,185)
#B0E0C1
(176,224,193)
#BAE4C9
(186,228,201)
#C4E8D1
(196,232,209)
#CEECD9
(206,236,217)
#D8F0E1
(216,240,225)
#E2F4E9
(226,244,233)
#ECF8F1
(236,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88D0A1; }

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

This text font color is #88D0A1.


Background Color

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

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

This div background color is #88D0A1.


Border color

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

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

This div border color is #88D0A1.


Opacity

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

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

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

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

This text has shadow with #88D0A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D0A1 on black background.


Color preview on white background

This text has color #88D0A1 on white background.



Black color preview on #88D0A1 background

This text has black color on #88D0A1 background.


White color preview on #88D0A1 background

This text has white color on #88D0A1 background.