COLOR #88CBCB

HEX: #88CBCB RGB: (136,203,203)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
203
203

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

Portions of RGB colors in percentages

R + G + B = 136 + 203 + 203 = 542 (100%)
R 136 of 542 ~ 25.09%
G 203 of 542 ~ 37.45%
B 203 of 542 ~ 37.45'%

%25.09
%37.45
%37.45

CMYK color model

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

  • cyan value is 33.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (33,0,0,20)
C33M0Y0K20 (33%, 0%, 0%, 20%)
(0.33 / 0.00 / 0.00 / 0.20)

CMYK percentages

%33
%0
%0
%20.39

Codes

Color #88CBCB in popluar color models

88 CB CB
RGB 136 203 203
HSL 180° 39.18% 66.47%
HSB/HSV 180° 33.00% 79.61%
CMYK 33.00% 0.00% 0.00%
20.39%

Color #88CBCB in popluar number systems.

HEX 88 CB CB
Decimal 136 203 203
Binary 10001000 11001011 11001011
Octal 210 313 313

Shades and tints

Shades of #88CBCB

#88CBCB
(136,203,203)
#7CB9B9
(124,185,185)
#70A7A7
(112,167,167)
#649595
(100,149,149)
#588383
(88,131,131)
#4C7171
(76,113,113)
#405F5F
(64,95,95)
#344D4D
(52,77,77)
#283B3B
(40,59,59)
#1C2929
(28,41,41)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #88CBCB

#88CBCB
(136,203,203)
#92CFCF
(146,207,207)
#9CD3D3
(156,211,211)
#A6D7D7
(166,215,215)
#B0DBDB
(176,219,219)
#BADFDF
(186,223,223)
#C4E3E3
(196,227,227)
#CEE7E7
(206,231,231)
#D8EBEB
(216,235,235)
#E2EFEF
(226,239,239)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88CBCB; }

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

This text font color is #88CBCB.

Background Color

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

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

This div background color is #88CBCB.

Border color

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

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

This div border color is #88CBCB.

Opacity

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

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

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

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

This text has shadow with #88CBCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88CBCB.

Preview

Color preview on black background

This text has color #88CBCB on black background.


Color preview on white background

This text has color #88CBCB on white background.


Black color preview on #88CBCB background

This text has black color on #88CBCB background.


White color preview on #88CBCB background

This text has white color on #88CBCB background.


Related colors

Complementary color

Complementary color for #hex is #773434.


I love getcolorcode.com