COLOR #88B1C5

HEX: #88B1C5 RGB: (136,177,197)

Color info

#88B1C5 contains mainly green and blue colors. Web safe color of #88B1C5 is #9999CC (or #99C).

RGB color model

#88B1C5 color RGB value is (136,177,197).

RGB: (136,177,197) (53%, 69%, 77%)

RGB channels and saturation

R 136 of 255 = 53%
G 177 of 255 = 69%
B 197 of 255 = 77%

136
177
197

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

Portions of RGB colors in percentages

R + G + B = 136 + 177 + 197 = 510 (100%)
R 136 of 510 ~ 26.67%
G 177 of 510 ~ 34.71%
B 197 of 510 ~ 38.63'%

%26.67
%34.71
%38.63

CMYK color model

#88B1C5 color CMYK value is (31,10,0,23).

  • cyan value is 30.96%
  • magenta value is 10.15%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (31,10,0,23)
C31M10Y0K23 (31%, 10%, 0%, 23%)
(0.31 / 0.10 / 0.00 / 0.23)

CMYK percentages

%30.96
%10.15
%0
%22.75

Codes

Color #88B1C5 in popluar color models

88 B1 C5
RGB 136 177 197
HSL 200° 34.46% 65.29%
HSB/HSV 200° 30.96% 77.25%
CMYK 30.96% 10.15% 0.00%
22.75%

Color #88B1C5 in popluar number systems.

HEX 88 B1 C5
Decimal 136 177 197
Binary 10001000 10110001 11000101
Octal 210 261 305

Shades and tints

Shades of #88B1C5

#88B1C5
(136,177,197)
#7CA1B4
(124,161,180)
#7091A3
(112,145,163)
#648192
(100,129,146)
#587181
(88,113,129)
#4C6170
(76,97,112)
#40515F
(64,81,95)
#34414E
(52,65,78)
#28313D
(40,49,61)
#1C212C
(28,33,44)
#10111B
(16,17,27)
#000000
(0,0,0)

Tints of #88B1C5

#88B1C5
(136,177,197)
#92B8CA
(146,184,202)
#9CBFCF
(156,191,207)
#A6C6D4
(166,198,212)
#B0CDD9
(176,205,217)
#BAD4DE
(186,212,222)
#C4DBE3
(196,219,227)
#CEE2E8
(206,226,232)
#D8E9ED
(216,233,237)
#E2F0F2
(226,240,242)
#ECF7F7
(236,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B1C5; }

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

This text font color is #88B1C5.

Background Color

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

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

This div background color is #88B1C5.

Border color

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

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

This div border color is #88B1C5.

Opacity

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

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

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

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

This text has shadow with #88B1C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B1C5.

Preview

Color preview on black background

This text has color #88B1C5 on black background.


Color preview on white background

This text has color #88B1C5 on white background.


Black color preview on #88B1C5 background

This text has black color on #88B1C5 background.


White color preview on #88B1C5 background

This text has white color on #88B1C5 background.


Related colors

Complementary color

Complementary color for #hex is #774E3A.


I love getcolorcode.com

Triadic colors

1 #C588B1 and #B1C588 with #88B1C5 are triadic colors.

2 #C5B188 and #B188C5 with #88B1C5 are triadic colors.