COLOR #88D192

HEX: #88D192 RGB: (136,209,146)

Color info

#88D192 contains mainly green color. Web safe color of #88D192 is #99CC99 (or #9C9).

RGB color model

#88D192 color RGB value is (136,209,146).

RGB: (136,209,146) (53%, 82%, 57%)

RGB channels and saturation

R 136 of 255 = 53%
G 209 of 255 = 82%
B 146 of 255 = 57%

136
209
146

R + G + B ~ 64%. #88D192 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 209 + 146 = 491 (100%)
R 136 of 491 ~ 27.7%
G 209 of 491 ~ 42.57%
B 146 of 491 ~ 29.74'%

%27.7
%42.57
%29.74

CMYK color model

#88D192 color CMYK value is (35,0,30,18).

  • cyan value is 34.93%
  • magenta value is 0.00%
  • yellow value is 30.14%
  • key color value is 18.04%

CMYK: (35,0,30,18)
C35M0Y30K18 (35%, 0%, 30%, 18%)
(0.35 / 0.00 / 0.30 / 0.18)

CMYK percentages

%34.93
%0
%30.14
%18.04

Codes

Color #88D192 in popluar color models

88 D1 92
RGB 136 209 146
HSL 128° 44.24% 67.65%
HSB/HSV 128° 34.93% 81.96%
CMYK 34.93% 0.00% 30.14%
18.04%

Color #88D192 in popluar number systems.

HEX 88 D1 92
Decimal 136 209 146
Binary 10001000 11010001 10010010
Octal 210 321 222

Shades and tints

Shades of #88D192

#88D192
(136,209,146)
#7CBE85
(124,190,133)
#70AB78
(112,171,120)
#64986B
(100,152,107)
#58855E
(88,133,94)
#4C7251
(76,114,81)
#405F44
(64,95,68)
#344C37
(52,76,55)
#28392A
(40,57,42)
#1C261D
(28,38,29)
#101310
(16,19,16)
#000000
(0,0,0)

Tints of #88D192

#88D192
(136,209,146)
#92D59B
(146,213,155)
#9CD9A4
(156,217,164)
#A6DDAD
(166,221,173)
#B0E1B6
(176,225,182)
#BAE5BF
(186,229,191)
#C4E9C8
(196,233,200)
#CEEDD1
(206,237,209)
#D8F1DA
(216,241,218)
#E2F5E3
(226,245,227)
#ECF9EC
(236,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88D192 color. Also use rgb(136,209,146) instead hex code.

Text Font Color

.myTextColor { color: #88D192; }

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

This text font color is #88D192.

Background Color

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

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

This div background color is #88D192.

Border color

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

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

This div border color is #88D192.

Opacity

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

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

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

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

This text has shadow with #88D192 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88D192.

Preview

Color preview on black background

This text has color #88D192 on black background.


Color preview on white background

This text has color #88D192 on white background.


Black color preview on #88D192 background

This text has black color on #88D192 background.


White color preview on #88D192 background

This text has white color on #88D192 background.


Related colors

Complementary color

Complementary color for #hex is #772E6D.


I love getcolorcode.com

Triadic colors

1 #9288D1 and #D19288 with #88D192 are triadic colors.

2 #92D188 and #D18892 with #88D192 are triadic colors.