COLOR #88A5C1

HEX: #88A5C1
RGB: (136,165,193)

Color info

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

RGB color model

#88A5C1 color RGB value is (136,165,193).

  • red value is 136;
  • green value is 165;
  • blue value is 193.
RGB:
(136,165,193)
(53%,65%,76%)

RGB channels and saturation

R 136 of 255 = 53%
G 165 of 255 = 65%
B 193 of 255 = 76%

136
165
193

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

Portions of RGB colors in percentages

R + G + B =
136 + 165 + 193 = 494 (100%)
R 136 of 494 ~ 27.53%
G 165 of 494 ~ 33.4%
B 193 of 494 ~ 39.07%

%27.53
%33.4
%39.07

CMYK color model

#88A5C1 color CMYK value is (30,15,0,24).

  • cyan value is 29.53%
  • magenta value is 14.51%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(30,15,0,24)
C30M15Y0K24 
(30%,15%,0%,24%)
(0.30/0.15/0.00/0.24)	

CMYK percentages

%29.53
%14.51
%0
%24.31

Codes

Color #88A5C1 in popluar color models

88A5C1
RGB136165193
HSL209°31.49%64.51%
HSB/HSV209°29.53%75.69%
CMYK29.53%14.51%0.00%
24.31%

Color #88A5C1 in popluar number systems.

HEX88A5C1
Decimal136165193
Binary100010001010010111000001
Octal210245301

Shades and tints

Shades of #88A5C1

#88A5C1
(136,165,193)
#7C96B0
(124,150,176)
#70879F
(112,135,159)
#64788E
(100,120,142)
#58697D
(88,105,125)
#4C5A6C
(76,90,108)
#404B5B
(64,75,91)
#343C4A
(52,60,74)
#282D39
(40,45,57)
#1C1E28
(28,30,40)
#100F17
(16,15,23)
#000000
(0,0,0)

Tints of #88A5C1

#88A5C1
(136,165,193)
#92ADC6
(146,173,198)
#9CB5CB
(156,181,203)
#A6BDD0
(166,189,208)
#B0C5D5
(176,197,213)
#BACDDA
(186,205,218)
#C4D5DF
(196,213,223)
#CEDDE4
(206,221,228)
#D8E5E9
(216,229,233)
#E2EDEE
(226,237,238)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A5C1; }

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

This text font color is #88A5C1.


Background Color

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

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

This div background color is #88A5C1.


Border color

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

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

This div border color is #88A5C1.


Opacity

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

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

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

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

This text has shadow with #88A5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A5C1 on black background.


Color preview on white background

This text has color #88A5C1 on white background.



Black color preview on #88A5C1 background

This text has black color on #88A5C1 background.


White color preview on #88A5C1 background

This text has white color on #88A5C1 background.