COLOR #88B5BD

HEX: #88B5BD RGB: (136,181,189)

Color info

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

RGB color model

#88B5BD color RGB value is (136,181,189).

RGB: (136,181,189) (53%, 71%, 74%)

RGB channels and saturation

R 136 of 255 = 53%
G 181 of 255 = 71%
B 189 of 255 = 74%

136
181
189

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

Portions of RGB colors in percentages

R + G + B = 136 + 181 + 189 = 506 (100%)
R 136 of 506 ~ 26.88%
G 181 of 506 ~ 35.77%
B 189 of 506 ~ 37.35'%

%26.88
%35.77
%37.35

CMYK color model

#88B5BD color CMYK value is (28,4,0,26).

  • cyan value is 28.04%
  • magenta value is 4.23%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (28,4,0,26)
C28M4Y0K26 (28%, 4%, 0%, 26%)
(0.28 / 0.04 / 0.00 / 0.26)

CMYK percentages

%28.04
%4.23
%0
%25.88

Codes

Color #88B5BD in popluar color models

88 B5 BD
RGB 136 181 189
HSL 189° 28.65% 63.73%
HSB/HSV 189° 28.04% 74.12%
CMYK 28.04% 4.23% 0.00%
25.88%

Color #88B5BD in popluar number systems.

HEX 88 B5 BD
Decimal 136 181 189
Binary 10001000 10110101 10111101
Octal 210 265 275

Shades and tints

Shades of #88B5BD

#88B5BD
(136,181,189)
#7CA5AC
(124,165,172)
#70959B
(112,149,155)
#64858A
(100,133,138)
#587579
(88,117,121)
#4C6568
(76,101,104)
#405557
(64,85,87)
#344546
(52,69,70)
#283535
(40,53,53)
#1C2524
(28,37,36)
#101513
(16,21,19)
#000000
(0,0,0)

Tints of #88B5BD

#88B5BD
(136,181,189)
#92BBC3
(146,187,195)
#9CC1C9
(156,193,201)
#A6C7CF
(166,199,207)
#B0CDD5
(176,205,213)
#BAD3DB
(186,211,219)
#C4D9E1
(196,217,225)
#CEDFE7
(206,223,231)
#D8E5ED
(216,229,237)
#E2EBF3
(226,235,243)
#ECF1F9
(236,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B5BD; }

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

This text font color is #88B5BD.

Background Color

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

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

This div background color is #88B5BD.

Border color

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

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

This div border color is #88B5BD.

Opacity

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

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

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

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

This text has shadow with #88B5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B5BD.

Preview

Color preview on black background

This text has color #88B5BD on black background.


Color preview on white background

This text has color #88B5BD on white background.


Black color preview on #88B5BD background

This text has black color on #88B5BD background.


White color preview on #88B5BD background

This text has white color on #88B5BD background.


Related colors

Complementary color

Complementary color for #hex is #774A42.


I love getcolorcode.com

Triadic colors

1 #BD88B5 and #B5BD88 with #88B5BD are triadic colors.

2 #BDB588 and #B588BD with #88B5BD are triadic colors.