COLOR #88C3C1

HEX: #88C3C1 RGB: (136,195,193)

Color info

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

RGB color model

#88C3C1 color RGB value is (136,195,193).

RGB: (136,195,193) (53%, 76%, 76%)

RGB channels and saturation

R 136 of 255 = 53%
G 195 of 255 = 76%
B 193 of 255 = 76%

136
195
193

R + G + B ~ 68%. #88C3C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 195 + 193 = 524 (100%)
R 136 of 524 ~ 25.95%
G 195 of 524 ~ 37.21%
B 193 of 524 ~ 36.83'%

%25.95
%37.21
%36.83

CMYK color model

#88C3C1 color CMYK value is (30,0,1,24).

  • cyan value is 30.26%
  • magenta value is 0.00%
  • yellow value is 1.03%
  • key color value is 23.53%

CMYK: (30,0,1,24)
C30M0Y1K24 (30%, 0%, 1%, 24%)
(0.30 / 0.00 / 0.01 / 0.24)

CMYK percentages

%30.26
%0
%1.03
%23.53

Codes

Color #88C3C1 in popluar color models

88 C3 C1
RGB 136 195 193
HSL 178° 32.96% 64.90%
HSB/HSV 178° 30.26% 76.47%
CMYK 30.26% 0.00% 1.03%
23.53%

Color #88C3C1 in popluar number systems.

HEX 88 C3 C1
Decimal 136 195 193
Binary 10001000 11000011 11000001
Octal 210 303 301

Shades and tints

Shades of #88C3C1

#88C3C1
(136,195,193)
#7CB2B0
(124,178,176)
#70A19F
(112,161,159)
#64908E
(100,144,142)
#587F7D
(88,127,125)
#4C6E6C
(76,110,108)
#405D5B
(64,93,91)
#344C4A
(52,76,74)
#283B39
(40,59,57)
#1C2A28
(28,42,40)
#101917
(16,25,23)
#000000
(0,0,0)

Tints of #88C3C1

#88C3C1
(136,195,193)
#92C8C6
(146,200,198)
#9CCDCB
(156,205,203)
#A6D2D0
(166,210,208)
#B0D7D5
(176,215,213)
#BADCDA
(186,220,218)
#C4E1DF
(196,225,223)
#CEE6E4
(206,230,228)
#D8EBE9
(216,235,233)
#E2F0EE
(226,240,238)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C3C1 color. Also use rgb(136,195,193) instead hex code.

Text Font Color

.myTextColor { color: #88C3C1; }

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

This text font color is #88C3C1.

Background Color

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

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

This div background color is #88C3C1.

Border color

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

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

This div border color is #88C3C1.

Opacity

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

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

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

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

This text has shadow with #88C3C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C3C1.

Preview

Color preview on black background

This text has color #88C3C1 on black background.


Color preview on white background

This text has color #88C3C1 on white background.


Black color preview on #88C3C1 background

This text has black color on #88C3C1 background.


White color preview on #88C3C1 background

This text has white color on #88C3C1 background.


Related colors

Complementary color

Complementary color for #hex is #773C3E.


I love getcolorcode.com

Triadic colors

1 #C188C3 and #C3C188 with #88C3C1 are triadic colors.

2 #C1C388 and #C388C1 with #88C3C1 are triadic colors.