COLOR #88B283

HEX: #88B283 RGB: (136,178,131)

Color info

#88B283 contains red, green and blue colors in about the same proportion. Web safe color of #88B283 is #999999 (or #999).

RGB color model

#88B283 color RGB value is (136,178,131).

RGB: (136,178,131) (53%, 70%, 51%)

RGB channels and saturation

R 136 of 255 = 53%
G 178 of 255 = 70%
B 131 of 255 = 51%

136
178
131

R + G + B ~ 58%. #88B283 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 178 + 131 = 445 (100%)
R 136 of 445 ~ 30.56%
G 178 of 445 ~ 40%
B 131 of 445 ~ 29.44'%

%30.56
%40
%29.44

CMYK color model

#88B283 color CMYK value is (24,0,26,30).

  • cyan value is 23.60%
  • magenta value is 0.00%
  • yellow value is 26.40%
  • key color value is 30.20%
CMYK: (24,0,26,30) C24M0Y26K30 (24%,0%,26%,30%) (0.24/0.00/0.26/0.30) 

CMYK percentages

%23.6
%0
%26.4
%30.2

Codes

Color #88B283 in popluar color models

88 B2 83
RGB 136 178 131
HSL 114° 23.38% 60.59%
HSB/HSV 114° 26.40% 69.80%
CMYK 23.60% 0.00% 26.40%
30.20%

Color #88B283 in popluar number systems.

HEX 88 B2 83
Decimal 136 178 131
Binary 10001000 10110010 10000011
Octal 210 262 203

Shades and tints

Shades of #88B283

#88B283
(136,178,131)
#7CA278
(124,162,120)
#70926D
(112,146,109)
#648262
(100,130,98)
#587257
(88,114,87)
#4C624C
(76,98,76)
#405241
(64,82,65)
#344236
(52,66,54)
#28322B
(40,50,43)
#1C2220
(28,34,32)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #88B283

#88B283
(136,178,131)
#92B98E
(146,185,142)
#9CC099
(156,192,153)
#A6C7A4
(166,199,164)
#B0CEAF
(176,206,175)
#BAD5BA
(186,213,186)
#C4DCC5
(196,220,197)
#CEE3D0
(206,227,208)
#D8EADB
(216,234,219)
#E2F1E6
(226,241,230)
#ECF8F1
(236,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B283 color. Also use rgb(136,178,131) instead hex code.

Text Font Color

.myTextColor { color: #88B283; }

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

This text font color is #88B283.

Background Color

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

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

This div background color is #88B283.

Border color

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

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

This div border color is #88B283.

Opacity

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

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

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

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

This text has shadow with #88B283 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B283.

Preview

Color preview on black background

This text has color #88B283 on black background.


Color preview on white background

This text has color #88B283 on white background.


Black color preview on #88B283 background

This text has black color on #88B283 background.


White color preview on #88B283 background

This text has white color on #88B283 background.


Related colors

Complementary color

Complementary color for #hex is #774D7C.


I love getcolorcode.com

Triadic colors

1 #8388B2 and #B28388 with #88B283 are triadic colors.

2 #83B288 and #B28883 with #88B283 are triadic colors.