COLOR #88BFA8

HEX: #88BFA8
RGB: (136,191,168)

Color info

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

RGB color model

#88BFA8 color RGB value is (136,191,168).

  • red value is 136;
  • green value is 191;
  • blue value is 168.
RGB:
(136,191,168)
(53%,75%,66%)

RGB channels and saturation

R 136 of 255 = 53%
G 191 of 255 = 75%
B 168 of 255 = 66%

136
191
168

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

Portions of RGB colors in percentages

R + G + B =
136 + 191 + 168 = 495 (100%)
R 136 of 495 ~ 27.47%
G 191 of 495 ~ 38.59%
B 168 of 495 ~ 33.94%

%27.47
%38.59
%33.94

CMYK color model

#88BFA8 color CMYK value is (29,0,12,25).

  • cyan value is 28.80%
  • magenta value is 0.00%
  • yellow value is 12.04%
  • key color value is 25.10%
CMYK:
(29,0,12,25)
C29M0Y12K25 
(29%,0%,12%,25%)
(0.29/0.00/0.12/0.25)	

CMYK percentages

%28.8
%0
%12.04
%25.1

Codes

Color #88BFA8 in popluar color models

88BFA8
RGB136191168
HSL155°30.05%64.12%
HSB/HSV155°28.80%74.90%
CMYK28.80%0.00%12.04%
25.10%

Color #88BFA8 in popluar number systems.

HEX88BFA8
Decimal136191168
Binary100010001011111110101000
Octal210277250

Shades and tints

Shades of #88BFA8

#88BFA8
(136,191,168)
#7CAE99
(124,174,153)
#709D8A
(112,157,138)
#648C7B
(100,140,123)
#587B6C
(88,123,108)
#4C6A5D
(76,106,93)
#40594E
(64,89,78)
#34483F
(52,72,63)
#283730
(40,55,48)
#1C2621
(28,38,33)
#101512
(16,21,18)
#000000
(0,0,0)

Tints of #88BFA8

#88BFA8
(136,191,168)
#92C4AF
(146,196,175)
#9CC9B6
(156,201,182)
#A6CEBD
(166,206,189)
#B0D3C4
(176,211,196)
#BAD8CB
(186,216,203)
#C4DDD2
(196,221,210)
#CEE2D9
(206,226,217)
#D8E7E0
(216,231,224)
#E2ECE7
(226,236,231)
#ECF1EE
(236,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88BFA8; }

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

This text font color is #88BFA8.


Background Color

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

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

This div background color is #88BFA8.


Border color

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

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

This div border color is #88BFA8.


Opacity

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

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

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

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

This text has shadow with #88BFA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BFA8 on black background.


Color preview on white background

This text has color #88BFA8 on white background.



Black color preview on #88BFA8 background

This text has black color on #88BFA8 background.


White color preview on #88BFA8 background

This text has white color on #88BFA8 background.