COLOR #88CCC8

HEX: #88CCC8 RGB: (136,204,200)

Color info

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

RGB color model

#88CCC8 color RGB value is (136,204,200).

RGB: (136,204,200) (53%, 80%, 78%)

RGB channels and saturation

R 136 of 255 = 53%
G 204 of 255 = 80%
B 200 of 255 = 78%

136
204
200

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

Portions of RGB colors in percentages

R + G + B = 136 + 204 + 200 = 540 (100%)
R 136 of 540 ~ 25.19%
G 204 of 540 ~ 37.78%
B 200 of 540 ~ 37.04'%

%25.19
%37.78
%37.04

CMYK color model

#88CCC8 color CMYK value is (33,0,2,20).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 1.96%
  • key color value is 20.00%

CMYK: (33,0,2,20)
C33M0Y2K20 (33%, 0%, 2%, 20%)
(0.33 / 0.00 / 0.02 / 0.20)

CMYK percentages

%33.33
%0
%1.96
%20

Codes

Color #88CCC8 in popluar color models

88 CC C8
RGB 136 204 200
HSL 176° 40.00% 66.67%
HSB/HSV 176° 33.33% 80.00%
CMYK 33.33% 0.00% 1.96%
20.00%

Color #88CCC8 in popluar number systems.

HEX 88 CC C8
Decimal 136 204 200
Binary 10001000 11001100 11001000
Octal 210 314 310

Shades and tints

Shades of #88CCC8

#88CCC8
(136,204,200)
#7CBAB6
(124,186,182)
#70A8A4
(112,168,164)
#649692
(100,150,146)
#588480
(88,132,128)
#4C726E
(76,114,110)
#40605C
(64,96,92)
#344E4A
(52,78,74)
#283C38
(40,60,56)
#1C2A26
(28,42,38)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #88CCC8

#88CCC8
(136,204,200)
#92D0CD
(146,208,205)
#9CD4D2
(156,212,210)
#A6D8D7
(166,216,215)
#B0DCDC
(176,220,220)
#BAE0E1
(186,224,225)
#C4E4E6
(196,228,230)
#CEE8EB
(206,232,235)
#D8ECF0
(216,236,240)
#E2F0F5
(226,240,245)
#ECF4FA
(236,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88CCC8; }

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

This text font color is #88CCC8.

Background Color

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

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

This div background color is #88CCC8.

Border color

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

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

This div border color is #88CCC8.

Opacity

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

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

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

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

This text has shadow with #88CCC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88CCC8.

Preview

Color preview on black background

This text has color #88CCC8 on black background.


Color preview on white background

This text has color #88CCC8 on white background.


Black color preview on #88CCC8 background

This text has black color on #88CCC8 background.


White color preview on #88CCC8 background

This text has white color on #88CCC8 background.


Related colors

Complementary color

Complementary color for #hex is #773337.


I love getcolorcode.com

Triadic colors

1 #C888CC and #CCC888 with #88CCC8 are triadic colors.

2 #C8CC88 and #CC88C8 with #88CCC8 are triadic colors.