COLOR #88BEAC

HEX: #88BEAC RGB: (136,190,172)

Color info

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

RGB color model

#88BEAC color RGB value is (136,190,172).

RGB: (136,190,172) (53%, 75%, 67%)

RGB channels and saturation

R 136 of 255 = 53%
G 190 of 255 = 75%
B 172 of 255 = 67%

136
190
172

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

Portions of RGB colors in percentages

R + G + B = 136 + 190 + 172 = 498 (100%)
R 136 of 498 ~ 27.31%
G 190 of 498 ~ 38.15%
B 172 of 498 ~ 34.54'%

%27.31
%38.15
%34.54

CMYK color model

#88BEAC color CMYK value is (28,0,9,25).

  • cyan value is 28.42%
  • magenta value is 0.00%
  • yellow value is 9.47%
  • key color value is 25.49%

CMYK: (28,0,9,25)
C28M0Y9K25 (28%, 0%, 9%, 25%)
(0.28 / 0.00 / 0.09 / 0.25)

CMYK percentages

%28.42
%0
%9.47
%25.49

Codes

Color #88BEAC in popluar color models

88 BE AC
RGB 136 190 172
HSL 160° 29.35% 63.92%
HSB/HSV 160° 28.42% 74.51%
CMYK 28.42% 0.00% 9.47%
25.49%

Color #88BEAC in popluar number systems.

HEX 88 BE AC
Decimal 136 190 172
Binary 10001000 10111110 10101100
Octal 210 276 254

Shades and tints

Shades of #88BEAC

#88BEAC
(136,190,172)
#7CAD9D
(124,173,157)
#709C8E
(112,156,142)
#648B7F
(100,139,127)
#587A70
(88,122,112)
#4C6961
(76,105,97)
#405852
(64,88,82)
#344743
(52,71,67)
#283634
(40,54,52)
#1C2525
(28,37,37)
#101416
(16,20,22)
#000000
(0,0,0)

Tints of #88BEAC

#88BEAC
(136,190,172)
#92C3B3
(146,195,179)
#9CC8BA
(156,200,186)
#A6CDC1
(166,205,193)
#B0D2C8
(176,210,200)
#BAD7CF
(186,215,207)
#C4DCD6
(196,220,214)
#CEE1DD
(206,225,221)
#D8E6E4
(216,230,228)
#E2EBEB
(226,235,235)
#ECF0F2
(236,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88BEAC; }

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

This text font color is #88BEAC.

Background Color

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

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

This div background color is #88BEAC.

Border color

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

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

This div border color is #88BEAC.

Opacity

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

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

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

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

This text has shadow with #88BEAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88BEAC.

Preview

Color preview on black background

This text has color #88BEAC on black background.


Color preview on white background

This text has color #88BEAC on white background.


Black color preview on #88BEAC background

This text has black color on #88BEAC background.


White color preview on #88BEAC background

This text has white color on #88BEAC background.


Related colors

Complementary color

Complementary color for #hex is #774153.


I love getcolorcode.com

Triadic colors

1 #AC88BE and #BEAC88 with #88BEAC are triadic colors.

2 #ACBE88 and #BE88AC with #88BEAC are triadic colors.