COLOR #88BEBC

HEX: #88BEBC
RGB: (136,190,188)

Color info

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

RGB color model

#88BEBC color RGB value is (136,190,188).

  • red value is 136;
  • green value is 190;
  • blue value is 188.
RGB:
(136,190,188)
(53%,75%,74%)

RGB channels and saturation

R 136 of 255 = 53%
G 190 of 255 = 75%
B 188 of 255 = 74%

136
190
188

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

Portions of RGB colors in percentages

R + G + B =
136 + 190 + 188 = 514 (100%)
R 136 of 514 ~ 26.46%
G 190 of 514 ~ 36.96%
B 188 of 514 ~ 36.58%

%26.46
%36.96
%36.58

CMYK color model

#88BEBC color CMYK value is (28,0,1,25).

  • cyan value is 28.42%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 25.49%
CMYK:
(28,0,1,25)
C28M0Y1K25 
(28%,0%,1%,25%)
(0.28/0.00/0.01/0.25)	

CMYK percentages

%28.42
%0
%1.05
%25.49

Codes

Color #88BEBC in popluar color models

88BEBC
RGB136190188
HSL178°29.35%63.92%
HSB/HSV178°28.42%74.51%
CMYK28.42%0.00%1.05%
25.49%

Color #88BEBC in popluar number systems.

HEX88BEBC
Decimal136190188
Binary100010001011111010111100
Octal210276274

Shades and tints

Shades of #88BEBC

#88BEBC
(136,190,188)
#7CADAB
(124,173,171)
#709C9A
(112,156,154)
#648B89
(100,139,137)
#587A78
(88,122,120)
#4C6967
(76,105,103)
#405856
(64,88,86)
#344745
(52,71,69)
#283634
(40,54,52)
#1C2523
(28,37,35)
#101412
(16,20,18)
#000000
(0,0,0)

Tints of #88BEBC

#88BEBC
(136,190,188)
#92C3C2
(146,195,194)
#9CC8C8
(156,200,200)
#A6CDCE
(166,205,206)
#B0D2D4
(176,210,212)
#BAD7DA
(186,215,218)
#C4DCE0
(196,220,224)
#CEE1E6
(206,225,230)
#D8E6EC
(216,230,236)
#E2EBF2
(226,235,242)
#ECF0F8
(236,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88BEBC color. Also use rgb(136,190,188) instead hex code.

Text Font Color

.myTextColor { color: #88BEBC; }

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

This text font color is #88BEBC.


Background Color

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

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

This div background color is #88BEBC.


Border color

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

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

This div border color is #88BEBC.


Opacity

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

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

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

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

This text has shadow with #88BEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BEBC on black background.


Color preview on white background

This text has color #88BEBC on white background.



Black color preview on #88BEBC background

This text has black color on #88BEBC background.


White color preview on #88BEBC background

This text has white color on #88BEBC background.