COLOR #88CDCB

HEX: #88CDCB RGB: (136,205,203)

Color info

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

RGB color model

#88CDCB color RGB value is (136,205,203).

RGB: (136,205,203) (53%, 80%, 80%)

RGB channels and saturation

R 136 of 255 = 53%
G 205 of 255 = 80%
B 203 of 255 = 80%

136
205
203

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

Portions of RGB colors in percentages

R + G + B = 136 + 205 + 203 = 544 (100%)
R 136 of 544 ~ 25%
G 205 of 544 ~ 37.68%
B 203 of 544 ~ 37.32'%

%25
%37.68
%37.32

CMYK color model

#88CDCB color CMYK value is (34,0,1,20).

  • cyan value is 33.66%
  • magenta value is 0.00%
  • yellow value is 0.98%
  • key color value is 19.61%

CMYK: (34,0,1,20)
C34M0Y1K20 (34%, 0%, 1%, 20%)
(0.34 / 0.00 / 0.01 / 0.20)

CMYK percentages

%33.66
%0
%0.98
%19.61

Codes

Color #88CDCB in popluar color models

88 CD CB
RGB 136 205 203
HSL 178° 40.83% 66.86%
HSB/HSV 178° 33.66% 80.39%
CMYK 33.66% 0.00% 0.98%
19.61%

Color #88CDCB in popluar number systems.

HEX 88 CD CB
Decimal 136 205 203
Binary 10001000 11001101 11001011
Octal 210 315 313

Shades and tints

Shades of #88CDCB

#88CDCB
(136,205,203)
#7CBBB9
(124,187,185)
#70A9A7
(112,169,167)
#649795
(100,151,149)
#588583
(88,133,131)
#4C7371
(76,115,113)
#40615F
(64,97,95)
#344F4D
(52,79,77)
#283D3B
(40,61,59)
#1C2B29
(28,43,41)
#101917
(16,25,23)
#000000
(0,0,0)

Tints of #88CDCB

#88CDCB
(136,205,203)
#92D1CF
(146,209,207)
#9CD5D3
(156,213,211)
#A6D9D7
(166,217,215)
#B0DDDB
(176,221,219)
#BAE1DF
(186,225,223)
#C4E5E3
(196,229,227)
#CEE9E7
(206,233,231)
#D8EDEB
(216,237,235)
#E2F1EF
(226,241,239)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88CDCB color. Also use rgb(136,205,203) instead hex code.

Text Font Color

.myTextColor { color: #88CDCB; }

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

This text font color is #88CDCB.

Background Color

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

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

This div background color is #88CDCB.

Border color

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

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

This div border color is #88CDCB.

Opacity

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

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

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

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

This text has shadow with #88CDCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88CDCB.

Preview

Color preview on black background

This text has color #88CDCB on black background.


Color preview on white background

This text has color #88CDCB on white background.


Black color preview on #88CDCB background

This text has black color on #88CDCB background.


White color preview on #88CDCB background

This text has white color on #88CDCB background.


Related colors

Complementary color

Complementary color for #hex is #773234.


I love getcolorcode.com

Triadic colors

1 #CB88CD and #CDCB88 with #88CDCB are triadic colors.

2 #CBCD88 and #CD88CB with #88CDCB are triadic colors.