COLOR #88BCA2

HEX: #88BCA2 RGB: (136,188,162)

Color info

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

RGB color model

#88BCA2 color RGB value is (136,188,162).

RGB: (136,188,162) (53%, 74%, 64%)

RGB channels and saturation

R 136 of 255 = 53%
G 188 of 255 = 74%
B 162 of 255 = 64%

136
188
162

R + G + B ~ 64%. #88BCA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 188 + 162 = 486 (100%)
R 136 of 486 ~ 27.98%
G 188 of 486 ~ 38.68%
B 162 of 486 ~ 33.33'%

%27.98
%38.68
%33.33

CMYK color model

#88BCA2 color CMYK value is (28,0,14,26).

  • cyan value is 27.66%
  • magenta value is 0.00%
  • yellow value is 13.83%
  • key color value is 26.27%

CMYK: (28,0,14,26)
C28M0Y14K26 (28%, 0%, 14%, 26%)
(0.28 / 0.00 / 0.14 / 0.26)

CMYK percentages

%27.66
%0
%13.83
%26.27

Codes

Color #88BCA2 in popluar color models

88 BC A2
RGB 136 188 162
HSL 150° 27.96% 63.53%
HSB/HSV 150° 27.66% 73.73%
CMYK 27.66% 0.00% 13.83%
26.27%

Color #88BCA2 in popluar number systems.

HEX 88 BC A2
Decimal 136 188 162
Binary 10001000 10111100 10100010
Octal 210 274 242

Shades and tints

Shades of #88BCA2

#88BCA2
(136,188,162)
#7CAB94
(124,171,148)
#709A86
(112,154,134)
#648978
(100,137,120)
#58786A
(88,120,106)
#4C675C
(76,103,92)
#40564E
(64,86,78)
#344540
(52,69,64)
#283432
(40,52,50)
#1C2324
(28,35,36)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #88BCA2

#88BCA2
(136,188,162)
#92C2AA
(146,194,170)
#9CC8B2
(156,200,178)
#A6CEBA
(166,206,186)
#B0D4C2
(176,212,194)
#BADACA
(186,218,202)
#C4E0D2
(196,224,210)
#CEE6DA
(206,230,218)
#D8ECE2
(216,236,226)
#E2F2EA
(226,242,234)
#ECF8F2
(236,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88BCA2; }

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

This text font color is #88BCA2.

Background Color

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

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

This div background color is #88BCA2.

Border color

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

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

This div border color is #88BCA2.

Opacity

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

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

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

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

This text has shadow with #88BCA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88BCA2.

Preview

Color preview on black background

This text has color #88BCA2 on black background.


Color preview on white background

This text has color #88BCA2 on white background.


Black color preview on #88BCA2 background

This text has black color on #88BCA2 background.


White color preview on #88BCA2 background

This text has white color on #88BCA2 background.


Related colors

Complementary color

Complementary color for #hex is #77435D.


I love getcolorcode.com

Triadic colors

1 #A288BC and #BCA288 with #88BCA2 are triadic colors.

2 #A2BC88 and #BC88A2 with #88BCA2 are triadic colors.