COLOR #88CABD

HEX: #88CABD
RGB: (136,202,189)

Color info

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

RGB color model

#88CABD color RGB value is (136,202,189).

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

RGB channels and saturation

R 136 of 255 = 53%
G 202 of 255 = 79%
B 189 of 255 = 74%

136
202
189

R + G + B ~ 69%. #88CABD is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 202 + 189 = 527 (100%)
R 136 of 527 ~ 25.81%
G 202 of 527 ~ 38.33%
B 189 of 527 ~ 35.86%

%25.81
%38.33
%35.86

CMYK color model

#88CABD color CMYK value is (33,0,6,21).

  • cyan value is 32.67%
  • magenta value is 0.00%
  • yellow value is 6.44%
  • key color value is 20.78%
CMYK:
(33,0,6,21)
C33M0Y6K21 
(33%,0%,6%,21%)
(0.33/0.00/0.06/0.21)	

CMYK percentages

%32.67
%0
%6.44
%20.78

Codes

Color #88CABD in popluar color models

88CABD
RGB136202189
HSL168°38.37%66.27%
HSB/HSV168°32.67%79.22%
CMYK32.67%0.00%6.44%
20.78%

Color #88CABD in popluar number systems.

HEX88CABD
Decimal136202189
Binary100010001100101010111101
Octal210312275

Shades and tints

Shades of #88CABD

#88CABD
(136,202,189)
#7CB8AC
(124,184,172)
#70A69B
(112,166,155)
#64948A
(100,148,138)
#588279
(88,130,121)
#4C7068
(76,112,104)
#405E57
(64,94,87)
#344C46
(52,76,70)
#283A35
(40,58,53)
#1C2824
(28,40,36)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #88CABD

#88CABD
(136,202,189)
#92CEC3
(146,206,195)
#9CD2C9
(156,210,201)
#A6D6CF
(166,214,207)
#B0DAD5
(176,218,213)
#BADEDB
(186,222,219)
#C4E2E1
(196,226,225)
#CEE6E7
(206,230,231)
#D8EAED
(216,234,237)
#E2EEF3
(226,238,243)
#ECF2F9
(236,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88CABD; }

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

This text font color is #88CABD.


Background Color

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

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

This div background color is #88CABD.


Border color

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

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

This div border color is #88CABD.


Opacity

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

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

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

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

This text has shadow with #88CABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88CABD on black background.


Color preview on white background

This text has color #88CABD on white background.



Black color preview on #88CABD background

This text has black color on #88CABD background.


White color preview on #88CABD background

This text has white color on #88CABD background.