COLOR #88BDB5

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

136
189
181

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

Portions of RGB colors in percentages

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

%26.88
%37.35
%35.77

CMYK color model

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

  • cyan value is 28.04%
  • magenta value is 0.00%
  • yellow value is 4.23%
  • key color value is 25.88%
CMYK:
(28,0,4,26)
C28M0Y4K26 
(28%,0%,4%,26%)
(0.28/0.00/0.04/0.26)	

CMYK percentages

%28.04
%0
%4.23
%25.88

Codes

Color #88BDB5 in popluar color models

88BDB5
RGB136189181
HSL171°28.65%63.73%
HSB/HSV171°28.04%74.12%
CMYK28.04%0.00%4.23%
25.88%

Color #88BDB5 in popluar number systems.

HEX88BDB5
Decimal136189181
Binary100010001011110110110101
Octal210275265

Shades and tints

Shades of #88BDB5

#88BDB5
(136,189,181)
#7CACA5
(124,172,165)
#709B95
(112,155,149)
#648A85
(100,138,133)
#587975
(88,121,117)
#4C6865
(76,104,101)
#405755
(64,87,85)
#344645
(52,70,69)
#283535
(40,53,53)
#1C2425
(28,36,37)
#101315
(16,19,21)
#000000
(0,0,0)

Tints of #88BDB5

#88BDB5
(136,189,181)
#92C3BB
(146,195,187)
#9CC9C1
(156,201,193)
#A6CFC7
(166,207,199)
#B0D5CD
(176,213,205)
#BADBD3
(186,219,211)
#C4E1D9
(196,225,217)
#CEE7DF
(206,231,223)
#D8EDE5
(216,237,229)
#E2F3EB
(226,243,235)
#ECF9F1
(236,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88BDB5; }

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

This text font color is #88BDB5.


Background Color

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

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

This div background color is #88BDB5.


Border color

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

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

This div border color is #88BDB5.


Opacity

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

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

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

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

This text has shadow with #88BDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BDB5 on black background.


Color preview on white background

This text has color #88BDB5 on white background.



Black color preview on #88BDB5 background

This text has black color on #88BDB5 background.


White color preview on #88BDB5 background

This text has white color on #88BDB5 background.