COLOR #88C3BE

HEX: #88C3BE
RGB: (136,195,190)

Color info

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

RGB color model

#88C3BE color RGB value is (136,195,190).

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

RGB channels and saturation

R 136 of 255 = 53%
G 195 of 255 = 76%
B 190 of 255 = 75%

136
195
190

R + G + B ~ 68%. #88C3BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 195 + 190 = 521 (100%)
R 136 of 521 ~ 26.1%
G 195 of 521 ~ 37.43%
B 190 of 521 ~ 36.47%

%26.1
%37.43
%36.47

CMYK color model

#88C3BE color CMYK value is (30,0,3,24).

  • cyan value is 30.26%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 23.53%
CMYK:
(30,0,3,24)
C30M0Y3K24 
(30%,0%,3%,24%)
(0.30/0.00/0.03/0.24)	

CMYK percentages

%30.26
%0
%2.56
%23.53

Codes

Color #88C3BE in popluar color models

88C3BE
RGB136195190
HSL175°32.96%64.90%
HSB/HSV175°30.26%76.47%
CMYK30.26%0.00%2.56%
23.53%

Color #88C3BE in popluar number systems.

HEX88C3BE
Decimal136195190
Binary100010001100001110111110
Octal210303276

Shades and tints

Shades of #88C3BE

#88C3BE
(136,195,190)
#7CB2AD
(124,178,173)
#70A19C
(112,161,156)
#64908B
(100,144,139)
#587F7A
(88,127,122)
#4C6E69
(76,110,105)
#405D58
(64,93,88)
#344C47
(52,76,71)
#283B36
(40,59,54)
#1C2A25
(28,42,37)
#101914
(16,25,20)
#000000
(0,0,0)

Tints of #88C3BE

#88C3BE
(136,195,190)
#92C8C3
(146,200,195)
#9CCDC8
(156,205,200)
#A6D2CD
(166,210,205)
#B0D7D2
(176,215,210)
#BADCD7
(186,220,215)
#C4E1DC
(196,225,220)
#CEE6E1
(206,230,225)
#D8EBE6
(216,235,230)
#E2F0EB
(226,240,235)
#ECF5F0
(236,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C3BE; }

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

This text font color is #88C3BE.


Background Color

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

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

This div background color is #88C3BE.


Border color

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

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

This div border color is #88C3BE.


Opacity

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

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

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

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

This text has shadow with #88C3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88C3BE on black background.


Color preview on white background

This text has color #88C3BE on white background.



Black color preview on #88C3BE background

This text has black color on #88C3BE background.


White color preview on #88C3BE background

This text has white color on #88C3BE background.