COLOR #88DFB7

HEX: #88DFB7 RGB: (136,223,183)

Color info

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

RGB color model

#88DFB7 color RGB value is (136,223,183).

RGB: (136,223,183) (53%, 87%, 72%)

RGB channels and saturation

R 136 of 255 = 53%
G 223 of 255 = 87%
B 183 of 255 = 72%

136
223
183

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

Portions of RGB colors in percentages

R + G + B = 136 + 223 + 183 = 542 (100%)
R 136 of 542 ~ 25.09%
G 223 of 542 ~ 41.14%
B 183 of 542 ~ 33.76'%

%25.09
%41.14
%33.76

CMYK color model

#88DFB7 color CMYK value is (39,0,18,13).

  • cyan value is 39.01%
  • magenta value is 0.00%
  • yellow value is 17.94%
  • key color value is 12.55%
CMYK: (39,0,18,13) C39M0Y18K13 (39%,0%,18%,13%) (0.39/0.00/0.18/0.13) 

CMYK percentages

%39.01
%0
%17.94
%12.55

Codes

Color #88DFB7 in popluar color models

88 DF B7
RGB 136 223 183
HSL 152° 57.62% 70.39%
HSB/HSV 152° 39.01% 87.45%
CMYK 39.01% 0.00% 17.94%
12.55%

Color #88DFB7 in popluar number systems.

HEX 88 DF B7
Decimal 136 223 183
Binary 10001000 11011111 10110111
Octal 210 337 267

Shades and tints

Shades of #88DFB7

#88DFB7
(136,223,183)
#7CCBA7
(124,203,167)
#70B797
(112,183,151)
#64A387
(100,163,135)
#588F77
(88,143,119)
#4C7B67
(76,123,103)
#406757
(64,103,87)
#345347
(52,83,71)
#283F37
(40,63,55)
#1C2B27
(28,43,39)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #88DFB7

#88DFB7
(136,223,183)
#92E1BD
(146,225,189)
#9CE3C3
(156,227,195)
#A6E5C9
(166,229,201)
#B0E7CF
(176,231,207)
#BAE9D5
(186,233,213)
#C4EBDB
(196,235,219)
#CEEDE1
(206,237,225)
#D8EFE7
(216,239,231)
#E2F1ED
(226,241,237)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88DFB7; }

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

This text font color is #88DFB7.

Background Color

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

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

This div background color is #88DFB7.

Border color

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

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

This div border color is #88DFB7.

Opacity

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

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

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

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

This text has shadow with #88DFB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88DFB7.

Preview

Color preview on black background

This text has color #88DFB7 on black background.


Color preview on white background

This text has color #88DFB7 on white background.


Black color preview on #88DFB7 background

This text has black color on #88DFB7 background.


White color preview on #88DFB7 background

This text has white color on #88DFB7 background.


Related colors

Complementary color

Complementary color for #hex is #772048.


I love getcolorcode.com

Triadic colors

1 #B788DF and #DFB788 with #88DFB7 are triadic colors.

2 #B7DF88 and #DF88B7 with #88DFB7 are triadic colors.