COLOR #88BAC2

HEX: #88BAC2
RGB: (136,186,194)

Color info

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

RGB color model

#88BAC2 color RGB value is (136,186,194).

  • red value is 136;
  • green value is 186;
  • blue value is 194.
RGB:
(136,186,194)
(53%,73%,76%)

RGB channels and saturation

R 136 of 255 = 53%
G 186 of 255 = 73%
B 194 of 255 = 76%

136
186
194

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

Portions of RGB colors in percentages

R + G + B =
136 + 186 + 194 = 516 (100%)
R 136 of 516 ~ 26.36%
G 186 of 516 ~ 36.05%
B 194 of 516 ~ 37.6%

%26.36
%36.05
%37.6

CMYK color model

#88BAC2 color CMYK value is (30,4,0,24).

  • cyan value is 29.90%
  • magenta value is 4.12%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(30,4,0,24)
C30M4Y0K24 
(30%,4%,0%,24%)
(0.30/0.04/0.00/0.24)	

CMYK percentages

%29.9
%4.12
%0
%23.92

Codes

Color #88BAC2 in popluar color models

88BAC2
RGB136186194
HSL188°32.22%64.71%
HSB/HSV188°29.90%76.08%
CMYK29.90%4.12%0.00%
23.92%

Color #88BAC2 in popluar number systems.

HEX88BAC2
Decimal136186194
Binary100010001011101011000010
Octal210272302

Shades and tints

Shades of #88BAC2

#88BAC2
(136,186,194)
#7CAAB1
(124,170,177)
#709AA0
(112,154,160)
#648A8F
(100,138,143)
#587A7E
(88,122,126)
#4C6A6D
(76,106,109)
#405A5C
(64,90,92)
#344A4B
(52,74,75)
#283A3A
(40,58,58)
#1C2A29
(28,42,41)
#101A18
(16,26,24)
#000000
(0,0,0)

Tints of #88BAC2

#88BAC2
(136,186,194)
#92C0C7
(146,192,199)
#9CC6CC
(156,198,204)
#A6CCD1
(166,204,209)
#B0D2D6
(176,210,214)
#BAD8DB
(186,216,219)
#C4DEE0
(196,222,224)
#CEE4E5
(206,228,229)
#D8EAEA
(216,234,234)
#E2F0EF
(226,240,239)
#ECF6F4
(236,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88BAC2 color. Also use rgb(136,186,194) instead hex code.

Text Font Color

.myTextColor { color: #88BAC2; }

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

This text font color is #88BAC2.


Background Color

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

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

This div background color is #88BAC2.


Border color

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

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

This div border color is #88BAC2.


Opacity

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

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

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

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

This text has shadow with #88BAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88BAC2 on black background.


Color preview on white background

This text has color #88BAC2 on white background.



Black color preview on #88BAC2 background

This text has black color on #88BAC2 background.


White color preview on #88BAC2 background

This text has white color on #88BAC2 background.