COLOR #88D6C0

HEX: #88D6C0 RGB: (136,214,192)

Color info

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

RGB color model

#88D6C0 color RGB value is (136,214,192).

RGB: (136,214,192) (53%, 84%, 75%)

RGB channels and saturation

R 136 of 255 = 53%
G 214 of 255 = 84%
B 192 of 255 = 75%

136
214
192

R + G + B ~ 71%. #88D6C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 214 + 192 = 542 (100%)
R 136 of 542 ~ 25.09%
G 214 of 542 ~ 39.48%
B 192 of 542 ~ 35.42'%

%25.09
%39.48
%35.42

CMYK color model

#88D6C0 color CMYK value is (36,0,10,16).

  • cyan value is 36.45%
  • magenta value is 0.00%
  • yellow value is 10.28%
  • key color value is 16.08%
CMYK: (36,0,10,16) C36M0Y10K16 (36%,0%,10%,16%) (0.36/0.00/0.10/0.16) 

CMYK percentages

%36.45
%0
%10.28
%16.08

Codes

Color #88D6C0 in popluar color models

88 D6 C0
RGB 136 214 192
HSL 163° 48.75% 68.63%
HSB/HSV 163° 36.45% 83.92%
CMYK 36.45% 0.00% 10.28%
16.08%

Color #88D6C0 in popluar number systems.

HEX 88 D6 C0
Decimal 136 214 192
Binary 10001000 11010110 11000000
Octal 210 326 300

Shades and tints

Shades of #88D6C0

#88D6C0
(136,214,192)
#7CC3AF
(124,195,175)
#70B09E
(112,176,158)
#649D8D
(100,157,141)
#588A7C
(88,138,124)
#4C776B
(76,119,107)
#40645A
(64,100,90)
#345149
(52,81,73)
#283E38
(40,62,56)
#1C2B27
(28,43,39)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #88D6C0

#88D6C0
(136,214,192)
#92D9C5
(146,217,197)
#9CDCCA
(156,220,202)
#A6DFCF
(166,223,207)
#B0E2D4
(176,226,212)
#BAE5D9
(186,229,217)
#C4E8DE
(196,232,222)
#CEEBE3
(206,235,227)
#D8EEE8
(216,238,232)
#E2F1ED
(226,241,237)
#ECF4F2
(236,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88D6C0; }

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

This text font color is #88D6C0.

Background Color

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

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

This div background color is #88D6C0.

Border color

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

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

This div border color is #88D6C0.

Opacity

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

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

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

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

This text has shadow with #88D6C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88D6C0.

Preview

Color preview on black background

This text has color #88D6C0 on black background.


Color preview on white background

This text has color #88D6C0 on white background.


Black color preview on #88D6C0 background

This text has black color on #88D6C0 background.


White color preview on #88D6C0 background

This text has white color on #88D6C0 background.


Related colors

Complementary color

Complementary color for #hex is #77293F.


I love getcolorcode.com

Triadic colors

1 #C088D6 and #D6C088 with #88D6C0 are triadic colors.

2 #C0D688 and #D688C0 with #88D6C0 are triadic colors.