COLOR #88B5C5

HEX: #88B5C5
RGB: (136,181,197)

Color info

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

RGB color model

#88B5C5 color RGB value is (136,181,197).

  • red value is 136;
  • green value is 181;
  • blue value is 197.
RGB:
(136,181,197)
(53%,71%,77%)

RGB channels and saturation

R 136 of 255 = 53%
G 181 of 255 = 71%
B 197 of 255 = 77%

136
181
197

R + G + B ~ 67%. #88B5C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 181 + 197 = 514 (100%)
R 136 of 514 ~ 26.46%
G 181 of 514 ~ 35.21%
B 197 of 514 ~ 38.33%

%26.46
%35.21
%38.33

CMYK color model

#88B5C5 color CMYK value is (31,8,0,23).

  • cyan value is 30.96%
  • magenta value is 8.12%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(31,8,0,23)
C31M8Y0K23 
(31%,8%,0%,23%)
(0.31/0.08/0.00/0.23)	

CMYK percentages

%30.96
%8.12
%0
%22.75

Codes

Color #88B5C5 in popluar color models

88B5C5
RGB136181197
HSL196°34.46%65.29%
HSB/HSV196°30.96%77.25%
CMYK30.96%8.12%0.00%
22.75%

Color #88B5C5 in popluar number systems.

HEX88B5C5
Decimal136181197
Binary100010001011010111000101
Octal210265305

Shades and tints

Shades of #88B5C5

#88B5C5
(136,181,197)
#7CA5B4
(124,165,180)
#7095A3
(112,149,163)
#648592
(100,133,146)
#587581
(88,117,129)
#4C6570
(76,101,112)
#40555F
(64,85,95)
#34454E
(52,69,78)
#28353D
(40,53,61)
#1C252C
(28,37,44)
#10151B
(16,21,27)
#000000
(0,0,0)

Tints of #88B5C5

#88B5C5
(136,181,197)
#92BBCA
(146,187,202)
#9CC1CF
(156,193,207)
#A6C7D4
(166,199,212)
#B0CDD9
(176,205,217)
#BAD3DE
(186,211,222)
#C4D9E3
(196,217,227)
#CEDFE8
(206,223,232)
#D8E5ED
(216,229,237)
#E2EBF2
(226,235,242)
#ECF1F7
(236,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88B5C5 color. Also use rgb(136,181,197) instead hex code.

Text Font Color

.myTextColor { color: #88B5C5; }

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

This text font color is #88B5C5.


Background Color

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

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

This div background color is #88B5C5.


Border color

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

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

This div border color is #88B5C5.


Opacity

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

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

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

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

This text has shadow with #88B5C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88B5C5 on black background.


Color preview on white background

This text has color #88B5C5 on white background.



Black color preview on #88B5C5 background

This text has black color on #88B5C5 background.


White color preview on #88B5C5 background

This text has white color on #88B5C5 background.