COLOR #88C8AC

HEX: #88C8AC
RGB: (136,200,172)

Color info

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

RGB color model

#88C8AC color RGB value is (136,200,172).

  • red value is 136;
  • green value is 200;
  • blue value is 172.
RGB:
(136,200,172)
(53%,78%,67%)

RGB channels and saturation

R 136 of 255 = 53%
G 200 of 255 = 78%
B 172 of 255 = 67%

136
200
172

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

Portions of RGB colors in percentages

R + G + B =
136 + 200 + 172 = 508 (100%)
R 136 of 508 ~ 26.77%
G 200 of 508 ~ 39.37%
B 172 of 508 ~ 33.86%

%26.77
%39.37
%33.86

CMYK color model

#88C8AC color CMYK value is (32,0,14,22).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 14.00%
  • key color value is 21.57%
CMYK:
(32,0,14,22)
C32M0Y14K22 
(32%,0%,14%,22%)
(0.32/0.00/0.14/0.22)	

CMYK percentages

%32
%0
%14
%21.57

Codes

Color #88C8AC in popluar color models

88C8AC
RGB136200172
HSL154°36.78%65.88%
HSB/HSV154°32.00%78.43%
CMYK32.00%0.00%14.00%
21.57%

Color #88C8AC in popluar number systems.

HEX88C8AC
Decimal136200172
Binary100010001100100010101100
Octal210310254

Shades and tints

Shades of #88C8AC

#88C8AC
(136,200,172)
#7CB69D
(124,182,157)
#70A48E
(112,164,142)
#64927F
(100,146,127)
#588070
(88,128,112)
#4C6E61
(76,110,97)
#405C52
(64,92,82)
#344A43
(52,74,67)
#283834
(40,56,52)
#1C2625
(28,38,37)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #88C8AC

#88C8AC
(136,200,172)
#92CDB3
(146,205,179)
#9CD2BA
(156,210,186)
#A6D7C1
(166,215,193)
#B0DCC8
(176,220,200)
#BAE1CF
(186,225,207)
#C4E6D6
(196,230,214)
#CEEBDD
(206,235,221)
#D8F0E4
(216,240,228)
#E2F5EB
(226,245,235)
#ECFAF2
(236,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C8AC color. Also use rgb(136,200,172) instead hex code.

Text Font Color

.myTextColor { color: #88C8AC; }

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

This text font color is #88C8AC.


Background Color

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

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

This div background color is #88C8AC.


Border color

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

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

This div border color is #88C8AC.


Opacity

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

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

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

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

This text has shadow with #88C8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C8AC on black background.


Color preview on white background

This text has color #88C8AC on white background.



Black color preview on #88C8AC background

This text has black color on #88C8AC background.


White color preview on #88C8AC background

This text has white color on #88C8AC background.