COLOR #88C4C9

HEX: #88C4C9 RGB: (136,196,201)

Color info

#88C4C9 contains mainly green and blue colors. Web safe color of #88C4C9 is #99CCCC (or #9CC).

RGB color model

#88C4C9 color RGB value is (136,196,201).

RGB: (136,196,201) (53%, 77%, 79%)

RGB channels and saturation

R 136 of 255 = 53%
G 196 of 255 = 77%
B 201 of 255 = 79%

136
196
201

R + G + B ~ 70%. #88C4C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 196 + 201 = 533 (100%)
R 136 of 533 ~ 25.52%
G 196 of 533 ~ 36.77%
B 201 of 533 ~ 37.71'%

%25.52
%36.77
%37.71

CMYK color model

#88C4C9 color CMYK value is (32,2,0,21).

  • cyan value is 32.34%
  • magenta value is 2.49%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (32,2,0,21) C32M2Y0K21 (32%,2%,0%,21%) (0.32/0.02/0.00/0.21) 

CMYK percentages

%32.34
%2.49
%0
%21.18

Codes

Color #88C4C9 in popluar color models

88 C4 C9
RGB 136 196 201
HSL 185° 37.57% 66.08%
HSB/HSV 185° 32.34% 78.82%
CMYK 32.34% 2.49% 0.00%
21.18%

Color #88C4C9 in popluar number systems.

HEX 88 C4 C9
Decimal 136 196 201
Binary 10001000 11000100 11001001
Octal 210 304 311

Shades and tints

Shades of #88C4C9

#88C4C9
(136,196,201)
#7CB3B7
(124,179,183)
#70A2A5
(112,162,165)
#649193
(100,145,147)
#588081
(88,128,129)
#4C6F6F
(76,111,111)
#405E5D
(64,94,93)
#344D4B
(52,77,75)
#283C39
(40,60,57)
#1C2B27
(28,43,39)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #88C4C9

#88C4C9
(136,196,201)
#92C9CD
(146,201,205)
#9CCED1
(156,206,209)
#A6D3D5
(166,211,213)
#B0D8D9
(176,216,217)
#BADDDD
(186,221,221)
#C4E2E1
(196,226,225)
#CEE7E5
(206,231,229)
#D8ECE9
(216,236,233)
#E2F1ED
(226,241,237)
#ECF6F1
(236,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C4C9 color. Also use rgb(136,196,201) instead hex code.

Text Font Color

.myTextColor { color: #88C4C9; }

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

This text font color is #88C4C9.

Background Color

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

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

This div background color is #88C4C9.

Border color

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

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

This div border color is #88C4C9.

Opacity

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

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

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

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

This text has shadow with #88C4C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C4C9.

Preview

Color preview on black background

This text has color #88C4C9 on black background.


Color preview on white background

This text has color #88C4C9 on white background.


Black color preview on #88C4C9 background

This text has black color on #88C4C9 background.


White color preview on #88C4C9 background

This text has white color on #88C4C9 background.


Related colors

Complementary color

Complementary color for #hex is #773B36.


I love getcolorcode.com

Triadic colors

1 #C988C4 and #C4C988 with #88C4C9 are triadic colors.

2 #C9C488 and #C488C9 with #88C4C9 are triadic colors.