COLOR #88ADC5

HEX: #88ADC5
RGB: (136,173,197)

Color info

#88ADC5 contains mainly green and blue colors. Web safe color of #88ADC5 is #9999CC (or #99C).

RGB color model

#88ADC5 color RGB value is (136,173,197).

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

RGB channels and saturation

R 136 of 255 = 53%
G 173 of 255 = 68%
B 197 of 255 = 77%

136
173
197

R + G + B ~ 66%. #88ADC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 173 + 197 = 506 (100%)
R 136 of 506 ~ 26.88%
G 173 of 506 ~ 34.19%
B 197 of 506 ~ 38.93%

%26.88
%34.19
%38.93

CMYK color model

#88ADC5 color CMYK value is (31,12,0,23).

  • cyan value is 30.96%
  • magenta value is 12.18%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(31,12,0,23)
C31M12Y0K23 
(31%,12%,0%,23%)
(0.31/0.12/0.00/0.23)	

CMYK percentages

%30.96
%12.18
%0
%22.75

Codes

Color #88ADC5 in popluar color models

88ADC5
RGB136173197
HSL204°34.46%65.29%
HSB/HSV204°30.96%77.25%
CMYK30.96%12.18%0.00%
22.75%

Color #88ADC5 in popluar number systems.

HEX88ADC5
Decimal136173197
Binary100010001010110111000101
Octal210255305

Shades and tints

Shades of #88ADC5

#88ADC5
(136,173,197)
#7C9EB4
(124,158,180)
#708FA3
(112,143,163)
#648092
(100,128,146)
#587181
(88,113,129)
#4C6270
(76,98,112)
#40535F
(64,83,95)
#34444E
(52,68,78)
#28353D
(40,53,61)
#1C262C
(28,38,44)
#10171B
(16,23,27)
#000000
(0,0,0)

Tints of #88ADC5

#88ADC5
(136,173,197)
#92B4CA
(146,180,202)
#9CBBCF
(156,187,207)
#A6C2D4
(166,194,212)
#B0C9D9
(176,201,217)
#BAD0DE
(186,208,222)
#C4D7E3
(196,215,227)
#CEDEE8
(206,222,232)
#D8E5ED
(216,229,237)
#E2ECF2
(226,236,242)
#ECF3F7
(236,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88ADC5; }

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

This text font color is #88ADC5.


Background Color

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

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

This div background color is #88ADC5.


Border color

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

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

This div border color is #88ADC5.


Opacity

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

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

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

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

This text has shadow with #88ADC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88ADC5 on black background.


Color preview on white background

This text has color #88ADC5 on white background.



Black color preview on #88ADC5 background

This text has black color on #88ADC5 background.


White color preview on #88ADC5 background

This text has white color on #88ADC5 background.