COLOR #88CCCC

HEX: #88CCCC
RGB: (136,204,204)

Color info

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

RGB color model

#88CCCC color RGB value is (136,204,204).

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

RGB channels and saturation

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

136
204
204

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

Portions of RGB colors in percentages

R + G + B =
136 + 204 + 204 = 544 (100%)
R 136 of 544 ~ 25%
G 204 of 544 ~ 37.5%
B 204 of 544 ~ 37.5%

%25
%37.5
%37.5

CMYK color model

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

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(33,0,0,20)
C33M0Y0K20 
(33%,0%,0%,20%)
(0.33/0.00/0.00/0.20)	

CMYK percentages

%33.33
%0
%0
%20

Codes

Color #88CCCC in popluar color models

88CCCC
RGB136204204
HSL180°40.00%66.67%
HSB/HSV180°33.33%80.00%
CMYK33.33%0.00%0.00%
20.00%

Color #88CCCC in popluar number systems.

HEX88CCCC
Decimal136204204
Binary100010001100110011001100
Octal210314314

Shades and tints

Shades of #88CCCC

#88CCCC
(136,204,204)
#7CBABA
(124,186,186)
#70A8A8
(112,168,168)
#649696
(100,150,150)
#588484
(88,132,132)
#4C7272
(76,114,114)
#406060
(64,96,96)
#344E4E
(52,78,78)
#283C3C
(40,60,60)
#1C2A2A
(28,42,42)
#101818
(16,24,24)
#000000
(0,0,0)

Tints of #88CCCC

#88CCCC
(136,204,204)
#92D0D0
(146,208,208)
#9CD4D4
(156,212,212)
#A6D8D8
(166,216,216)
#B0DCDC
(176,220,220)
#BAE0E0
(186,224,224)
#C4E4E4
(196,228,228)
#CEE8E8
(206,232,232)
#D8ECEC
(216,236,236)
#E2F0F0
(226,240,240)
#ECF4F4
(236,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88CCCC; }

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

This text font color is #88CCCC.


Background Color

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

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

This div background color is #88CCCC.


Border color

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

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

This div border color is #88CCCC.


Opacity

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

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

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

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

This text has shadow with #88CCCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88CCCC on black background.


Color preview on white background

This text has color #88CCCC on white background.



Black color preview on #88CCCC background

This text has black color on #88CCCC background.


White color preview on #88CCCC background

This text has white color on #88CCCC background.