COLOR #88CEB9

HEX: #88CEB9
RGB: (136,206,185)

Color info

#88CEB9 contains mainly green and blue colors. Web safe color of #88CEB9 is #99CCCC (or #9CC).

RGB color model

#88CEB9 color RGB value is (136,206,185).

  • red value is 136;
  • green value is 206;
  • blue value is 185.
RGB:
(136,206,185)
(53%,81%,73%)

RGB channels and saturation

R 136 of 255 = 53%
G 206 of 255 = 81%
B 185 of 255 = 73%

136
206
185

R + G + B ~ 69%. #88CEB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 206 + 185 = 527 (100%)
R 136 of 527 ~ 25.81%
G 206 of 527 ~ 39.09%
B 185 of 527 ~ 35.1%

%25.81
%39.09
%35.1

CMYK color model

#88CEB9 color CMYK value is (34,0,10,19).

  • cyan value is 33.98%
  • magenta value is 0.00%
  • yellow value is 10.19%
  • key color value is 19.22%
CMYK:
(34,0,10,19)
C34M0Y10K19 
(34%,0%,10%,19%)
(0.34/0.00/0.10/0.19)	

CMYK percentages

%33.98
%0
%10.19
%19.22

Codes

Color #88CEB9 in popluar color models

88CEB9
RGB136206185
HSL162°41.67%67.06%
HSB/HSV162°33.98%80.78%
CMYK33.98%0.00%10.19%
19.22%

Color #88CEB9 in popluar number systems.

HEX88CEB9
Decimal136206185
Binary100010001100111010111001
Octal210316271

Shades and tints

Shades of #88CEB9

#88CEB9
(136,206,185)
#7CBCA9
(124,188,169)
#70AA99
(112,170,153)
#649889
(100,152,137)
#588679
(88,134,121)
#4C7469
(76,116,105)
#406259
(64,98,89)
#345049
(52,80,73)
#283E39
(40,62,57)
#1C2C29
(28,44,41)
#101A19
(16,26,25)
#000000
(0,0,0)

Tints of #88CEB9

#88CEB9
(136,206,185)
#92D2BF
(146,210,191)
#9CD6C5
(156,214,197)
#A6DACB
(166,218,203)
#B0DED1
(176,222,209)
#BAE2D7
(186,226,215)
#C4E6DD
(196,230,221)
#CEEAE3
(206,234,227)
#D8EEE9
(216,238,233)
#E2F2EF
(226,242,239)
#ECF6F5
(236,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88CEB9 color. Also use rgb(136,206,185) instead hex code.

Text Font Color

.myTextColor { color: #88CEB9; }

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

This text font color is #88CEB9.


Background Color

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

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

This div background color is #88CEB9.


Border color

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

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

This div border color is #88CEB9.


Opacity

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

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

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

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

This text has shadow with #88CEB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88CEB9 on black background.


Color preview on white background

This text has color #88CEB9 on white background.



Black color preview on #88CEB9 background

This text has black color on #88CEB9 background.


White color preview on #88CEB9 background

This text has white color on #88CEB9 background.