COLOR #88B48D

HEX: #88B48D RGB: (136,180,141)

Color info

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

RGB color model

#88B48D color RGB value is (136,180,141).

RGB: (136,180,141) (53%, 71%, 55%)

RGB channels and saturation

R 136 of 255 = 53%
G 180 of 255 = 71%
B 141 of 255 = 55%

136
180
141

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

Portions of RGB colors in percentages

R + G + B = 136 + 180 + 141 = 457 (100%)
R 136 of 457 ~ 29.76%
G 180 of 457 ~ 39.39%
B 141 of 457 ~ 30.85'%

%29.76
%39.39
%30.85

CMYK color model

#88B48D color CMYK value is (24,0,22,29).

  • cyan value is 24.44%
  • magenta value is 0.00%
  • yellow value is 21.67%
  • key color value is 29.41%

CMYK: (24,0,22,29)
C24M0Y22K29 (24%, 0%, 22%, 29%)
(0.24 / 0.00 / 0.22 / 0.29)

CMYK percentages

%24.44
%0
%21.67
%29.41

Codes

Color #88B48D in popluar color models

88 B4 8D
RGB 136 180 141
HSL 127° 22.68% 61.96%
HSB/HSV 127° 24.44% 70.59%
CMYK 24.44% 0.00% 21.67%
29.41%

Color #88B48D in popluar number systems.

HEX 88 B4 8D
Decimal 136 180 141
Binary 10001000 10110100 10001101
Octal 210 264 215

Shades and tints

Shades of #88B48D

#88B48D
(136,180,141)
#7CA481
(124,164,129)
#709475
(112,148,117)
#648469
(100,132,105)
#58745D
(88,116,93)
#4C6451
(76,100,81)
#405445
(64,84,69)
#344439
(52,68,57)
#28342D
(40,52,45)
#1C2421
(28,36,33)
#101415
(16,20,21)
#000000
(0,0,0)

Tints of #88B48D

#88B48D
(136,180,141)
#92BA97
(146,186,151)
#9CC0A1
(156,192,161)
#A6C6AB
(166,198,171)
#B0CCB5
(176,204,181)
#BAD2BF
(186,210,191)
#C4D8C9
(196,216,201)
#CEDED3
(206,222,211)
#D8E4DD
(216,228,221)
#E2EAE7
(226,234,231)
#ECF0F1
(236,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B48D color. Also use rgb(136,180,141) instead hex code.

Text Font Color

.myTextColor { color: #88B48D; }

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

This text font color is #88B48D.

Background Color

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

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

This div background color is #88B48D.

Border color

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

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

This div border color is #88B48D.

Opacity

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

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

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

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

This text has shadow with #88B48D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B48D.

Preview

Color preview on black background

This text has color #88B48D on black background.


Color preview on white background

This text has color #88B48D on white background.


Black color preview on #88B48D background

This text has black color on #88B48D background.


White color preview on #88B48D background

This text has white color on #88B48D background.


Related colors

Complementary color

Complementary color for #hex is #774B72.


I love getcolorcode.com

Triadic colors

1 #8D88B4 and #B48D88 with #88B48D are triadic colors.

2 #8DB488 and #B4888D with #88B48D are triadic colors.