COLOR #88CA9F

HEX: #88CA9F RGB: (136,202,159)

Color info

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

RGB color model

#88CA9F color RGB value is (136,202,159).

RGB: (136,202,159) (53%, 79%, 62%)

RGB channels and saturation

R 136 of 255 = 53%
G 202 of 255 = 79%
B 159 of 255 = 62%

136
202
159

R + G + B ~ 65%. #88CA9F is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 202 + 159 = 497 (100%)
R 136 of 497 ~ 27.36%
G 202 of 497 ~ 40.64%
B 159 of 497 ~ 31.99'%

%27.36
%40.64
%31.99

CMYK color model

#88CA9F color CMYK value is (33,0,21,21).

  • cyan value is 32.67%
  • magenta value is 0.00%
  • yellow value is 21.29%
  • key color value is 20.78%

CMYK: (33,0,21,21)
C33M0Y21K21 (33%, 0%, 21%, 21%)
(0.33 / 0.00 / 0.21 / 0.21)

CMYK percentages

%32.67
%0
%21.29
%20.78

Codes

Color #88CA9F in popluar color models

88 CA 9F
RGB 136 202 159
HSL 141° 38.37% 66.27%
HSB/HSV 141° 32.67% 79.22%
CMYK 32.67% 0.00% 21.29%
20.78%

Color #88CA9F in popluar number systems.

HEX 88 CA 9F
Decimal 136 202 159
Binary 10001000 11001010 10011111
Octal 210 312 237

Shades and tints

Shades of #88CA9F

#88CA9F
(136,202,159)
#7CB891
(124,184,145)
#70A683
(112,166,131)
#649475
(100,148,117)
#588267
(88,130,103)
#4C7059
(76,112,89)
#405E4B
(64,94,75)
#344C3D
(52,76,61)
#283A2F
(40,58,47)
#1C2821
(28,40,33)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #88CA9F

#88CA9F
(136,202,159)
#92CEA7
(146,206,167)
#9CD2AF
(156,210,175)
#A6D6B7
(166,214,183)
#B0DABF
(176,218,191)
#BADEC7
(186,222,199)
#C4E2CF
(196,226,207)
#CEE6D7
(206,230,215)
#D8EADF
(216,234,223)
#E2EEE7
(226,238,231)
#ECF2EF
(236,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88CA9F color. Also use rgb(136,202,159) instead hex code.

Text Font Color

.myTextColor { color: #88CA9F; }

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

This text font color is #88CA9F.

Background Color

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

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

This div background color is #88CA9F.

Border color

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

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

This div border color is #88CA9F.

Opacity

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

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

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

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

This text has shadow with #88CA9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88CA9F.

Preview

Color preview on black background

This text has color #88CA9F on black background.


Color preview on white background

This text has color #88CA9F on white background.


Black color preview on #88CA9F background

This text has black color on #88CA9F background.


White color preview on #88CA9F background

This text has white color on #88CA9F background.


Related colors

Complementary color

Complementary color for #hex is #773560.


I love getcolorcode.com

Triadic colors

1 #9F88CA and #CA9F88 with #88CA9F are triadic colors.

2 #9FCA88 and #CA889F with #88CA9F are triadic colors.