COLOR #88CCB0

HEX: #88CCB0
RGB: (136,204,176)

Color info

#88CCB0 contains mainly green and blue colors. Web safe color of #88CCB0 is #99CC99 (or #9C9).

RGB color model

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

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

RGB channels and saturation

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

136
204
176

R + G + B ~ 67%. #88CCB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 204 + 176 = 516 (100%)
R 136 of 516 ~ 26.36%
G 204 of 516 ~ 39.53%
B 176 of 516 ~ 34.11%

%26.36
%39.53
%34.11

CMYK color model

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

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

CMYK percentages

%33.33
%0
%13.73
%20

Codes

Color #88CCB0 in popluar color models

88CCB0
RGB136204176
HSL155°40.00%66.67%
HSB/HSV155°33.33%80.00%
CMYK33.33%0.00%13.73%
20.00%

Color #88CCB0 in popluar number systems.

HEX88CCB0
Decimal136204176
Binary100010001100110010110000
Octal210314260

Shades and tints

Shades of #88CCB0

#88CCB0
(136,204,176)
#7CBAA0
(124,186,160)
#70A890
(112,168,144)
#649680
(100,150,128)
#588470
(88,132,112)
#4C7260
(76,114,96)
#406050
(64,96,80)
#344E40
(52,78,64)
#283C30
(40,60,48)
#1C2A20
(28,42,32)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #88CCB0

#88CCB0
(136,204,176)
#92D0B7
(146,208,183)
#9CD4BE
(156,212,190)
#A6D8C5
(166,216,197)
#B0DCCC
(176,220,204)
#BAE0D3
(186,224,211)
#C4E4DA
(196,228,218)
#CEE8E1
(206,232,225)
#D8ECE8
(216,236,232)
#E2F0EF
(226,240,239)
#ECF4F6
(236,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88CCB0; }

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

This text font color is #88CCB0.


Background Color

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

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

This div background color is #88CCB0.


Border color

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

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

This div border color is #88CCB0.


Opacity

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

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

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

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

This text has shadow with #88CCB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88CCB0 on black background.


Color preview on white background

This text has color #88CCB0 on white background.



Black color preview on #88CCB0 background

This text has black color on #88CCB0 background.


White color preview on #88CCB0 background

This text has white color on #88CCB0 background.