COLOR #88D9BC

HEX: #88D9BC RGB: (136,217,188)

Color info

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

RGB color model

#88D9BC color RGB value is (136,217,188).

RGB: (136,217,188) (53%, 85%, 74%)

RGB channels and saturation

R 136 of 255 = 53%
G 217 of 255 = 85%
B 188 of 255 = 74%

136
217
188

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

Portions of RGB colors in percentages

R + G + B = 136 + 217 + 188 = 541 (100%)
R 136 of 541 ~ 25.14%
G 217 of 541 ~ 40.11%
B 188 of 541 ~ 34.75'%

%25.14
%40.11
%34.75

CMYK color model

#88D9BC color CMYK value is (37,0,13,15).

  • cyan value is 37.33%
  • magenta value is 0.00%
  • yellow value is 13.36%
  • key color value is 14.90%

CMYK: (37,0,13,15)
C37M0Y13K15 (37%, 0%, 13%, 15%)
(0.37 / 0.00 / 0.13 / 0.15)

CMYK percentages

%37.33
%0
%13.36
%14.9

Codes

Color #88D9BC in popluar color models

88 D9 BC
RGB 136 217 188
HSL 159° 51.59% 69.22%
HSB/HSV 159° 37.33% 85.10%
CMYK 37.33% 0.00% 13.36%
14.90%

Color #88D9BC in popluar number systems.

HEX 88 D9 BC
Decimal 136 217 188
Binary 10001000 11011001 10111100
Octal 210 331 274

Shades and tints

Shades of #88D9BC

#88D9BC
(136,217,188)
#7CC6AB
(124,198,171)
#70B39A
(112,179,154)
#64A089
(100,160,137)
#588D78
(88,141,120)
#4C7A67
(76,122,103)
#406756
(64,103,86)
#345445
(52,84,69)
#284134
(40,65,52)
#1C2E23
(28,46,35)
#101B12
(16,27,18)
#000000
(0,0,0)

Tints of #88D9BC

#88D9BC
(136,217,188)
#92DCC2
(146,220,194)
#9CDFC8
(156,223,200)
#A6E2CE
(166,226,206)
#B0E5D4
(176,229,212)
#BAE8DA
(186,232,218)
#C4EBE0
(196,235,224)
#CEEEE6
(206,238,230)
#D8F1EC
(216,241,236)
#E2F4F2
(226,244,242)
#ECF7F8
(236,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88D9BC; }

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

This text font color is #88D9BC.

Background Color

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

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

This div background color is #88D9BC.

Border color

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

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

This div border color is #88D9BC.

Opacity

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

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

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

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

This text has shadow with #88D9BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88D9BC.

Preview

Color preview on black background

This text has color #88D9BC on black background.


Color preview on white background

This text has color #88D9BC on white background.


Black color preview on #88D9BC background

This text has black color on #88D9BC background.


White color preview on #88D9BC background

This text has white color on #88D9BC background.


Related colors

Complementary color

Complementary color for #hex is #772643.


I love getcolorcode.com

Triadic colors

1 #BC88D9 and #D9BC88 with #88D9BC are triadic colors.

2 #BCD988 and #D988BC with #88D9BC are triadic colors.