COLOR #88CCA6

HEX: #88CCA6 RGB: (136,204,166)

Color info

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

RGB color model

#88CCA6 color RGB value is (136,204,166).

RGB: (136,204,166) (53%, 80%, 65%)

RGB channels and saturation

R 136 of 255 = 53%
G 204 of 255 = 80%
B 166 of 255 = 65%

136
204
166

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

Portions of RGB colors in percentages

R + G + B = 136 + 204 + 166 = 506 (100%)
R 136 of 506 ~ 26.88%
G 204 of 506 ~ 40.32%
B 166 of 506 ~ 32.81'%

%26.88
%40.32
%32.81

CMYK color model

#88CCA6 color CMYK value is (33,0,19,20).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 18.63%
  • key color value is 20.00%

CMYK: (33,0,19,20)
C33M0Y19K20 (33%, 0%, 19%, 20%)
(0.33 / 0.00 / 0.19 / 0.20)

CMYK percentages

%33.33
%0
%18.63
%20

Codes

Color #88CCA6 in popluar color models

88 CC A6
RGB 136 204 166
HSL 146° 40.00% 66.67%
HSB/HSV 146° 33.33% 80.00%
CMYK 33.33% 0.00% 18.63%
20.00%

Color #88CCA6 in popluar number systems.

HEX 88 CC A6
Decimal 136 204 166
Binary 10001000 11001100 10100110
Octal 210 314 246

Shades and tints

Shades of #88CCA6

#88CCA6
(136,204,166)
#7CBA97
(124,186,151)
#70A888
(112,168,136)
#649679
(100,150,121)
#58846A
(88,132,106)
#4C725B
(76,114,91)
#40604C
(64,96,76)
#344E3D
(52,78,61)
#283C2E
(40,60,46)
#1C2A1F
(28,42,31)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #88CCA6

#88CCA6
(136,204,166)
#92D0AE
(146,208,174)
#9CD4B6
(156,212,182)
#A6D8BE
(166,216,190)
#B0DCC6
(176,220,198)
#BAE0CE
(186,224,206)
#C4E4D6
(196,228,214)
#CEE8DE
(206,232,222)
#D8ECE6
(216,236,230)
#E2F0EE
(226,240,238)
#ECF4F6
(236,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88CCA6 color. Also use rgb(136,204,166) instead hex code.

Text Font Color

.myTextColor { color: #88CCA6; }

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

This text font color is #88CCA6.

Background Color

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

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

This div background color is #88CCA6.

Border color

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

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

This div border color is #88CCA6.

Opacity

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

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

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

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

This text has shadow with #88CCA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88CCA6.

Preview

Color preview on black background

This text has color #88CCA6 on black background.


Color preview on white background

This text has color #88CCA6 on white background.


Black color preview on #88CCA6 background

This text has black color on #88CCA6 background.


White color preview on #88CCA6 background

This text has white color on #88CCA6 background.


Related colors

Complementary color

Complementary color for #hex is #773359.


I love getcolorcode.com

Triadic colors

1 #A688CC and #CCA688 with #88CCA6 are triadic colors.

2 #A6CC88 and #CC88A6 with #88CCA6 are triadic colors.