COLOR #88A4D2

HEX: #88A4D2
RGB: (136,164,210)

Color info

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

RGB color model

#88A4D2 color RGB value is (136,164,210).

  • red value is 136;
  • green value is 164;
  • blue value is 210.
RGB:
(136,164,210)
(53%,64%,82%)

RGB channels and saturation

R 136 of 255 = 53%
G 164 of 255 = 64%
B 210 of 255 = 82%

136
164
210

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

Portions of RGB colors in percentages

R + G + B =
136 + 164 + 210 = 510 (100%)
R 136 of 510 ~ 26.67%
G 164 of 510 ~ 32.16%
B 210 of 510 ~ 41.18%

%26.67
%32.16
%41.18

CMYK color model

#88A4D2 color CMYK value is (35,22,0,18).

  • cyan value is 35.24%
  • magenta value is 21.90%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(35,22,0,18)
C35M22Y0K18 
(35%,22%,0%,18%)
(0.35/0.22/0.00/0.18)	

CMYK percentages

%35.24
%21.9
%0
%17.65

Codes

Color #88A4D2 in popluar color models

88A4D2
RGB136164210
HSL217°45.12%67.84%
HSB/HSV217°35.24%82.35%
CMYK35.24%21.90%0.00%
17.65%

Color #88A4D2 in popluar number systems.

HEX88A4D2
Decimal136164210
Binary100010001010010011010010
Octal210244322

Shades and tints

Shades of #88A4D2

#88A4D2
(136,164,210)
#7C96BF
(124,150,191)
#7088AC
(112,136,172)
#647A99
(100,122,153)
#586C86
(88,108,134)
#4C5E73
(76,94,115)
#405060
(64,80,96)
#34424D
(52,66,77)
#28343A
(40,52,58)
#1C2627
(28,38,39)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #88A4D2

#88A4D2
(136,164,210)
#92ACD6
(146,172,214)
#9CB4DA
(156,180,218)
#A6BCDE
(166,188,222)
#B0C4E2
(176,196,226)
#BACCE6
(186,204,230)
#C4D4EA
(196,212,234)
#CEDCEE
(206,220,238)
#D8E4F2
(216,228,242)
#E2ECF6
(226,236,246)
#ECF4FA
(236,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A4D2 color. Also use rgb(136,164,210) instead hex code.

Text Font Color

.myTextColor { color: #88A4D2; }

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

This text font color is #88A4D2.


Background Color

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

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

This div background color is #88A4D2.


Border color

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

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

This div border color is #88A4D2.


Opacity

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

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

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

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

This text has shadow with #88A4D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A4D2 on black background.


Color preview on white background

This text has color #88A4D2 on white background.



Black color preview on #88A4D2 background

This text has black color on #88A4D2 background.


White color preview on #88A4D2 background

This text has white color on #88A4D2 background.