COLOR #88CEC7

HEX: #88CEC7 RGB: (136,206,199)

Color info

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

RGB color model

#88CEC7 color RGB value is (136,206,199).

RGB: (136,206,199) (53%, 81%, 78%)

RGB channels and saturation

R 136 of 255 = 53%
G 206 of 255 = 81%
B 199 of 255 = 78%

136
206
199

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

Portions of RGB colors in percentages

R + G + B = 136 + 206 + 199 = 541 (100%)
R 136 of 541 ~ 25.14%
G 206 of 541 ~ 38.08%
B 199 of 541 ~ 36.78'%

%25.14
%38.08
%36.78

CMYK color model

#88CEC7 color CMYK value is (34,0,3,19).

  • cyan value is 33.98%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • key color value is 19.22%

CMYK: (34,0,3,19)
C34M0Y3K19 (34%, 0%, 3%, 19%)
(0.34 / 0.00 / 0.03 / 0.19)

CMYK percentages

%33.98
%0
%3.4
%19.22

Codes

Color #88CEC7 in popluar color models

88 CE C7
RGB 136 206 199
HSL 174° 41.67% 67.06%
HSB/HSV 174° 33.98% 80.78%
CMYK 33.98% 0.00% 3.40%
19.22%

Color #88CEC7 in popluar number systems.

HEX 88 CE C7
Decimal 136 206 199
Binary 10001000 11001110 11000111
Octal 210 316 307

Shades and tints

Shades of #88CEC7

#88CEC7
(136,206,199)
#7CBCB5
(124,188,181)
#70AAA3
(112,170,163)
#649891
(100,152,145)
#58867F
(88,134,127)
#4C746D
(76,116,109)
#40625B
(64,98,91)
#345049
(52,80,73)
#283E37
(40,62,55)
#1C2C25
(28,44,37)
#101A13
(16,26,19)
#000000
(0,0,0)

Tints of #88CEC7

#88CEC7
(136,206,199)
#92D2CC
(146,210,204)
#9CD6D1
(156,214,209)
#A6DAD6
(166,218,214)
#B0DEDB
(176,222,219)
#BAE2E0
(186,226,224)
#C4E6E5
(196,230,229)
#CEEAEA
(206,234,234)
#D8EEEF
(216,238,239)
#E2F2F4
(226,242,244)
#ECF6F9
(236,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88CEC7 color. Also use rgb(136,206,199) instead hex code.

Text Font Color

.myTextColor { color: #88CEC7; }

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

This text font color is #88CEC7.

Background Color

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

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

This div background color is #88CEC7.

Border color

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

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

This div border color is #88CEC7.

Opacity

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

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

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

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

This text has shadow with #88CEC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88CEC7.

Preview

Color preview on black background

This text has color #88CEC7 on black background.


Color preview on white background

This text has color #88CEC7 on white background.


Black color preview on #88CEC7 background

This text has black color on #88CEC7 background.


White color preview on #88CEC7 background

This text has white color on #88CEC7 background.


Related colors

Complementary color

Complementary color for #hex is #773138.


I love getcolorcode.com

Triadic colors

1 #C788CE and #CEC788 with #88CEC7 are triadic colors.

2 #C7CE88 and #CE88C7 with #88CEC7 are triadic colors.