COLOR #88C5AA

HEX: #88C5AA
RGB: (136,197,170)

Color info

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

RGB color model

#88C5AA color RGB value is (136,197,170).

  • red value is 136;
  • green value is 197;
  • blue value is 170.
RGB:
(136,197,170)
(53%,77%,67%)

RGB channels and saturation

R 136 of 255 = 53%
G 197 of 255 = 77%
B 170 of 255 = 67%

136
197
170

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

Portions of RGB colors in percentages

R + G + B =
136 + 197 + 170 = 503 (100%)
R 136 of 503 ~ 27.04%
G 197 of 503 ~ 39.17%
B 170 of 503 ~ 33.8%

%27.04
%39.17
%33.8

CMYK color model

#88C5AA color CMYK value is (31,0,14,23).

  • cyan value is 30.96%
  • magenta value is 0.00%
  • yellow value is 13.71%
  • key color value is 22.75%
CMYK:
(31,0,14,23)
C31M0Y14K23 
(31%,0%,14%,23%)
(0.31/0.00/0.14/0.23)	

CMYK percentages

%30.96
%0
%13.71
%22.75

Codes

Color #88C5AA in popluar color models

88C5AA
RGB136197170
HSL153°34.46%65.29%
HSB/HSV153°30.96%77.25%
CMYK30.96%0.00%13.71%
22.75%

Color #88C5AA in popluar number systems.

HEX88C5AA
Decimal136197170
Binary100010001100010110101010
Octal210305252

Shades and tints

Shades of #88C5AA

#88C5AA
(136,197,170)
#7CB49B
(124,180,155)
#70A38C
(112,163,140)
#64927D
(100,146,125)
#58816E
(88,129,110)
#4C705F
(76,112,95)
#405F50
(64,95,80)
#344E41
(52,78,65)
#283D32
(40,61,50)
#1C2C23
(28,44,35)
#101B14
(16,27,20)
#000000
(0,0,0)

Tints of #88C5AA

#88C5AA
(136,197,170)
#92CAB1
(146,202,177)
#9CCFB8
(156,207,184)
#A6D4BF
(166,212,191)
#B0D9C6
(176,217,198)
#BADECD
(186,222,205)
#C4E3D4
(196,227,212)
#CEE8DB
(206,232,219)
#D8EDE2
(216,237,226)
#E2F2E9
(226,242,233)
#ECF7F0
(236,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C5AA color. Also use rgb(136,197,170) instead hex code.

Text Font Color

.myTextColor { color: #88C5AA; }

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

This text font color is #88C5AA.


Background Color

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

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

This div background color is #88C5AA.


Border color

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

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

This div border color is #88C5AA.


Opacity

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

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

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

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

This text has shadow with #88C5AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C5AA on black background.


Color preview on white background

This text has color #88C5AA on white background.



Black color preview on #88C5AA background

This text has black color on #88C5AA background.


White color preview on #88C5AA background

This text has white color on #88C5AA background.