COLOR #88B792

HEX: #88B792 RGB: (136,183,146)

Color info

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

RGB color model

#88B792 color RGB value is (136,183,146).

RGB: (136,183,146) (53%, 72%, 57%)

RGB channels and saturation

R 136 of 255 = 53%
G 183 of 255 = 72%
B 146 of 255 = 57%

136
183
146

R + G + B ~ 61%. #88B792 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 183 + 146 = 465 (100%)
R 136 of 465 ~ 29.25%
G 183 of 465 ~ 39.35%
B 146 of 465 ~ 31.4'%

%29.25
%39.35
%31.4

CMYK color model

#88B792 color CMYK value is (26,0,20,28).

  • cyan value is 25.68%
  • magenta value is 0.00%
  • yellow value is 20.22%
  • key color value is 28.24%

CMYK: (26,0,20,28)
C26M0Y20K28 (26%, 0%, 20%, 28%)
(0.26 / 0.00 / 0.20 / 0.28)

CMYK percentages

%25.68
%0
%20.22
%28.24

Codes

Color #88B792 in popluar color models

88 B7 92
RGB 136 183 146
HSL 133° 24.61% 62.55%
HSB/HSV 133° 25.68% 71.76%
CMYK 25.68% 0.00% 20.22%
28.24%

Color #88B792 in popluar number systems.

HEX 88 B7 92
Decimal 136 183 146
Binary 10001000 10110111 10010010
Octal 210 267 222

Shades and tints

Shades of #88B792

#88B792
(136,183,146)
#7CA785
(124,167,133)
#709778
(112,151,120)
#64876B
(100,135,107)
#58775E
(88,119,94)
#4C6751
(76,103,81)
#405744
(64,87,68)
#344737
(52,71,55)
#28372A
(40,55,42)
#1C271D
(28,39,29)
#101710
(16,23,16)
#000000
(0,0,0)

Tints of #88B792

#88B792
(136,183,146)
#92BD9B
(146,189,155)
#9CC3A4
(156,195,164)
#A6C9AD
(166,201,173)
#B0CFB6
(176,207,182)
#BAD5BF
(186,213,191)
#C4DBC8
(196,219,200)
#CEE1D1
(206,225,209)
#D8E7DA
(216,231,218)
#E2EDE3
(226,237,227)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B792; }

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

This text font color is #88B792.

Background Color

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

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

This div background color is #88B792.

Border color

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

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

This div border color is #88B792.

Opacity

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

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

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

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

This text has shadow with #88B792 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B792.

Preview

Color preview on black background

This text has color #88B792 on black background.


Color preview on white background

This text has color #88B792 on white background.


Black color preview on #88B792 background

This text has black color on #88B792 background.


White color preview on #88B792 background

This text has white color on #88B792 background.


Related colors

Complementary color

Complementary color for #hex is #77486D.


I love getcolorcode.com

Triadic colors

1 #9288B7 and #B79288 with #88B792 are triadic colors.

2 #92B788 and #B78892 with #88B792 are triadic colors.