COLOR #88C093

HEX: #88C093 RGB: (136,192,147)

Color info

#88C093 contains red, green and blue colors in about the same proportion. Web safe color of #88C093 is #99CC99 (or #9C9).

RGB color model

#88C093 color RGB value is (136,192,147).

RGB: (136,192,147) (53%, 75%, 58%)

RGB channels and saturation

R 136 of 255 = 53%
G 192 of 255 = 75%
B 147 of 255 = 58%

136
192
147

R + G + B ~ 62%. #88C093 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 192 + 147 = 475 (100%)
R 136 of 475 ~ 28.63%
G 192 of 475 ~ 40.42%
B 147 of 475 ~ 30.95'%

%28.63
%40.42
%30.95

CMYK color model

#88C093 color CMYK value is (29,0,23,25).

  • cyan value is 29.17%
  • magenta value is 0.00%
  • yellow value is 23.44%
  • key color value is 24.71%

CMYK: (29,0,23,25)
C29M0Y23K25 (29%, 0%, 23%, 25%)
(0.29 / 0.00 / 0.23 / 0.25)

CMYK percentages

%29.17
%0
%23.44
%24.71

Codes

Color #88C093 in popluar color models

88 C0 93
RGB 136 192 147
HSL 132° 30.77% 64.31%
HSB/HSV 132° 29.17% 75.29%
CMYK 29.17% 0.00% 23.44%
24.71%

Color #88C093 in popluar number systems.

HEX 88 C0 93
Decimal 136 192 147
Binary 10001000 11000000 10010011
Octal 210 300 223

Shades and tints

Shades of #88C093

#88C093
(136,192,147)
#7CAF86
(124,175,134)
#709E79
(112,158,121)
#648D6C
(100,141,108)
#587C5F
(88,124,95)
#4C6B52
(76,107,82)
#405A45
(64,90,69)
#344938
(52,73,56)
#28382B
(40,56,43)
#1C271E
(28,39,30)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #88C093

#88C093
(136,192,147)
#92C59C
(146,197,156)
#9CCAA5
(156,202,165)
#A6CFAE
(166,207,174)
#B0D4B7
(176,212,183)
#BAD9C0
(186,217,192)
#C4DEC9
(196,222,201)
#CEE3D2
(206,227,210)
#D8E8DB
(216,232,219)
#E2EDE4
(226,237,228)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C093 color. Also use rgb(136,192,147) instead hex code.

Text Font Color

.myTextColor { color: #88C093; }

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

This text font color is #88C093.

Background Color

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

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

This div background color is #88C093.

Border color

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

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

This div border color is #88C093.

Opacity

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

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

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

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

This text has shadow with #88C093 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C093.

Preview

Color preview on black background

This text has color #88C093 on black background.


Color preview on white background

This text has color #88C093 on white background.


Black color preview on #88C093 background

This text has black color on #88C093 background.


White color preview on #88C093 background

This text has white color on #88C093 background.


Related colors

Complementary color

Complementary color for #hex is #773F6C.


I love getcolorcode.com

Triadic colors

1 #9388C0 and #C09388 with #88C093 are triadic colors.

2 #93C088 and #C08893 with #88C093 are triadic colors.