COLOR #88BFA1

HEX: #88BFA1
RGB: (136,191,161)

Color info

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

RGB color model

#88BFA1 color RGB value is (136,191,161).

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

RGB channels and saturation

R 136 of 255 = 53%
G 191 of 255 = 75%
B 161 of 255 = 63%

136
191
161

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

Portions of RGB colors in percentages

R + G + B =
136 + 191 + 161 = 488 (100%)
R 136 of 488 ~ 27.87%
G 191 of 488 ~ 39.14%
B 161 of 488 ~ 32.99%

%27.87
%39.14
%32.99

CMYK color model

#88BFA1 color CMYK value is (29,0,16,25).

  • cyan value is 28.80%
  • magenta value is 0.00%
  • yellow value is 15.71%
  • key color value is 25.10%
CMYK:
(29,0,16,25)
C29M0Y16K25 
(29%,0%,16%,25%)
(0.29/0.00/0.16/0.25)	

CMYK percentages

%28.8
%0
%15.71
%25.1

Codes

Color #88BFA1 in popluar color models

88BFA1
RGB136191161
HSL147°30.05%64.12%
HSB/HSV147°28.80%74.90%
CMYK28.80%0.00%15.71%
25.10%

Color #88BFA1 in popluar number systems.

HEX88BFA1
Decimal136191161
Binary100010001011111110100001
Octal210277241

Shades and tints

Shades of #88BFA1

#88BFA1
(136,191,161)
#7CAE93
(124,174,147)
#709D85
(112,157,133)
#648C77
(100,140,119)
#587B69
(88,123,105)
#4C6A5B
(76,106,91)
#40594D
(64,89,77)
#34483F
(52,72,63)
#283731
(40,55,49)
#1C2623
(28,38,35)
#101515
(16,21,21)
#000000
(0,0,0)

Tints of #88BFA1

#88BFA1
(136,191,161)
#92C4A9
(146,196,169)
#9CC9B1
(156,201,177)
#A6CEB9
(166,206,185)
#B0D3C1
(176,211,193)
#BAD8C9
(186,216,201)
#C4DDD1
(196,221,209)
#CEE2D9
(206,226,217)
#D8E7E1
(216,231,225)
#E2ECE9
(226,236,233)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88BFA1; }

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

This text font color is #88BFA1.


Background Color

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

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

This div background color is #88BFA1.


Border color

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

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

This div border color is #88BFA1.


Opacity

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

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

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

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

This text has shadow with #88BFA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BFA1 on black background.


Color preview on white background

This text has color #88BFA1 on white background.



Black color preview on #88BFA1 background

This text has black color on #88BFA1 background.


White color preview on #88BFA1 background

This text has white color on #88BFA1 background.