COLOR #88C7D1

HEX: #88C7D1
RGB: (136,199,209)

Color info

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

RGB color model

#88C7D1 color RGB value is (136,199,209).

  • red value is 136;
  • green value is 199;
  • blue value is 209.
RGB:
(136,199,209)
(53%,78%,82%)

RGB channels and saturation

R 136 of 255 = 53%
G 199 of 255 = 78%
B 209 of 255 = 82%

136
199
209

R + G + B ~ 71%. #88C7D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 199 + 209 = 544 (100%)
R 136 of 544 ~ 25%
G 199 of 544 ~ 36.58%
B 209 of 544 ~ 38.42%

%25
%36.58
%38.42

CMYK color model

#88C7D1 color CMYK value is (35,5,0,18).

  • cyan value is 34.93%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(35,5,0,18)
C35M5Y0K18 
(35%,5%,0%,18%)
(0.35/0.05/0.00/0.18)	

CMYK percentages

%34.93
%4.78
%0
%18.04

Codes

Color #88C7D1 in popluar color models

88C7D1
RGB136199209
HSL188°44.24%67.65%
HSB/HSV188°34.93%81.96%
CMYK34.93%4.78%0.00%
18.04%

Color #88C7D1 in popluar number systems.

HEX88C7D1
Decimal136199209
Binary100010001100011111010001
Octal210307321

Shades and tints

Shades of #88C7D1

#88C7D1
(136,199,209)
#7CB5BE
(124,181,190)
#70A3AB
(112,163,171)
#649198
(100,145,152)
#587F85
(88,127,133)
#4C6D72
(76,109,114)
#405B5F
(64,91,95)
#34494C
(52,73,76)
#283739
(40,55,57)
#1C2526
(28,37,38)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #88C7D1

#88C7D1
(136,199,209)
#92CCD5
(146,204,213)
#9CD1D9
(156,209,217)
#A6D6DD
(166,214,221)
#B0DBE1
(176,219,225)
#BAE0E5
(186,224,229)
#C4E5E9
(196,229,233)
#CEEAED
(206,234,237)
#D8EFF1
(216,239,241)
#E2F4F5
(226,244,245)
#ECF9F9
(236,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88C7D1 color. Also use rgb(136,199,209) instead hex code.

Text Font Color

.myTextColor { color: #88C7D1; }

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

This text font color is #88C7D1.


Background Color

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

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

This div background color is #88C7D1.


Border color

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

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

This div border color is #88C7D1.


Opacity

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

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

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

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

This text has shadow with #88C7D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C7D1 on black background.


Color preview on white background

This text has color #88C7D1 on white background.



Black color preview on #88C7D1 background

This text has black color on #88C7D1 background.


White color preview on #88C7D1 background

This text has white color on #88C7D1 background.