COLOR #88C9BD

HEX: #88C9BD RGB: (136,201,189)

Color info

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

RGB color model

#88C9BD color RGB value is (136,201,189).

RGB: (136,201,189) (53%, 79%, 74%)

RGB channels and saturation

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

136
201
189

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

Portions of RGB colors in percentages

R + G + B = 136 + 201 + 189 = 526 (100%)
R 136 of 526 ~ 25.86%
G 201 of 526 ~ 38.21%
B 189 of 526 ~ 35.93'%

%25.86
%38.21
%35.93

CMYK color model

#88C9BD color CMYK value is (32,0,6,21).

  • cyan value is 32.34%
  • magenta value is 0.00%
  • yellow value is 5.97%
  • key color value is 21.18%

CMYK: (32,0,6,21)
C32M0Y6K21 (32%, 0%, 6%, 21%)
(0.32 / 0.00 / 0.06 / 0.21)

CMYK percentages

%32.34
%0
%5.97
%21.18

Codes

Color #88C9BD in popluar color models

88 C9 BD
RGB 136 201 189
HSL 169° 37.57% 66.08%
HSB/HSV 169° 32.34% 78.82%
CMYK 32.34% 0.00% 5.97%
21.18%

Color #88C9BD in popluar number systems.

HEX 88 C9 BD
Decimal 136 201 189
Binary 10001000 11001001 10111101
Octal 210 311 275

Shades and tints

Shades of #88C9BD

#88C9BD
(136,201,189)
#7CB7AC
(124,183,172)
#70A59B
(112,165,155)
#64938A
(100,147,138)
#588179
(88,129,121)
#4C6F68
(76,111,104)
#405D57
(64,93,87)
#344B46
(52,75,70)
#283935
(40,57,53)
#1C2724
(28,39,36)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #88C9BD

#88C9BD
(136,201,189)
#92CDC3
(146,205,195)
#9CD1C9
(156,209,201)
#A6D5CF
(166,213,207)
#B0D9D5
(176,217,213)
#BADDDB
(186,221,219)
#C4E1E1
(196,225,225)
#CEE5E7
(206,229,231)
#D8E9ED
(216,233,237)
#E2EDF3
(226,237,243)
#ECF1F9
(236,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C9BD; }

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

This text font color is #88C9BD.

Background Color

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

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

This div background color is #88C9BD.

Border color

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

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

This div border color is #88C9BD.

Opacity

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

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

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

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

This text has shadow with #88C9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C9BD.

Preview

Color preview on black background

This text has color #88C9BD on black background.


Color preview on white background

This text has color #88C9BD on white background.


Black color preview on #88C9BD background

This text has black color on #88C9BD background.


White color preview on #88C9BD background

This text has white color on #88C9BD background.


Related colors

Complementary color

Complementary color for #hex is #773642.


I love getcolorcode.com

Triadic colors

1 #BD88C9 and #C9BD88 with #88C9BD are triadic colors.

2 #BDC988 and #C988BD with #88C9BD are triadic colors.