COLOR #88ADBA

HEX: #88ADBA
RGB: (136,173,186)

Color info

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

RGB color model

#88ADBA color RGB value is (136,173,186).

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

RGB channels and saturation

R 136 of 255 = 53%
G 173 of 255 = 68%
B 186 of 255 = 73%

136
173
186

R + G + B ~ 65%. #88ADBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 173 + 186 = 495 (100%)
R 136 of 495 ~ 27.47%
G 173 of 495 ~ 34.95%
B 186 of 495 ~ 37.58%

%27.47
%34.95
%37.58

CMYK color model

#88ADBA color CMYK value is (27,7,0,27).

  • cyan value is 26.88%
  • magenta value is 6.99%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(27,7,0,27)
C27M7Y0K27 
(27%,7%,0%,27%)
(0.27/0.07/0.00/0.27)	

CMYK percentages

%26.88
%6.99
%0
%27.06

Codes

Color #88ADBA in popluar color models

88ADBA
RGB136173186
HSL196°26.60%63.14%
HSB/HSV196°26.88%72.94%
CMYK26.88%6.99%0.00%
27.06%

Color #88ADBA in popluar number systems.

HEX88ADBA
Decimal136173186
Binary100010001010110110111010
Octal210255272

Shades and tints

Shades of #88ADBA

#88ADBA
(136,173,186)
#7C9EAA
(124,158,170)
#708F9A
(112,143,154)
#64808A
(100,128,138)
#58717A
(88,113,122)
#4C626A
(76,98,106)
#40535A
(64,83,90)
#34444A
(52,68,74)
#28353A
(40,53,58)
#1C262A
(28,38,42)
#10171A
(16,23,26)
#000000
(0,0,0)

Tints of #88ADBA

#88ADBA
(136,173,186)
#92B4C0
(146,180,192)
#9CBBC6
(156,187,198)
#A6C2CC
(166,194,204)
#B0C9D2
(176,201,210)
#BAD0D8
(186,208,216)
#C4D7DE
(196,215,222)
#CEDEE4
(206,222,228)
#D8E5EA
(216,229,234)
#E2ECF0
(226,236,240)
#ECF3F6
(236,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88ADBA; }

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

This text font color is #88ADBA.


Background Color

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

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

This div background color is #88ADBA.


Border color

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

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

This div border color is #88ADBA.


Opacity

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

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

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

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

This text has shadow with #88ADBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88ADBA on black background.


Color preview on white background

This text has color #88ADBA on white background.



Black color preview on #88ADBA background

This text has black color on #88ADBA background.


White color preview on #88ADBA background

This text has white color on #88ADBA background.