COLOR #88F2D3

HEX: #88F2D3 RGB: (136,242,211)

Color info

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

RGB color model

#88F2D3 color RGB value is (136,242,211).

RGB: (136,242,211) (53%, 95%, 83%)

RGB channels and saturation

R 136 of 255 = 53%
G 242 of 255 = 95%
B 211 of 255 = 83%

136
242
211

R + G + B ~ 77%. #88F2D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 242 + 211 = 589 (100%)
R 136 of 589 ~ 23.09%
G 242 of 589 ~ 41.09%
B 211 of 589 ~ 35.82'%

%23.09
%41.09
%35.82

CMYK color model

#88F2D3 color CMYK value is (44,0,13,5).

  • cyan value is 43.80%
  • magenta value is 0.00%
  • yellow value is 12.81%
  • key color value is 5.10%
CMYK: (44,0,13,5) C44M0Y13K5 (44%,0%,13%,5%) (0.44/0.00/0.13/0.05) 

CMYK percentages

%43.8
%0
%12.81
%5.1

Codes

Color #88F2D3 in popluar color models

88 F2 D3
RGB 136 242 211
HSL 162° 80.30% 74.12%
HSB/HSV 162° 43.80% 94.90%
CMYK 43.80% 0.00% 12.81%
5.10%

Color #88F2D3 in popluar number systems.

HEX 88 F2 D3
Decimal 136 242 211
Binary 10001000 11110010 11010011
Octal 210 362 323

Shades and tints

Shades of #88F2D3

#88F2D3
(136,242,211)
#7CDCC0
(124,220,192)
#70C6AD
(112,198,173)
#64B09A
(100,176,154)
#589A87
(88,154,135)
#4C8474
(76,132,116)
#406E61
(64,110,97)
#34584E
(52,88,78)
#28423B
(40,66,59)
#1C2C28
(28,44,40)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #88F2D3

#88F2D3
(136,242,211)
#92F3D7
(146,243,215)
#9CF4DB
(156,244,219)
#A6F5DF
(166,245,223)
#B0F6E3
(176,246,227)
#BAF7E7
(186,247,231)
#C4F8EB
(196,248,235)
#CEF9EF
(206,249,239)
#D8FAF3
(216,250,243)
#E2FBF7
(226,251,247)
#ECFCFB
(236,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88F2D3 color. Also use rgb(136,242,211) instead hex code.

Text Font Color

.myTextColor { color: #88F2D3; }

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

This text font color is #88F2D3.

Background Color

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

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

This div background color is #88F2D3.

Border color

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

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

This div border color is #88F2D3.

Opacity

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

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

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

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

This text has shadow with #88F2D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88F2D3.

Preview

Color preview on black background

This text has color #88F2D3 on black background.


Color preview on white background

This text has color #88F2D3 on white background.


Black color preview on #88F2D3 background

This text has black color on #88F2D3 background.


White color preview on #88F2D3 background

This text has white color on #88F2D3 background.


Related colors

Complementary color

Complementary color for #hex is #770D2C.


I love getcolorcode.com

Triadic colors

1 #D388F2 and #F2D388 with #88F2D3 are triadic colors.

2 #D3F288 and #F288D3 with #88F2D3 are triadic colors.