COLOR #88B49C

HEX: #88B49C RGB: (136,180,156)

Color info

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

RGB color model

#88B49C color RGB value is (136,180,156).

RGB: (136,180,156) (53%, 71%, 61%)

RGB channels and saturation

R 136 of 255 = 53%
G 180 of 255 = 71%
B 156 of 255 = 61%

136
180
156

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

Portions of RGB colors in percentages

R + G + B = 136 + 180 + 156 = 472 (100%)
R 136 of 472 ~ 28.81%
G 180 of 472 ~ 38.14%
B 156 of 472 ~ 33.05'%

%28.81
%38.14
%33.05

CMYK color model

#88B49C color CMYK value is (24,0,13,29).

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

CMYK: (24,0,13,29)
C24M0Y13K29 (24%, 0%, 13%, 29%)
(0.24 / 0.00 / 0.13 / 0.29)

CMYK percentages

%24.44
%0
%13.33
%29.41

Codes

Color #88B49C in popluar color models

88 B4 9C
RGB 136 180 156
HSL 147° 22.68% 61.96%
HSB/HSV 147° 24.44% 70.59%
CMYK 24.44% 0.00% 13.33%
29.41%

Color #88B49C in popluar number systems.

HEX 88 B4 9C
Decimal 136 180 156
Binary 10001000 10110100 10011100
Octal 210 264 234

Shades and tints

Shades of #88B49C

#88B49C
(136,180,156)
#7CA48E
(124,164,142)
#709480
(112,148,128)
#648472
(100,132,114)
#587464
(88,116,100)
#4C6456
(76,100,86)
#405448
(64,84,72)
#34443A
(52,68,58)
#28342C
(40,52,44)
#1C241E
(28,36,30)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #88B49C

#88B49C
(136,180,156)
#92BAA5
(146,186,165)
#9CC0AE
(156,192,174)
#A6C6B7
(166,198,183)
#B0CCC0
(176,204,192)
#BAD2C9
(186,210,201)
#C4D8D2
(196,216,210)
#CEDEDB
(206,222,219)
#D8E4E4
(216,228,228)
#E2EAED
(226,234,237)
#ECF0F6
(236,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B49C; }

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

This text font color is #88B49C.

Background Color

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

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

This div background color is #88B49C.

Border color

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

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

This div border color is #88B49C.

Opacity

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

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

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

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

This text has shadow with #88B49C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B49C.

Preview

Color preview on black background

This text has color #88B49C on black background.


Color preview on white background

This text has color #88B49C on white background.


Black color preview on #88B49C background

This text has black color on #88B49C background.


White color preview on #88B49C background

This text has white color on #88B49C background.


Related colors

Complementary color

Complementary color for #hex is #774B63.


I love getcolorcode.com

Triadic colors

1 #9C88B4 and #B49C88 with #88B49C are triadic colors.

2 #9CB488 and #B4889C with #88B49C are triadic colors.