COLOR #88B3A0

HEX: #88B3A0 RGB: (136,179,160)

Color info

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

RGB color model

#88B3A0 color RGB value is (136,179,160).

RGB: (136,179,160) (53%, 70%, 63%)

RGB channels and saturation

R 136 of 255 = 53%
G 179 of 255 = 70%
B 160 of 255 = 63%

136
179
160

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

Portions of RGB colors in percentages

R + G + B = 136 + 179 + 160 = 475 (100%)
R 136 of 475 ~ 28.63%
G 179 of 475 ~ 37.68%
B 160 of 475 ~ 33.68'%

%28.63
%37.68
%33.68

CMYK color model

#88B3A0 color CMYK value is (24,0,11,30).

  • cyan value is 24.02%
  • magenta value is 0.00%
  • yellow value is 10.61%
  • key color value is 29.80%
CMYK: (24,0,11,30) C24M0Y11K30 (24%,0%,11%,30%) (0.24/0.00/0.11/0.30) 

CMYK percentages

%24.02
%0
%10.61
%29.8

Codes

Color #88B3A0 in popluar color models

88 B3 A0
RGB 136 179 160
HSL 153° 22.05% 61.76%
HSB/HSV 153° 24.02% 70.20%
CMYK 24.02% 0.00% 10.61%
29.80%

Color #88B3A0 in popluar number systems.

HEX 88 B3 A0
Decimal 136 179 160
Binary 10001000 10110011 10100000
Octal 210 263 240

Shades and tints

Shades of #88B3A0

#88B3A0
(136,179,160)
#7CA392
(124,163,146)
#709384
(112,147,132)
#648376
(100,131,118)
#587368
(88,115,104)
#4C635A
(76,99,90)
#40534C
(64,83,76)
#34433E
(52,67,62)
#283330
(40,51,48)
#1C2322
(28,35,34)
#101314
(16,19,20)
#000000
(0,0,0)

Tints of #88B3A0

#88B3A0
(136,179,160)
#92B9A8
(146,185,168)
#9CBFB0
(156,191,176)
#A6C5B8
(166,197,184)
#B0CBC0
(176,203,192)
#BAD1C8
(186,209,200)
#C4D7D0
(196,215,208)
#CEDDD8
(206,221,216)
#D8E3E0
(216,227,224)
#E2E9E8
(226,233,232)
#ECEFF0
(236,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B3A0 color. Also use rgb(136,179,160) instead hex code.

Text Font Color

.myTextColor { color: #88B3A0; }

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

This text font color is #88B3A0.

Background Color

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

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

This div background color is #88B3A0.

Border color

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

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

This div border color is #88B3A0.

Opacity

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

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

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

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

This text has shadow with #88B3A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B3A0.

Preview

Color preview on black background

This text has color #88B3A0 on black background.


Color preview on white background

This text has color #88B3A0 on white background.


Black color preview on #88B3A0 background

This text has black color on #88B3A0 background.


White color preview on #88B3A0 background

This text has white color on #88B3A0 background.


Related colors

Complementary color

Complementary color for #hex is #774C5F.


I love getcolorcode.com

Triadic colors

1 #A088B3 and #B3A088 with #88B3A0 are triadic colors.

2 #A0B388 and #B388A0 with #88B3A0 are triadic colors.