COLOR #88D6B7

HEX: #88D6B7
RGB: (136,214,183)

Color info

#88D6B7 contains mainly green and blue colors. Web safe color of #88D6B7 is #99CCCC (or #9CC).

RGB color model

#88D6B7 color RGB value is (136,214,183).

  • red value is 136;
  • green value is 214;
  • blue value is 183.
RGB:
(136,214,183)
(53%,84%,72%)

RGB channels and saturation

R 136 of 255 = 53%
G 214 of 255 = 84%
B 183 of 255 = 72%

136
214
183

R + G + B ~ 70%. #88D6B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 214 + 183 = 533 (100%)
R 136 of 533 ~ 25.52%
G 214 of 533 ~ 40.15%
B 183 of 533 ~ 34.33%

%25.52
%40.15
%34.33

CMYK color model

#88D6B7 color CMYK value is (36,0,14,16).

  • cyan value is 36.45%
  • magenta value is 0.00%
  • yellow value is 14.49%
  • key color value is 16.08%
CMYK:
(36,0,14,16)
C36M0Y14K16 
(36%,0%,14%,16%)
(0.36/0.00/0.14/0.16)	

CMYK percentages

%36.45
%0
%14.49
%16.08

Codes

Color #88D6B7 in popluar color models

88D6B7
RGB136214183
HSL156°48.75%68.63%
HSB/HSV156°36.45%83.92%
CMYK36.45%0.00%14.49%
16.08%

Color #88D6B7 in popluar number systems.

HEX88D6B7
Decimal136214183
Binary100010001101011010110111
Octal210326267

Shades and tints

Shades of #88D6B7

#88D6B7
(136,214,183)
#7CC3A7
(124,195,167)
#70B097
(112,176,151)
#649D87
(100,157,135)
#588A77
(88,138,119)
#4C7767
(76,119,103)
#406457
(64,100,87)
#345147
(52,81,71)
#283E37
(40,62,55)
#1C2B27
(28,43,39)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #88D6B7

#88D6B7
(136,214,183)
#92D9BD
(146,217,189)
#9CDCC3
(156,220,195)
#A6DFC9
(166,223,201)
#B0E2CF
(176,226,207)
#BAE5D5
(186,229,213)
#C4E8DB
(196,232,219)
#CEEBE1
(206,235,225)
#D8EEE7
(216,238,231)
#E2F1ED
(226,241,237)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88D6B7 color. Also use rgb(136,214,183) instead hex code.

Text Font Color

.myTextColor { color: #88D6B7; }

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

This text font color is #88D6B7.


Background Color

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

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

This div background color is #88D6B7.


Border color

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

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

This div border color is #88D6B7.


Opacity

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

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

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

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

This text has shadow with #88D6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88D6B7 on black background.


Color preview on white background

This text has color #88D6B7 on white background.



Black color preview on #88D6B7 background

This text has black color on #88D6B7 background.


White color preview on #88D6B7 background

This text has white color on #88D6B7 background.