COLOR #88BCAB

HEX: #88BCAB RGB: (136,188,171)

Color info

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

RGB color model

#88BCAB color RGB value is (136,188,171).

RGB: (136,188,171) (53%, 74%, 67%)

RGB channels and saturation

R 136 of 255 = 53%
G 188 of 255 = 74%
B 171 of 255 = 67%

136
188
171

R + G + B ~ 65%. #88BCAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 188 + 171 = 495 (100%)
R 136 of 495 ~ 27.47%
G 188 of 495 ~ 37.98%
B 171 of 495 ~ 34.55'%

%27.47
%37.98
%34.55

CMYK color model

#88BCAB color CMYK value is (28,0,9,26).

  • cyan value is 27.66%
  • magenta value is 0.00%
  • yellow value is 9.04%
  • key color value is 26.27%
CMYK: (28,0,9,26) C28M0Y9K26 (28%,0%,9%,26%) (0.28/0.00/0.09/0.26) 

CMYK percentages

%27.66
%0
%9.04
%26.27

Codes

Color #88BCAB in popluar color models

88 BC AB
RGB 136 188 171
HSL 160° 27.96% 63.53%
HSB/HSV 160° 27.66% 73.73%
CMYK 27.66% 0.00% 9.04%
26.27%

Color #88BCAB in popluar number systems.

HEX 88 BC AB
Decimal 136 188 171
Binary 10001000 10111100 10101011
Octal 210 274 253

Shades and tints

Shades of #88BCAB

#88BCAB
(136,188,171)
#7CAB9C
(124,171,156)
#709A8D
(112,154,141)
#64897E
(100,137,126)
#58786F
(88,120,111)
#4C6760
(76,103,96)
#405651
(64,86,81)
#344542
(52,69,66)
#283433
(40,52,51)
#1C2324
(28,35,36)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #88BCAB

#88BCAB
(136,188,171)
#92C2B2
(146,194,178)
#9CC8B9
(156,200,185)
#A6CEC0
(166,206,192)
#B0D4C7
(176,212,199)
#BADACE
(186,218,206)
#C4E0D5
(196,224,213)
#CEE6DC
(206,230,220)
#D8ECE3
(216,236,227)
#E2F2EA
(226,242,234)
#ECF8F1
(236,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88BCAB; }

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

This text font color is #88BCAB.

Background Color

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

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

This div background color is #88BCAB.

Border color

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

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

This div border color is #88BCAB.

Opacity

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

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

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

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

This text has shadow with #88BCAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88BCAB.

Preview

Color preview on black background

This text has color #88BCAB on black background.


Color preview on white background

This text has color #88BCAB on white background.


Black color preview on #88BCAB background

This text has black color on #88BCAB background.


White color preview on #88BCAB background

This text has white color on #88BCAB background.


Related colors

Complementary color

Complementary color for #hex is #774354.


I love getcolorcode.com

Triadic colors

1 #AB88BC and #BCAB88 with #88BCAB are triadic colors.

2 #ABBC88 and #BC88AB with #88BCAB are triadic colors.