COLOR #88BEC1

HEX: #88BEC1 RGB: (136,190,193)

Color info

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

RGB color model

#88BEC1 color RGB value is (136,190,193).

RGB: (136,190,193) (53%, 75%, 76%)

RGB channels and saturation

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

136
190
193

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

Portions of RGB colors in percentages

R + G + B = 136 + 190 + 193 = 519 (100%)
R 136 of 519 ~ 26.2%
G 190 of 519 ~ 36.61%
B 193 of 519 ~ 37.19'%

%26.2
%36.61
%37.19

CMYK color model

#88BEC1 color CMYK value is (30,2,0,24).

  • cyan value is 29.53%
  • magenta value is 1.55%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (30,2,0,24)
C30M2Y0K24 (30%, 2%, 0%, 24%)
(0.30 / 0.02 / 0.00 / 0.24)

CMYK percentages

%29.53
%1.55
%0
%24.31

Codes

Color #88BEC1 in popluar color models

88 BE C1
RGB 136 190 193
HSL 183° 31.49% 64.51%
HSB/HSV 183° 29.53% 75.69%
CMYK 29.53% 1.55% 0.00%
24.31%

Color #88BEC1 in popluar number systems.

HEX 88 BE C1
Decimal 136 190 193
Binary 10001000 10111110 11000001
Octal 210 276 301

Shades and tints

Shades of #88BEC1

#88BEC1
(136,190,193)
#7CADB0
(124,173,176)
#709C9F
(112,156,159)
#648B8E
(100,139,142)
#587A7D
(88,122,125)
#4C696C
(76,105,108)
#40585B
(64,88,91)
#34474A
(52,71,74)
#283639
(40,54,57)
#1C2528
(28,37,40)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #88BEC1

#88BEC1
(136,190,193)
#92C3C6
(146,195,198)
#9CC8CB
(156,200,203)
#A6CDD0
(166,205,208)
#B0D2D5
(176,210,213)
#BAD7DA
(186,215,218)
#C4DCDF
(196,220,223)
#CEE1E4
(206,225,228)
#D8E6E9
(216,230,233)
#E2EBEE
(226,235,238)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88BEC1; }

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

This text font color is #88BEC1.

Background Color

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

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

This div background color is #88BEC1.

Border color

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

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

This div border color is #88BEC1.

Opacity

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

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

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

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

This text has shadow with #88BEC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88BEC1.

Preview

Color preview on black background

This text has color #88BEC1 on black background.


Color preview on white background

This text has color #88BEC1 on white background.


Black color preview on #88BEC1 background

This text has black color on #88BEC1 background.


White color preview on #88BEC1 background

This text has white color on #88BEC1 background.


Related colors

Complementary color

Complementary color for #hex is #77413E.


I love getcolorcode.com

Triadic colors

1 #C188BE and #BEC188 with #88BEC1 are triadic colors.

2 #C1BE88 and #BE88C1 with #88BEC1 are triadic colors.