COLOR #88CDCF

HEX: #88CDCF
RGB: (136,205,207)

Color info

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

RGB color model

#88CDCF color RGB value is (136,205,207).

  • red value is 136;
  • green value is 205;
  • blue value is 207.
RGB:
(136,205,207)
(53%,80%,81%)

RGB channels and saturation

R 136 of 255 = 53%
G 205 of 255 = 80%
B 207 of 255 = 81%

136
205
207

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

Portions of RGB colors in percentages

R + G + B =
136 + 205 + 207 = 548 (100%)
R 136 of 548 ~ 24.82%
G 205 of 548 ~ 37.41%
B 207 of 548 ~ 37.77%

%24.82
%37.41
%37.77

CMYK color model

#88CDCF color CMYK value is (34,1,0,19).

  • cyan value is 34.30%
  • magenta value is 0.97%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(34,1,0,19)
C34M1Y0K19 
(34%,1%,0%,19%)
(0.34/0.01/0.00/0.19)	

CMYK percentages

%34.3
%0.97
%0
%18.82

Codes

Color #88CDCF in popluar color models

88CDCF
RGB136205207
HSL182°42.51%67.25%
HSB/HSV182°34.30%81.18%
CMYK34.30%0.97%0.00%
18.82%

Color #88CDCF in popluar number systems.

HEX88CDCF
Decimal136205207
Binary100010001100110111001111
Octal210315317

Shades and tints

Shades of #88CDCF

#88CDCF
(136,205,207)
#7CBBBD
(124,187,189)
#70A9AB
(112,169,171)
#649799
(100,151,153)
#588587
(88,133,135)
#4C7375
(76,115,117)
#406163
(64,97,99)
#344F51
(52,79,81)
#283D3F
(40,61,63)
#1C2B2D
(28,43,45)
#10191B
(16,25,27)
#000000
(0,0,0)

Tints of #88CDCF

#88CDCF
(136,205,207)
#92D1D3
(146,209,211)
#9CD5D7
(156,213,215)
#A6D9DB
(166,217,219)
#B0DDDF
(176,221,223)
#BAE1E3
(186,225,227)
#C4E5E7
(196,229,231)
#CEE9EB
(206,233,235)
#D8EDEF
(216,237,239)
#E2F1F3
(226,241,243)
#ECF5F7
(236,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88CDCF; }

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

This text font color is #88CDCF.


Background Color

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

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

This div background color is #88CDCF.


Border color

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

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

This div border color is #88CDCF.


Opacity

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

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

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

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

This text has shadow with #88CDCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88CDCF on black background.


Color preview on white background

This text has color #88CDCF on white background.



Black color preview on #88CDCF background

This text has black color on #88CDCF background.


White color preview on #88CDCF background

This text has white color on #88CDCF background.