COLOR #88C8A8

HEX: #88C8A8 RGB: (136,200,168)

Color info

#88C8A8 contains mainly green and blue colors. Web safe color of #88C8A8 is #99CC99 (or #9C9).

RGB color model

#88C8A8 color RGB value is (136,200,168).

RGB: (136,200,168) (53%, 78%, 66%)

RGB channels and saturation

R 136 of 255 = 53%
G 200 of 255 = 78%
B 168 of 255 = 66%

136
200
168

R + G + B ~ 66%. #88C8A8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 200 + 168 = 504 (100%)
R 136 of 504 ~ 26.98%
G 200 of 504 ~ 39.68%
B 168 of 504 ~ 33.33'%

%26.98
%39.68
%33.33

CMYK color model

#88C8A8 color CMYK value is (32,0,16,22).

  • cyan value is 32.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 21.57%

CMYK: (32,0,16,22)
C32M0Y16K22 (32%, 0%, 16%, 22%)
(0.32 / 0.00 / 0.16 / 0.22)

CMYK percentages

%32
%0
%16
%21.57

Codes

Color #88C8A8 in popluar color models

88 C8 A8
RGB 136 200 168
HSL 150° 36.78% 65.88%
HSB/HSV 150° 32.00% 78.43%
CMYK 32.00% 0.00% 16.00%
21.57%

Color #88C8A8 in popluar number systems.

HEX 88 C8 A8
Decimal 136 200 168
Binary 10001000 11001000 10101000
Octal 210 310 250

Shades and tints

Shades of #88C8A8

#88C8A8
(136,200,168)
#7CB699
(124,182,153)
#70A48A
(112,164,138)
#64927B
(100,146,123)
#58806C
(88,128,108)
#4C6E5D
(76,110,93)
#405C4E
(64,92,78)
#344A3F
(52,74,63)
#283830
(40,56,48)
#1C2621
(28,38,33)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #88C8A8

#88C8A8
(136,200,168)
#92CDAF
(146,205,175)
#9CD2B6
(156,210,182)
#A6D7BD
(166,215,189)
#B0DCC4
(176,220,196)
#BAE1CB
(186,225,203)
#C4E6D2
(196,230,210)
#CEEBD9
(206,235,217)
#D8F0E0
(216,240,224)
#E2F5E7
(226,245,231)
#ECFAEE
(236,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C8A8 color. Also use rgb(136,200,168) instead hex code.

Text Font Color

.myTextColor { color: #88C8A8; }

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

This text font color is #88C8A8.

Background Color

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

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

This div background color is #88C8A8.

Border color

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

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

This div border color is #88C8A8.

Opacity

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

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

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

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

This text has shadow with #88C8A8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C8A8.

Preview

Color preview on black background

This text has color #88C8A8 on black background.


Color preview on white background

This text has color #88C8A8 on white background.


Black color preview on #88C8A8 background

This text has black color on #88C8A8 background.


White color preview on #88C8A8 background

This text has white color on #88C8A8 background.


Related colors

Complementary color

Complementary color for #hex is #773757.


I love getcolorcode.com

Triadic colors

1 #A888C8 and #C8A888 with #88C8A8 are triadic colors.

2 #A8C888 and #C888A8 with #88C8A8 are triadic colors.