COLOR #88C2A0

HEX: #88C2A0 RGB: (136,194,160)

Color info

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

RGB color model

#88C2A0 color RGB value is (136,194,160).

RGB: (136,194,160) (53%, 76%, 63%)

RGB channels and saturation

R 136 of 255 = 53%
G 194 of 255 = 76%
B 160 of 255 = 63%

136
194
160

R + G + B ~ 64%. #88C2A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 194 + 160 = 490 (100%)
R 136 of 490 ~ 27.76%
G 194 of 490 ~ 39.59%
B 160 of 490 ~ 32.65'%

%27.76
%39.59
%32.65

CMYK color model

#88C2A0 color CMYK value is (30,0,18,24).

  • cyan value is 29.90%
  • magenta value is 0.00%
  • yellow value is 17.53%
  • key color value is 23.92%

CMYK: (30,0,18,24)
C30M0Y18K24 (30%, 0%, 18%, 24%)
(0.30 / 0.00 / 0.18 / 0.24)

CMYK percentages

%29.9
%0
%17.53
%23.92

Codes

Color #88C2A0 in popluar color models

88 C2 A0
RGB 136 194 160
HSL 145° 32.22% 64.71%
HSB/HSV 145° 29.90% 76.08%
CMYK 29.90% 0.00% 17.53%
23.92%

Color #88C2A0 in popluar number systems.

HEX 88 C2 A0
Decimal 136 194 160
Binary 10001000 11000010 10100000
Octal 210 302 240

Shades and tints

Shades of #88C2A0

#88C2A0
(136,194,160)
#7CB192
(124,177,146)
#70A084
(112,160,132)
#648F76
(100,143,118)
#587E68
(88,126,104)
#4C6D5A
(76,109,90)
#405C4C
(64,92,76)
#344B3E
(52,75,62)
#283A30
(40,58,48)
#1C2922
(28,41,34)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #88C2A0

#88C2A0
(136,194,160)
#92C7A8
(146,199,168)
#9CCCB0
(156,204,176)
#A6D1B8
(166,209,184)
#B0D6C0
(176,214,192)
#BADBC8
(186,219,200)
#C4E0D0
(196,224,208)
#CEE5D8
(206,229,216)
#D8EAE0
(216,234,224)
#E2EFE8
(226,239,232)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C2A0; }

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

This text font color is #88C2A0.

Background Color

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

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

This div background color is #88C2A0.

Border color

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

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

This div border color is #88C2A0.

Opacity

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

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

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

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

This text has shadow with #88C2A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C2A0.

Preview

Color preview on black background

This text has color #88C2A0 on black background.


Color preview on white background

This text has color #88C2A0 on white background.


Black color preview on #88C2A0 background

This text has black color on #88C2A0 background.


White color preview on #88C2A0 background

This text has white color on #88C2A0 background.


Related colors

Complementary color

Complementary color for #hex is #773D5F.


I love getcolorcode.com

Triadic colors

1 #A088C2 and #C2A088 with #88C2A0 are triadic colors.

2 #A0C288 and #C288A0 with #88C2A0 are triadic colors.