COLOR #88B6A2

HEX: #88B6A2
RGB: (136,182,162)

Color info

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

RGB color model

#88B6A2 color RGB value is (136,182,162).

  • red value is 136;
  • green value is 182;
  • blue value is 162.
RGB:
(136,182,162)
(53%,71%,64%)

RGB channels and saturation

R 136 of 255 = 53%
G 182 of 255 = 71%
B 162 of 255 = 64%

136
182
162

R + G + B ~ 63%. #88B6A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 182 + 162 = 480 (100%)
R 136 of 480 ~ 28.33%
G 182 of 480 ~ 37.92%
B 162 of 480 ~ 33.75%

%28.33
%37.92
%33.75

CMYK color model

#88B6A2 color CMYK value is (25,0,11,29).

  • cyan value is 25.27%
  • magenta value is 0.00%
  • yellow value is 10.99%
  • key color value is 28.63%
CMYK:
(25,0,11,29)
C25M0Y11K29 
(25%,0%,11%,29%)
(0.25/0.00/0.11/0.29)	

CMYK percentages

%25.27
%0
%10.99
%28.63

Codes

Color #88B6A2 in popluar color models

88B6A2
RGB136182162
HSL154°23.96%62.35%
HSB/HSV154°25.27%71.37%
CMYK25.27%0.00%10.99%
28.63%

Color #88B6A2 in popluar number systems.

HEX88B6A2
Decimal136182162
Binary100010001011011010100010
Octal210266242

Shades and tints

Shades of #88B6A2

#88B6A2
(136,182,162)
#7CA694
(124,166,148)
#709686
(112,150,134)
#648678
(100,134,120)
#58766A
(88,118,106)
#4C665C
(76,102,92)
#40564E
(64,86,78)
#344640
(52,70,64)
#283632
(40,54,50)
#1C2624
(28,38,36)
#101616
(16,22,22)
#000000
(0,0,0)

Tints of #88B6A2

#88B6A2
(136,182,162)
#92BCAA
(146,188,170)
#9CC2B2
(156,194,178)
#A6C8BA
(166,200,186)
#B0CEC2
(176,206,194)
#BAD4CA
(186,212,202)
#C4DAD2
(196,218,210)
#CEE0DA
(206,224,218)
#D8E6E2
(216,230,226)
#E2ECEA
(226,236,234)
#ECF2F2
(236,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B6A2 color. Also use rgb(136,182,162) instead hex code.

Text Font Color

.myTextColor { color: #88B6A2; }

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

This text font color is #88B6A2.


Background Color

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

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

This div background color is #88B6A2.


Border color

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

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

This div border color is #88B6A2.


Opacity

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

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

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

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

This text has shadow with #88B6A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B6A2 on black background.


Color preview on white background

This text has color #88B6A2 on white background.



Black color preview on #88B6A2 background

This text has black color on #88B6A2 background.


White color preview on #88B6A2 background

This text has white color on #88B6A2 background.