COLOR #88CDBE

HEX: #88CDBE
RGB: (136,205,190)

Color info

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

RGB color model

#88CDBE color RGB value is (136,205,190).

  • red value is 136;
  • green value is 205;
  • blue value is 190.
RGB:
(136,205,190)
(53%,80%,75%)

RGB channels and saturation

R 136 of 255 = 53%
G 205 of 255 = 80%
B 190 of 255 = 75%

136
205
190

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

Portions of RGB colors in percentages

R + G + B =
136 + 205 + 190 = 531 (100%)
R 136 of 531 ~ 25.61%
G 205 of 531 ~ 38.61%
B 190 of 531 ~ 35.78%

%25.61
%38.61
%35.78

CMYK color model

#88CDBE color CMYK value is (34,0,7,20).

  • cyan value is 33.66%
  • magenta value is 0.00%
  • yellow value is 7.32%
  • key color value is 19.61%
CMYK:
(34,0,7,20)
C34M0Y7K20 
(34%,0%,7%,20%)
(0.34/0.00/0.07/0.20)	

CMYK percentages

%33.66
%0
%7.32
%19.61

Codes

Color #88CDBE in popluar color models

88CDBE
RGB136205190
HSL167°40.83%66.86%
HSB/HSV167°33.66%80.39%
CMYK33.66%0.00%7.32%
19.61%

Color #88CDBE in popluar number systems.

HEX88CDBE
Decimal136205190
Binary100010001100110110111110
Octal210315276

Shades and tints

Shades of #88CDBE

#88CDBE
(136,205,190)
#7CBBAD
(124,187,173)
#70A99C
(112,169,156)
#64978B
(100,151,139)
#58857A
(88,133,122)
#4C7369
(76,115,105)
#406158
(64,97,88)
#344F47
(52,79,71)
#283D36
(40,61,54)
#1C2B25
(28,43,37)
#101914
(16,25,20)
#000000
(0,0,0)

Tints of #88CDBE

#88CDBE
(136,205,190)
#92D1C3
(146,209,195)
#9CD5C8
(156,213,200)
#A6D9CD
(166,217,205)
#B0DDD2
(176,221,210)
#BAE1D7
(186,225,215)
#C4E5DC
(196,229,220)
#CEE9E1
(206,233,225)
#D8EDE6
(216,237,230)
#E2F1EB
(226,241,235)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88CDBE; }

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

This text font color is #88CDBE.


Background Color

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

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

This div background color is #88CDBE.


Border color

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

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

This div border color is #88CDBE.


Opacity

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

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

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

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

This text has shadow with #88CDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88CDBE on black background.


Color preview on white background

This text has color #88CDBE on white background.



Black color preview on #88CDBE background

This text has black color on #88CDBE background.


White color preview on #88CDBE background

This text has white color on #88CDBE background.