COLOR #88CBAB

HEX: #88CBAB RGB: (136,203,171)

Color info

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

RGB color model

#88CBAB color RGB value is (136,203,171).

RGB: (136,203,171) (53%, 80%, 67%)

RGB channels and saturation

R 136 of 255 = 53%
G 203 of 255 = 80%
B 171 of 255 = 67%

136
203
171

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

Portions of RGB colors in percentages

R + G + B = 136 + 203 + 171 = 510 (100%)
R 136 of 510 ~ 26.67%
G 203 of 510 ~ 39.8%
B 171 of 510 ~ 33.53'%

%26.67
%39.8
%33.53

CMYK color model

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

  • cyan value is 33.00%
  • magenta value is 0.00%
  • yellow value is 15.76%
  • key color value is 20.39%
CMYK: (33,0,16,20) C33M0Y16K20 (33%,0%,16%,20%) (0.33/0.00/0.16/0.20) 

CMYK percentages

%33
%0
%15.76
%20.39

Codes

Color #88CBAB in popluar color models

88 CB AB
RGB 136 203 171
HSL 151° 39.18% 66.47%
HSB/HSV 151° 33.00% 79.61%
CMYK 33.00% 0.00% 15.76%
20.39%

Color #88CBAB in popluar number systems.

HEX 88 CB AB
Decimal 136 203 171
Binary 10001000 11001011 10101011
Octal 210 313 253

Shades and tints

Shades of #88CBAB

#88CBAB
(136,203,171)
#7CB99C
(124,185,156)
#70A78D
(112,167,141)
#64957E
(100,149,126)
#58836F
(88,131,111)
#4C7160
(76,113,96)
#405F51
(64,95,81)
#344D42
(52,77,66)
#283B33
(40,59,51)
#1C2924
(28,41,36)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #88CBAB

#88CBAB
(136,203,171)
#92CFB2
(146,207,178)
#9CD3B9
(156,211,185)
#A6D7C0
(166,215,192)
#B0DBC7
(176,219,199)
#BADFCE
(186,223,206)
#C4E3D5
(196,227,213)
#CEE7DC
(206,231,220)
#D8EBE3
(216,235,227)
#E2EFEA
(226,239,234)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88CBAB; }

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

This text font color is #88CBAB.

Background Color

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

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

This div background color is #88CBAB.

Border color

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

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

This div border color is #88CBAB.

Opacity

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

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

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

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

This text has shadow with #88CBAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88CBAB.

Preview

Color preview on black background

This text has color #88CBAB on black background.


Color preview on white background

This text has color #88CBAB on white background.


Black color preview on #88CBAB background

This text has black color on #88CBAB background.


White color preview on #88CBAB background

This text has white color on #88CBAB background.


Related colors

Complementary color

Complementary color for #hex is #773454.


I love getcolorcode.com

Triadic colors

1 #AB88CB and #CBAB88 with #88CBAB are triadic colors.

2 #ABCB88 and #CB88AB with #88CBAB are triadic colors.