COLOR #88C2B2

HEX: #88C2B2 RGB: (136,194,178)

Color info

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

RGB color model

#88C2B2 color RGB value is (136,194,178).

RGB: (136,194,178) (53%, 76%, 70%)

RGB channels and saturation

R 136 of 255 = 53%
G 194 of 255 = 76%
B 178 of 255 = 70%

136
194
178

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

Portions of RGB colors in percentages

R + G + B = 136 + 194 + 178 = 508 (100%)
R 136 of 508 ~ 26.77%
G 194 of 508 ~ 38.19%
B 178 of 508 ~ 35.04'%

%26.77
%38.19
%35.04

CMYK color model

#88C2B2 color CMYK value is (30,0,8,24).

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

CMYK: (30,0,8,24)
C30M0Y8K24 (30%, 0%, 8%, 24%)
(0.30 / 0.00 / 0.08 / 0.24)

CMYK percentages

%29.9
%0
%8.25
%23.92

Codes

Color #88C2B2 in popluar color models

88 C2 B2
RGB 136 194 178
HSL 163° 32.22% 64.71%
HSB/HSV 163° 29.90% 76.08%
CMYK 29.90% 0.00% 8.25%
23.92%

Color #88C2B2 in popluar number systems.

HEX 88 C2 B2
Decimal 136 194 178
Binary 10001000 11000010 10110010
Octal 210 302 262

Shades and tints

Shades of #88C2B2

#88C2B2
(136,194,178)
#7CB1A2
(124,177,162)
#70A092
(112,160,146)
#648F82
(100,143,130)
#587E72
(88,126,114)
#4C6D62
(76,109,98)
#405C52
(64,92,82)
#344B42
(52,75,66)
#283A32
(40,58,50)
#1C2922
(28,41,34)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #88C2B2

#88C2B2
(136,194,178)
#92C7B9
(146,199,185)
#9CCCC0
(156,204,192)
#A6D1C7
(166,209,199)
#B0D6CE
(176,214,206)
#BADBD5
(186,219,213)
#C4E0DC
(196,224,220)
#CEE5E3
(206,229,227)
#D8EAEA
(216,234,234)
#E2EFF1
(226,239,241)
#ECF4F8
(236,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C2B2; }

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

This text font color is #88C2B2.

Background Color

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

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

This div background color is #88C2B2.

Border color

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

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

This div border color is #88C2B2.

Opacity

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

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

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

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

This text has shadow with #88C2B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C2B2.

Preview

Color preview on black background

This text has color #88C2B2 on black background.


Color preview on white background

This text has color #88C2B2 on white background.


Black color preview on #88C2B2 background

This text has black color on #88C2B2 background.


White color preview on #88C2B2 background

This text has white color on #88C2B2 background.


Related colors

Complementary color

Complementary color for #hex is #773D4D.


I love getcolorcode.com

Triadic colors

1 #B288C2 and #C2B288 with #88C2B2 are triadic colors.

2 #B2C288 and #C288B2 with #88C2B2 are triadic colors.