COLOR #88C092

HEX: #88C092 RGB: (136,192,146)

Color info

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

RGB color model

#88C092 color RGB value is (136,192,146).

RGB: (136,192,146) (53%, 75%, 57%)

RGB channels and saturation

R 136 of 255 = 53%
G 192 of 255 = 75%
B 146 of 255 = 57%

136
192
146

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

Portions of RGB colors in percentages

R + G + B = 136 + 192 + 146 = 474 (100%)
R 136 of 474 ~ 28.69%
G 192 of 474 ~ 40.51%
B 146 of 474 ~ 30.8'%

%28.69
%40.51
%30.8

CMYK color model

#88C092 color CMYK value is (29,0,24,25).

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

CMYK: (29,0,24,25)
C29M0Y24K25 (29%, 0%, 24%, 25%)
(0.29 / 0.00 / 0.24 / 0.25)

CMYK percentages

%29.17
%0
%23.96
%24.71

Codes

Color #88C092 in popluar color models

88 C0 92
RGB 136 192 146
HSL 131° 30.77% 64.31%
HSB/HSV 131° 29.17% 75.29%
CMYK 29.17% 0.00% 23.96%
24.71%

Color #88C092 in popluar number systems.

HEX 88 C0 92
Decimal 136 192 146
Binary 10001000 11000000 10010010
Octal 210 300 222

Shades and tints

Shades of #88C092

#88C092
(136,192,146)
#7CAF85
(124,175,133)
#709E78
(112,158,120)
#648D6B
(100,141,107)
#587C5E
(88,124,94)
#4C6B51
(76,107,81)
#405A44
(64,90,68)
#344937
(52,73,55)
#28382A
(40,56,42)
#1C271D
(28,39,29)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #88C092

#88C092
(136,192,146)
#92C59B
(146,197,155)
#9CCAA4
(156,202,164)
#A6CFAD
(166,207,173)
#B0D4B6
(176,212,182)
#BAD9BF
(186,217,191)
#C4DEC8
(196,222,200)
#CEE3D1
(206,227,209)
#D8E8DA
(216,232,218)
#E2EDE3
(226,237,227)
#ECF2EC
(236,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C092; }

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

This text font color is #88C092.

Background Color

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

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

This div background color is #88C092.

Border color

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

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

This div border color is #88C092.

Opacity

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

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

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

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

This text has shadow with #88C092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C092.

Preview

Color preview on black background

This text has color #88C092 on black background.


Color preview on white background

This text has color #88C092 on white background.


Black color preview on #88C092 background

This text has black color on #88C092 background.


White color preview on #88C092 background

This text has white color on #88C092 background.


Related colors

Complementary color

Complementary color for #hex is #773F6D.


I love getcolorcode.com

Triadic colors

1 #9288C0 and #C09288 with #88C092 are triadic colors.

2 #92C088 and #C08892 with #88C092 are triadic colors.