COLOR #88FFD8

HEX: #88FFD8 RGB: (136,255,216)

Color info

#88FFD8 contains mainly green and blue colors. Web safe color of #88FFD8 is #99FFCC (or #9FC).

RGB color model

#88FFD8 color RGB value is (136,255,216).

RGB: (136,255,216) (53%, 100%, 85%)

RGB channels and saturation

R 136 of 255 = 53%
G 255 of 255 = 100%
B 216 of 255 = 85%

136
255
216

R + G + B ~ 79%. #88FFD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 255 + 216 = 607 (100%)
R 136 of 607 ~ 22.41%
G 255 of 607 ~ 42.01%
B 216 of 607 ~ 35.58'%

%22.41
%42.01
%35.58

CMYK color model

#88FFD8 color CMYK value is (47,0,15,0).

  • cyan value is 46.67%
  • magenta value is 0.00%
  • yellow value is 15.29%
  • key color value is 0.00%

CMYK: (47,0,15,0)
C47M0Y15K0 (47%, 0%, 15%, 0%)
(0.47 / 0.00 / 0.15 / 0.00)

CMYK percentages

%46.67
%0
%15.29
%0

Codes

Color #88FFD8 in popluar color models

88 FF D8
RGB 136 255 216
HSL 160° 100.00% 76.67%
HSB/HSV 160° 46.67% 100.00%
CMYK 46.67% 0.00% 15.29%
0.00%

Color #88FFD8 in popluar number systems.

HEX 88 FF D8
Decimal 136 255 216
Binary 10001000 11111111 11011000
Octal 210 377 330

Shades and tints

Shades of #88FFD8

#88FFD8
(136,255,216)
#7CE8C5
(124,232,197)
#70D1B2
(112,209,178)
#64BA9F
(100,186,159)
#58A38C
(88,163,140)
#4C8C79
(76,140,121)
#407566
(64,117,102)
#345E53
(52,94,83)
#284740
(40,71,64)
#1C302D
(28,48,45)
#10191A
(16,25,26)
#000000
(0,0,0)

Tints of #88FFD8

#88FFD8
(136,255,216)
#92FFDB
(146,255,219)
#9CFFDE
(156,255,222)
#A6FFE1
(166,255,225)
#B0FFE4
(176,255,228)
#BAFFE7
(186,255,231)
#C4FFEA
(196,255,234)
#CEFFED
(206,255,237)
#D8FFF0
(216,255,240)
#E2FFF3
(226,255,243)
#ECFFF6
(236,255,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88FFD8 color. Also use rgb(136,255,216) instead hex code.

Text Font Color

.myTextColor { color: #88FFD8; }

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

This text font color is #88FFD8.

Background Color

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

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

This div background color is #88FFD8.

Border color

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

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

This div border color is #88FFD8.

Opacity

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

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

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

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

This text has shadow with #88FFD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88FFD8.

Preview

Color preview on black background

This text has color #88FFD8 on black background.


Color preview on white background

This text has color #88FFD8 on white background.


Black color preview on #88FFD8 background

This text has black color on #88FFD8 background.


White color preview on #88FFD8 background

This text has white color on #88FFD8 background.


Related colors

Complementary color

Complementary color for #hex is #770027.


I love getcolorcode.com

Triadic colors

1 #D888FF and #FFD888 with #88FFD8 are triadic colors.

2 #D8FF88 and #FF88D8 with #88FFD8 are triadic colors.