COLOR #88D2AC

HEX: #88D2AC
RGB: (136,210,172)

Color info

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

RGB color model

#88D2AC color RGB value is (136,210,172).

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

RGB channels and saturation

R 136 of 255 = 53%
G 210 of 255 = 82%
B 172 of 255 = 67%

136
210
172

R + G + B ~ 67%. #88D2AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 210 + 172 = 518 (100%)
R 136 of 518 ~ 26.25%
G 210 of 518 ~ 40.54%
B 172 of 518 ~ 33.2%

%26.25
%40.54
%33.2

CMYK color model

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

  • cyan value is 35.24%
  • magenta value is 0.00%
  • yellow value is 18.10%
  • key color value is 17.65%
CMYK:
(35,0,18,18)
C35M0Y18K18 
(35%,0%,18%,18%)
(0.35/0.00/0.18/0.18)	

CMYK percentages

%35.24
%0
%18.1
%17.65

Codes

Color #88D2AC in popluar color models

88D2AC
RGB136210172
HSL149°45.12%67.84%
HSB/HSV149°35.24%82.35%
CMYK35.24%0.00%18.10%
17.65%

Color #88D2AC in popluar number systems.

HEX88D2AC
Decimal136210172
Binary100010001101001010101100
Octal210322254

Shades and tints

Shades of #88D2AC

#88D2AC
(136,210,172)
#7CBF9D
(124,191,157)
#70AC8E
(112,172,142)
#64997F
(100,153,127)
#588670
(88,134,112)
#4C7361
(76,115,97)
#406052
(64,96,82)
#344D43
(52,77,67)
#283A34
(40,58,52)
#1C2725
(28,39,37)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #88D2AC

#88D2AC
(136,210,172)
#92D6B3
(146,214,179)
#9CDABA
(156,218,186)
#A6DEC1
(166,222,193)
#B0E2C8
(176,226,200)
#BAE6CF
(186,230,207)
#C4EAD6
(196,234,214)
#CEEEDD
(206,238,221)
#D8F2E4
(216,242,228)
#E2F6EB
(226,246,235)
#ECFAF2
(236,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88D2AC; }

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

This text font color is #88D2AC.


Background Color

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

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

This div background color is #88D2AC.


Border color

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

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

This div border color is #88D2AC.


Opacity

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

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

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

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

This text has shadow with #88D2AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D2AC on black background.


Color preview on white background

This text has color #88D2AC on white background.



Black color preview on #88D2AC background

This text has black color on #88D2AC background.


White color preview on #88D2AC background

This text has white color on #88D2AC background.