COLOR #88BABF

HEX: #88BABF RGB: (136,186,191)

Color info

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

RGB color model

#88BABF color RGB value is (136,186,191).

RGB: (136,186,191) (53%, 73%, 75%)

RGB channels and saturation

R 136 of 255 = 53%
G 186 of 255 = 73%
B 191 of 255 = 75%

136
186
191

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

Portions of RGB colors in percentages

R + G + B = 136 + 186 + 191 = 513 (100%)
R 136 of 513 ~ 26.51%
G 186 of 513 ~ 36.26%
B 191 of 513 ~ 37.23'%

%26.51
%36.26
%37.23

CMYK color model

#88BABF color CMYK value is (29,3,0,25).

  • cyan value is 28.80%
  • magenta value is 2.62%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (29,3,0,25)
C29M3Y0K25 (29%, 3%, 0%, 25%)
(0.29 / 0.03 / 0.00 / 0.25)

CMYK percentages

%28.8
%2.62
%0
%25.1

Codes

Color #88BABF in popluar color models

88 BA BF
RGB 136 186 191
HSL 185° 30.05% 64.12%
HSB/HSV 185° 28.80% 74.90%
CMYK 28.80% 2.62% 0.00%
25.10%

Color #88BABF in popluar number systems.

HEX 88 BA BF
Decimal 136 186 191
Binary 10001000 10111010 10111111
Octal 210 272 277

Shades and tints

Shades of #88BABF

#88BABF
(136,186,191)
#7CAAAE
(124,170,174)
#709A9D
(112,154,157)
#648A8C
(100,138,140)
#587A7B
(88,122,123)
#4C6A6A
(76,106,106)
#405A59
(64,90,89)
#344A48
(52,74,72)
#283A37
(40,58,55)
#1C2A26
(28,42,38)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #88BABF

#88BABF
(136,186,191)
#92C0C4
(146,192,196)
#9CC6C9
(156,198,201)
#A6CCCE
(166,204,206)
#B0D2D3
(176,210,211)
#BAD8D8
(186,216,216)
#C4DEDD
(196,222,221)
#CEE4E2
(206,228,226)
#D8EAE7
(216,234,231)
#E2F0EC
(226,240,236)
#ECF6F1
(236,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88BABF color. Also use rgb(136,186,191) instead hex code.

Text Font Color

.myTextColor { color: #88BABF; }

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

This text font color is #88BABF.

Background Color

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

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

This div background color is #88BABF.

Border color

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

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

This div border color is #88BABF.

Opacity

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

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

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

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

This text has shadow with #88BABF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88BABF.

Preview

Color preview on black background

This text has color #88BABF on black background.


Color preview on white background

This text has color #88BABF on white background.


Black color preview on #88BABF background

This text has black color on #88BABF background.


White color preview on #88BABF background

This text has white color on #88BABF background.


Related colors

Complementary color

Complementary color for #hex is #774540.


I love getcolorcode.com

Triadic colors

1 #BF88BA and #BABF88 with #88BABF are triadic colors.

2 #BFBA88 and #BA88BF with #88BABF are triadic colors.