COLOR #88B885

HEX: #88B885
RGB: (136,184,133)

Color info

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

RGB color model

#88B885 color RGB value is (136,184,133).

  • red value is 136;
  • green value is 184;
  • blue value is 133.
RGB:
(136,184,133)
(53%,72%,52%)

RGB channels and saturation

R 136 of 255 = 53%
G 184 of 255 = 72%
B 133 of 255 = 52%

136
184
133

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

Portions of RGB colors in percentages

R + G + B =
136 + 184 + 133 = 453 (100%)
R 136 of 453 ~ 30.02%
G 184 of 453 ~ 40.62%
B 133 of 453 ~ 29.36%

%30.02
%40.62
%29.36

CMYK color model

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

  • cyan value is 26.09%
  • magenta value is 0.00%
  • yellow value is 27.72%
  • key color value is 27.84%
CMYK:
(26,0,28,28)
C26M0Y28K28 
(26%,0%,28%,28%)
(0.26/0.00/0.28/0.28)	

CMYK percentages

%26.09
%0
%27.72
%27.84

Codes

Color #88B885 in popluar color models

88B885
RGB136184133
HSL116°26.42%62.16%
HSB/HSV116°27.72%72.16%
CMYK26.09%0.00%27.72%
27.84%

Color #88B885 in popluar number systems.

HEX88B885
Decimal136184133
Binary100010001011100010000101
Octal210270205

Shades and tints

Shades of #88B885

#88B885
(136,184,133)
#7CA879
(124,168,121)
#70986D
(112,152,109)
#648861
(100,136,97)
#587855
(88,120,85)
#4C6849
(76,104,73)
#40583D
(64,88,61)
#344831
(52,72,49)
#283825
(40,56,37)
#1C2819
(28,40,25)
#10180D
(16,24,13)
#000000
(0,0,0)

Tints of #88B885

#88B885
(136,184,133)
#92BE90
(146,190,144)
#9CC49B
(156,196,155)
#A6CAA6
(166,202,166)
#B0D0B1
(176,208,177)
#BAD6BC
(186,214,188)
#C4DCC7
(196,220,199)
#CEE2D2
(206,226,210)
#D8E8DD
(216,232,221)
#E2EEE8
(226,238,232)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B885 color. Also use rgb(136,184,133) instead hex code.

Text Font Color

.myTextColor { color: #88B885; }

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

This text font color is #88B885.


Background Color

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

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

This div background color is #88B885.


Border color

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

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

This div border color is #88B885.


Opacity

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

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

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

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

This text has shadow with #88B885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B885 on black background.


Color preview on white background

This text has color #88B885 on white background.



Black color preview on #88B885 background

This text has black color on #88B885 background.


White color preview on #88B885 background

This text has white color on #88B885 background.