COLOR #88C3B5

HEX: #88C3B5 RGB: (136,195,181)

Color info

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

RGB color model

#88C3B5 color RGB value is (136,195,181).

RGB: (136,195,181) (53%, 76%, 71%)

RGB channels and saturation

R 136 of 255 = 53%
G 195 of 255 = 76%
B 181 of 255 = 71%

136
195
181

R + G + B ~ 67%. #88C3B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 195 + 181 = 512 (100%)
R 136 of 512 ~ 26.56%
G 195 of 512 ~ 38.09%
B 181 of 512 ~ 35.35'%

%26.56
%38.09
%35.35

CMYK color model

#88C3B5 color CMYK value is (30,0,7,24).

  • cyan value is 30.26%
  • magenta value is 0.00%
  • yellow value is 7.18%
  • key color value is 23.53%

CMYK: (30,0,7,24)
C30M0Y7K24 (30%, 0%, 7%, 24%)
(0.30 / 0.00 / 0.07 / 0.24)

CMYK percentages

%30.26
%0
%7.18
%23.53

Codes

Color #88C3B5 in popluar color models

88 C3 B5
RGB 136 195 181
HSL 166° 32.96% 64.90%
HSB/HSV 166° 30.26% 76.47%
CMYK 30.26% 0.00% 7.18%
23.53%

Color #88C3B5 in popluar number systems.

HEX 88 C3 B5
Decimal 136 195 181
Binary 10001000 11000011 10110101
Octal 210 303 265

Shades and tints

Shades of #88C3B5

#88C3B5
(136,195,181)
#7CB2A5
(124,178,165)
#70A195
(112,161,149)
#649085
(100,144,133)
#587F75
(88,127,117)
#4C6E65
(76,110,101)
#405D55
(64,93,85)
#344C45
(52,76,69)
#283B35
(40,59,53)
#1C2A25
(28,42,37)
#101915
(16,25,21)
#000000
(0,0,0)

Tints of #88C3B5

#88C3B5
(136,195,181)
#92C8BB
(146,200,187)
#9CCDC1
(156,205,193)
#A6D2C7
(166,210,199)
#B0D7CD
(176,215,205)
#BADCD3
(186,220,211)
#C4E1D9
(196,225,217)
#CEE6DF
(206,230,223)
#D8EBE5
(216,235,229)
#E2F0EB
(226,240,235)
#ECF5F1
(236,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88C3B5; }

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

This text font color is #88C3B5.

Background Color

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

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

This div background color is #88C3B5.

Border color

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

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

This div border color is #88C3B5.

Opacity

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

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

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

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

This text has shadow with #88C3B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88C3B5.

Preview

Color preview on black background

This text has color #88C3B5 on black background.


Color preview on white background

This text has color #88C3B5 on white background.


Black color preview on #88C3B5 background

This text has black color on #88C3B5 background.


White color preview on #88C3B5 background

This text has white color on #88C3B5 background.


Related colors

Complementary color

Complementary color for #hex is #773C4A.


I love getcolorcode.com

Triadic colors

1 #B588C3 and #C3B588 with #88C3B5 are triadic colors.

2 #B5C388 and #C388B5 with #88C3B5 are triadic colors.