COLOR #88C6C4

HEX: #88C6C4 RGB: (136,198,196)

Color info

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

RGB color model

#88C6C4 color RGB value is (136,198,196).

RGB: (136,198,196) (53%, 78%, 77%)

RGB channels and saturation

R 136 of 255 = 53%
G 198 of 255 = 78%
B 196 of 255 = 77%

136
198
196

R + G + B ~ 69%. #88C6C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 198 + 196 = 530 (100%)
R 136 of 530 ~ 25.66%
G 198 of 530 ~ 37.36%
B 196 of 530 ~ 36.98'%

%25.66
%37.36
%36.98

CMYK color model

#88C6C4 color CMYK value is (31,0,1,22).

  • cyan value is 31.31%
  • magenta value is 0.00%
  • yellow value is 1.01%
  • key color value is 22.35%

CMYK: (31,0,1,22)
C31M0Y1K22 (31%, 0%, 1%, 22%)
(0.31 / 0.00 / 0.01 / 0.22)

CMYK percentages

%31.31
%0
%1.01
%22.35

Codes

Color #88C6C4 in popluar color models

88 C6 C4
RGB 136 198 196
HSL 178° 35.23% 65.49%
HSB/HSV 178° 31.31% 77.65%
CMYK 31.31% 0.00% 1.01%
22.35%

Color #88C6C4 in popluar number systems.

HEX 88 C6 C4
Decimal 136 198 196
Binary 10001000 11000110 11000100
Octal 210 306 304

Shades and tints

Shades of #88C6C4

#88C6C4
(136,198,196)
#7CB4B3
(124,180,179)
#70A2A2
(112,162,162)
#649091
(100,144,145)
#587E80
(88,126,128)
#4C6C6F
(76,108,111)
#405A5E
(64,90,94)
#34484D
(52,72,77)
#28363C
(40,54,60)
#1C242B
(28,36,43)
#10121A
(16,18,26)
#000000
(0,0,0)

Tints of #88C6C4

#88C6C4
(136,198,196)
#92CBC9
(146,203,201)
#9CD0CE
(156,208,206)
#A6D5D3
(166,213,211)
#B0DAD8
(176,218,216)
#BADFDD
(186,223,221)
#C4E4E2
(196,228,226)
#CEE9E7
(206,233,231)
#D8EEEC
(216,238,236)
#E2F3F1
(226,243,241)
#ECF8F6
(236,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C6C4 color. Also use rgb(136,198,196) instead hex code.

Text Font Color

.myTextColor { color: #88C6C4; }

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

This text font color is #88C6C4.

Background Color

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

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

This div background color is #88C6C4.

Border color

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

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

This div border color is #88C6C4.

Opacity

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

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

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

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

This text has shadow with #88C6C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C6C4.

Preview

Color preview on black background

This text has color #88C6C4 on black background.


Color preview on white background

This text has color #88C6C4 on white background.


Black color preview on #88C6C4 background

This text has black color on #88C6C4 background.


White color preview on #88C6C4 background

This text has white color on #88C6C4 background.


Related colors

Complementary color

Complementary color for #hex is #77393B.


I love getcolorcode.com

Triadic colors

1 #C488C6 and #C6C488 with #88C6C4 are triadic colors.

2 #C4C688 and #C688C4 with #88C6C4 are triadic colors.