COLOR #88CBCA

HEX: #88CBCA
RGB: (136,203,202)

Color info

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

RGB color model

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

  • red value is 136;
  • green value is 203;
  • blue value is 202.
RGB:
(136,203,202)
(53%,80%,79%)

RGB channels and saturation

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

136
203
202

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

Portions of RGB colors in percentages

R + G + B =
136 + 203 + 202 = 541 (100%)
R 136 of 541 ~ 25.14%
G 203 of 541 ~ 37.52%
B 202 of 541 ~ 37.34%

%25.14
%37.52
%37.34

CMYK color model

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

  • cyan value is 33.00%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • 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.49
%20.39

Codes

Color #88CBCA in popluar color models

88CBCA
RGB136203202
HSL179°39.18%66.47%
HSB/HSV179°33.00%79.61%
CMYK33.00%0.00%0.49%
20.39%

Color #88CBCA in popluar number systems.

HEX88CBCA
Decimal136203202
Binary100010001100101111001010
Octal210313312

Shades and tints

Shades of #88CBCA

#88CBCA
(136,203,202)
#7CB9B8
(124,185,184)
#70A7A6
(112,167,166)
#649594
(100,149,148)
#588382
(88,131,130)
#4C7170
(76,113,112)
#405F5E
(64,95,94)
#344D4C
(52,77,76)
#283B3A
(40,59,58)
#1C2928
(28,41,40)
#101716
(16,23,22)
#000000
(0,0,0)

Tints of #88CBCA

#88CBCA
(136,203,202)
#92CFCE
(146,207,206)
#9CD3D2
(156,211,210)
#A6D7D6
(166,215,214)
#B0DBDA
(176,219,218)
#BADFDE
(186,223,222)
#C4E3E2
(196,227,226)
#CEE7E6
(206,231,230)
#D8EBEA
(216,235,234)
#E2EFEE
(226,239,238)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88CBCA; }

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

This text font color is #88CBCA.


Background Color

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

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

This div background color is #88CBCA.


Border color

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

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

This div border color is #88CBCA.


Opacity

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

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

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

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

This text has shadow with #88CBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88CBCA on black background.


Color preview on white background

This text has color #88CBCA on white background.



Black color preview on #88CBCA background

This text has black color on #88CBCA background.


White color preview on #88CBCA background

This text has white color on #88CBCA background.