COLOR #88DCB3

HEX: #88DCB3 RGB: (136,220,179)

Color info

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

RGB color model

#88DCB3 color RGB value is (136,220,179).

RGB: (136,220,179) (53%, 86%, 70%)

RGB channels and saturation

R 136 of 255 = 53%
G 220 of 255 = 86%
B 179 of 255 = 70%

136
220
179

R + G + B ~ 70%. #88DCB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 220 + 179 = 535 (100%)
R 136 of 535 ~ 25.42%
G 220 of 535 ~ 41.12%
B 179 of 535 ~ 33.46'%

%25.42
%41.12
%33.46

CMYK color model

#88DCB3 color CMYK value is (38,0,19,14).

  • cyan value is 38.18%
  • magenta value is 0.00%
  • yellow value is 18.64%
  • key color value is 13.73%

CMYK: (38,0,19,14)
C38M0Y19K14 (38%, 0%, 19%, 14%)
(0.38 / 0.00 / 0.19 / 0.14)

CMYK percentages

%38.18
%0
%18.64
%13.73

Codes

Color #88DCB3 in popluar color models

88 DC B3
RGB 136 220 179
HSL 151° 54.55% 69.80%
HSB/HSV 151° 38.18% 86.27%
CMYK 38.18% 0.00% 18.64%
13.73%

Color #88DCB3 in popluar number systems.

HEX 88 DC B3
Decimal 136 220 179
Binary 10001000 11011100 10110011
Octal 210 334 263

Shades and tints

Shades of #88DCB3

#88DCB3
(136,220,179)
#7CC8A3
(124,200,163)
#70B493
(112,180,147)
#64A083
(100,160,131)
#588C73
(88,140,115)
#4C7863
(76,120,99)
#406453
(64,100,83)
#345043
(52,80,67)
#283C33
(40,60,51)
#1C2823
(28,40,35)
#101413
(16,20,19)
#000000
(0,0,0)

Tints of #88DCB3

#88DCB3
(136,220,179)
#92DFB9
(146,223,185)
#9CE2BF
(156,226,191)
#A6E5C5
(166,229,197)
#B0E8CB
(176,232,203)
#BAEBD1
(186,235,209)
#C4EED7
(196,238,215)
#CEF1DD
(206,241,221)
#D8F4E3
(216,244,227)
#E2F7E9
(226,247,233)
#ECFAEF
(236,250,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88DCB3 color. Also use rgb(136,220,179) instead hex code.

Text Font Color

.myTextColor { color: #88DCB3; }

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

This text font color is #88DCB3.

Background Color

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

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

This div background color is #88DCB3.

Border color

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

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

This div border color is #88DCB3.

Opacity

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

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

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

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

This text has shadow with #88DCB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88DCB3.

Preview

Color preview on black background

This text has color #88DCB3 on black background.


Color preview on white background

This text has color #88DCB3 on white background.


Black color preview on #88DCB3 background

This text has black color on #88DCB3 background.


White color preview on #88DCB3 background

This text has white color on #88DCB3 background.


Related colors

Complementary color

Complementary color for #hex is #77234C.


I love getcolorcode.com

Triadic colors

1 #B388DC and #DCB388 with #88DCB3 are triadic colors.

2 #B3DC88 and #DC88B3 with #88DCB3 are triadic colors.