COLOR #88FDB8

HEX: #88FDB8 RGB: (136,253,184)

Color info

#88FDB8 contains mainly green color. Web safe color of #88FDB8 is #99FFCC (or #9FC).

RGB color model

#88FDB8 color RGB value is (136,253,184).

RGB: (136,253,184) (53%, 99%, 72%)

RGB channels and saturation

R 136 of 255 = 53%
G 253 of 255 = 99%
B 184 of 255 = 72%

136
253
184

R + G + B ~ 75%. #88FDB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 253 + 184 = 573 (100%)
R 136 of 573 ~ 23.73%
G 253 of 573 ~ 44.15%
B 184 of 573 ~ 32.11'%

%23.73
%44.15
%32.11

CMYK color model

#88FDB8 color CMYK value is (46,0,27,1).

  • cyan value is 46.25%
  • magenta value is 0.00%
  • yellow value is 27.27%
  • key color value is 0.78%

CMYK: (46,0,27,1)
C46M0Y27K1 (46%, 0%, 27%, 1%)
(0.46 / 0.00 / 0.27 / 0.01)

CMYK percentages

%46.25
%0
%27.27
%0.78

Codes

Color #88FDB8 in popluar color models

88 FD B8
RGB 136 253 184
HSL 145° 96.69% 76.27%
HSB/HSV 145° 46.25% 99.22%
CMYK 46.25% 0.00% 27.27%
0.78%

Color #88FDB8 in popluar number systems.

HEX 88 FD B8
Decimal 136 253 184
Binary 10001000 11111101 10111000
Octal 210 375 270

Shades and tints

Shades of #88FDB8

#88FDB8
(136,253,184)
#7CE6A8
(124,230,168)
#70CF98
(112,207,152)
#64B888
(100,184,136)
#58A178
(88,161,120)
#4C8A68
(76,138,104)
#407358
(64,115,88)
#345C48
(52,92,72)
#284538
(40,69,56)
#1C2E28
(28,46,40)
#101718
(16,23,24)
#000000
(0,0,0)

Tints of #88FDB8

#88FDB8
(136,253,184)
#92FDBE
(146,253,190)
#9CFDC4
(156,253,196)
#A6FDCA
(166,253,202)
#B0FDD0
(176,253,208)
#BAFDD6
(186,253,214)
#C4FDDC
(196,253,220)
#CEFDE2
(206,253,226)
#D8FDE8
(216,253,232)
#E2FDEE
(226,253,238)
#ECFDF4
(236,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88FDB8 color. Also use rgb(136,253,184) instead hex code.

Text Font Color

.myTextColor { color: #88FDB8; }

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

This text font color is #88FDB8.

Background Color

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

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

This div background color is #88FDB8.

Border color

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

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

This div border color is #88FDB8.

Opacity

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

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

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

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

This text has shadow with #88FDB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88FDB8.

Preview

Color preview on black background

This text has color #88FDB8 on black background.


Color preview on white background

This text has color #88FDB8 on white background.


Black color preview on #88FDB8 background

This text has black color on #88FDB8 background.


White color preview on #88FDB8 background

This text has white color on #88FDB8 background.


Related colors

Complementary color

Complementary color for #hex is #770247.


I love getcolorcode.com

Triadic colors

1 #B888FD and #FDB888 with #88FDB8 are triadic colors.

2 #B8FD88 and #FD88B8 with #88FDB8 are triadic colors.