COLOR #88A294

HEX: #88A294
RGB: (136,162,148)

Color info

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

RGB color model

#88A294 color RGB value is (136,162,148).

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

RGB channels and saturation

R 136 of 255 = 53%
G 162 of 255 = 64%
B 148 of 255 = 58%

136
162
148

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

Portions of RGB colors in percentages

R + G + B =
136 + 162 + 148 = 446 (100%)
R 136 of 446 ~ 30.49%
G 162 of 446 ~ 36.32%
B 148 of 446 ~ 33.18%

%30.49
%36.32
%33.18

CMYK color model

#88A294 color CMYK value is (16,0,9,36).

  • cyan value is 16.05%
  • magenta value is 0.00%
  • yellow value is 8.64%
  • key color value is 36.47%
CMYK:
(16,0,9,36)
C16M0Y9K36 
(16%,0%,9%,36%)
(0.16/0.00/0.09/0.36)	

CMYK percentages

%16.05
%0
%8.64
%36.47

Codes

Color #88A294 in popluar color models

88A294
RGB136162148
HSL148°12.26%58.43%
HSB/HSV148°16.05%63.53%
CMYK16.05%0.00%8.64%
36.47%

Color #88A294 in popluar number systems.

HEX88A294
Decimal136162148
Binary100010001010001010010100
Octal210242224

Shades and tints

Shades of #88A294

#88A294
(136,162,148)
#7C9487
(124,148,135)
#70867A
(112,134,122)
#64786D
(100,120,109)
#586A60
(88,106,96)
#4C5C53
(76,92,83)
#404E46
(64,78,70)
#344039
(52,64,57)
#28322C
(40,50,44)
#1C241F
(28,36,31)
#101612
(16,22,18)
#000000
(0,0,0)

Tints of #88A294

#88A294
(136,162,148)
#92AA9D
(146,170,157)
#9CB2A6
(156,178,166)
#A6BAAF
(166,186,175)
#B0C2B8
(176,194,184)
#BACAC1
(186,202,193)
#C4D2CA
(196,210,202)
#CEDAD3
(206,218,211)
#D8E2DC
(216,226,220)
#E2EAE5
(226,234,229)
#ECF2EE
(236,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A294; }

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

This text font color is #88A294.


Background Color

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

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

This div background color is #88A294.


Border color

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

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

This div border color is #88A294.


Opacity

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

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

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

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

This text has shadow with #88A294 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A294 on black background.


Color preview on white background

This text has color #88A294 on white background.



Black color preview on #88A294 background

This text has black color on #88A294 background.


White color preview on #88A294 background

This text has white color on #88A294 background.