COLOR #88DFB3

HEX: #88DFB3 RGB: (136,223,179)

Color info

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

RGB color model

#88DFB3 color RGB value is (136,223,179).

RGB: (136,223,179) (53%, 87%, 70%)

RGB channels and saturation

R 136 of 255 = 53%
G 223 of 255 = 87%
B 179 of 255 = 70%

136
223
179

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

Portions of RGB colors in percentages

R + G + B = 136 + 223 + 179 = 538 (100%)
R 136 of 538 ~ 25.28%
G 223 of 538 ~ 41.45%
B 179 of 538 ~ 33.27'%

%25.28
%41.45
%33.27

CMYK color model

#88DFB3 color CMYK value is (39,0,20,13).

  • cyan value is 39.01%
  • magenta value is 0.00%
  • yellow value is 19.73%
  • key color value is 12.55%

CMYK: (39,0,20,13)
C39M0Y20K13 (39%, 0%, 20%, 13%)
(0.39 / 0.00 / 0.20 / 0.13)

CMYK percentages

%39.01
%0
%19.73
%12.55

Codes

Color #88DFB3 in popluar color models

88 DF B3
RGB 136 223 179
HSL 150° 57.62% 70.39%
HSB/HSV 150° 39.01% 87.45%
CMYK 39.01% 0.00% 19.73%
12.55%

Color #88DFB3 in popluar number systems.

HEX 88 DF B3
Decimal 136 223 179
Binary 10001000 11011111 10110011
Octal 210 337 263

Shades and tints

Shades of #88DFB3

#88DFB3
(136,223,179)
#7CCBA3
(124,203,163)
#70B793
(112,183,147)
#64A383
(100,163,131)
#588F73
(88,143,115)
#4C7B63
(76,123,99)
#406753
(64,103,83)
#345343
(52,83,67)
#283F33
(40,63,51)
#1C2B23
(28,43,35)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #88DFB3

#88DFB3
(136,223,179)
#92E1B9
(146,225,185)
#9CE3BF
(156,227,191)
#A6E5C5
(166,229,197)
#B0E7CB
(176,231,203)
#BAE9D1
(186,233,209)
#C4EBD7
(196,235,215)
#CEEDDD
(206,237,221)
#D8EFE3
(216,239,227)
#E2F1E9
(226,241,233)
#ECF3EF
(236,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88DFB3; }

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

This text font color is #88DFB3.

Background Color

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

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

This div background color is #88DFB3.

Border color

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

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

This div border color is #88DFB3.

Opacity

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

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

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

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

This text has shadow with #88DFB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88DFB3.

Preview

Color preview on black background

This text has color #88DFB3 on black background.


Color preview on white background

This text has color #88DFB3 on white background.


Black color preview on #88DFB3 background

This text has black color on #88DFB3 background.


White color preview on #88DFB3 background

This text has white color on #88DFB3 background.


Related colors

Complementary color

Complementary color for #hex is #77204C.


I love getcolorcode.com

Triadic colors

1 #B388DF and #DFB388 with #88DFB3 are triadic colors.

2 #B3DF88 and #DF88B3 with #88DFB3 are triadic colors.