COLOR #88ADBE

HEX: #88ADBE RGB: (136,173,190)

Color info

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

RGB color model

#88ADBE color RGB value is (136,173,190).

RGB: (136,173,190) (53%, 68%, 75%)

RGB channels and saturation

R 136 of 255 = 53%
G 173 of 255 = 68%
B 190 of 255 = 75%

136
173
190

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

Portions of RGB colors in percentages

R + G + B = 136 + 173 + 190 = 499 (100%)
R 136 of 499 ~ 27.25%
G 173 of 499 ~ 34.67%
B 190 of 499 ~ 38.08'%

%27.25
%34.67
%38.08

CMYK color model

#88ADBE color CMYK value is (28,9,0,25).

  • cyan value is 28.42%
  • magenta value is 8.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (28,9,0,25) C28M9Y0K25 (28%,9%,0%,25%) (0.28/0.09/0.00/0.25) 

CMYK percentages

%28.42
%8.95
%0
%25.49

Codes

Color #88ADBE in popluar color models

88 AD BE
RGB 136 173 190
HSL 199° 29.35% 63.92%
HSB/HSV 199° 28.42% 74.51%
CMYK 28.42% 8.95% 0.00%
25.49%

Color #88ADBE in popluar number systems.

HEX 88 AD BE
Decimal 136 173 190
Binary 10001000 10101101 10111110
Octal 210 255 276

Shades and tints

Shades of #88ADBE

#88ADBE
(136,173,190)
#7C9EAD
(124,158,173)
#708F9C
(112,143,156)
#64808B
(100,128,139)
#58717A
(88,113,122)
#4C6269
(76,98,105)
#405358
(64,83,88)
#344447
(52,68,71)
#283536
(40,53,54)
#1C2625
(28,38,37)
#101714
(16,23,20)
#000000
(0,0,0)

Tints of #88ADBE

#88ADBE
(136,173,190)
#92B4C3
(146,180,195)
#9CBBC8
(156,187,200)
#A6C2CD
(166,194,205)
#B0C9D2
(176,201,210)
#BAD0D7
(186,208,215)
#C4D7DC
(196,215,220)
#CEDEE1
(206,222,225)
#D8E5E6
(216,229,230)
#E2ECEB
(226,236,235)
#ECF3F0
(236,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88ADBE; }

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

This text font color is #88ADBE.

Background Color

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

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

This div background color is #88ADBE.

Border color

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

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

This div border color is #88ADBE.

Opacity

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

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

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

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

This text has shadow with #88ADBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88ADBE.

Preview

Color preview on black background

This text has color #88ADBE on black background.


Color preview on white background

This text has color #88ADBE on white background.


Black color preview on #88ADBE background

This text has black color on #88ADBE background.


White color preview on #88ADBE background

This text has white color on #88ADBE background.


Related colors

Complementary color

Complementary color for #hex is #775241.


I love getcolorcode.com

Triadic colors

1 #BE88AD and #ADBE88 with #88ADBE are triadic colors.

2 #BEAD88 and #AD88BE with #88ADBE are triadic colors.