COLOR #88B7BD

HEX: #88B7BD RGB: (136,183,189)

Color info

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

RGB color model

#88B7BD color RGB value is (136,183,189).

RGB: (136,183,189) (53%, 72%, 74%)

RGB channels and saturation

R 136 of 255 = 53%
G 183 of 255 = 72%
B 189 of 255 = 74%

136
183
189

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

Portions of RGB colors in percentages

R + G + B = 136 + 183 + 189 = 508 (100%)
R 136 of 508 ~ 26.77%
G 183 of 508 ~ 36.02%
B 189 of 508 ~ 37.2'%

%26.77
%36.02
%37.2

CMYK color model

#88B7BD color CMYK value is (28,3,0,26).

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

CMYK: (28,3,0,26)
C28M3Y0K26 (28%, 3%, 0%, 26%)
(0.28 / 0.03 / 0.00 / 0.26)

CMYK percentages

%28.04
%3.17
%0
%25.88

Codes

Color #88B7BD in popluar color models

88 B7 BD
RGB 136 183 189
HSL 187° 28.65% 63.73%
HSB/HSV 187° 28.04% 74.12%
CMYK 28.04% 3.17% 0.00%
25.88%

Color #88B7BD in popluar number systems.

HEX 88 B7 BD
Decimal 136 183 189
Binary 10001000 10110111 10111101
Octal 210 267 275

Shades and tints

Shades of #88B7BD

#88B7BD
(136,183,189)
#7CA7AC
(124,167,172)
#70979B
(112,151,155)
#64878A
(100,135,138)
#587779
(88,119,121)
#4C6768
(76,103,104)
#405757
(64,87,87)
#344746
(52,71,70)
#283735
(40,55,53)
#1C2724
(28,39,36)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #88B7BD

#88B7BD
(136,183,189)
#92BDC3
(146,189,195)
#9CC3C9
(156,195,201)
#A6C9CF
(166,201,207)
#B0CFD5
(176,207,213)
#BAD5DB
(186,213,219)
#C4DBE1
(196,219,225)
#CEE1E7
(206,225,231)
#D8E7ED
(216,231,237)
#E2EDF3
(226,237,243)
#ECF3F9
(236,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88B7BD; }

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

This text font color is #88B7BD.

Background Color

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

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

This div background color is #88B7BD.

Border color

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

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

This div border color is #88B7BD.

Opacity

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

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

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

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

This text has shadow with #88B7BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88B7BD.

Preview

Color preview on black background

This text has color #88B7BD on black background.


Color preview on white background

This text has color #88B7BD on white background.


Black color preview on #88B7BD background

This text has black color on #88B7BD background.


White color preview on #88B7BD background

This text has white color on #88B7BD background.


Related colors

Complementary color

Complementary color for #hex is #774842.


I love getcolorcode.com

Triadic colors

1 #BD88B7 and #B7BD88 with #88B7BD are triadic colors.

2 #BDB788 and #B788BD with #88B7BD are triadic colors.