COLOR #88DBAB

HEX: #88DBAB RGB: (136,219,171)

Color info

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

RGB color model

#88DBAB color RGB value is (136,219,171).

RGB: (136,219,171) (53%, 86%, 67%)

RGB channels and saturation

R 136 of 255 = 53%
G 219 of 255 = 86%
B 171 of 255 = 67%

136
219
171

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

Portions of RGB colors in percentages

R + G + B = 136 + 219 + 171 = 526 (100%)
R 136 of 526 ~ 25.86%
G 219 of 526 ~ 41.63%
B 171 of 526 ~ 32.51'%

%25.86
%41.63
%32.51

CMYK color model

#88DBAB color CMYK value is (38,0,22,14).

  • cyan value is 37.90%
  • magenta value is 0.00%
  • yellow value is 21.92%
  • key color value is 14.12%
CMYK: (38,0,22,14) C38M0Y22K14 (38%,0%,22%,14%) (0.38/0.00/0.22/0.14) 

CMYK percentages

%37.9
%0
%21.92
%14.12

Codes

Color #88DBAB in popluar color models

88 DB AB
RGB 136 219 171
HSL 145° 53.55% 69.61%
HSB/HSV 145° 37.90% 85.88%
CMYK 37.90% 0.00% 21.92%
14.12%

Color #88DBAB in popluar number systems.

HEX 88 DB AB
Decimal 136 219 171
Binary 10001000 11011011 10101011
Octal 210 333 253

Shades and tints

Shades of #88DBAB

#88DBAB
(136,219,171)
#7CC89C
(124,200,156)
#70B58D
(112,181,141)
#64A27E
(100,162,126)
#588F6F
(88,143,111)
#4C7C60
(76,124,96)
#406951
(64,105,81)
#345642
(52,86,66)
#284333
(40,67,51)
#1C3024
(28,48,36)
#101D15
(16,29,21)
#000000
(0,0,0)

Tints of #88DBAB

#88DBAB
(136,219,171)
#92DEB2
(146,222,178)
#9CE1B9
(156,225,185)
#A6E4C0
(166,228,192)
#B0E7C7
(176,231,199)
#BAEACE
(186,234,206)
#C4EDD5
(196,237,213)
#CEF0DC
(206,240,220)
#D8F3E3
(216,243,227)
#E2F6EA
(226,246,234)
#ECF9F1
(236,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88DBAB; }

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

This text font color is #88DBAB.

Background Color

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

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

This div background color is #88DBAB.

Border color

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

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

This div border color is #88DBAB.

Opacity

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

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

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

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

This text has shadow with #88DBAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88DBAB.

Preview

Color preview on black background

This text has color #88DBAB on black background.


Color preview on white background

This text has color #88DBAB on white background.


Black color preview on #88DBAB background

This text has black color on #88DBAB background.


White color preview on #88DBAB background

This text has white color on #88DBAB background.


Related colors

Complementary color

Complementary color for #hex is #772454.


I love getcolorcode.com

Triadic colors

1 #AB88DB and #DBAB88 with #88DBAB are triadic colors.

2 #ABDB88 and #DB88AB with #88DBAB are triadic colors.