COLOR #88A8CC

HEX: #88A8CC
RGB: (136,168,204)

Color info

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

RGB color model

#88A8CC color RGB value is (136,168,204).

  • red value is 136;
  • green value is 168;
  • blue value is 204.
RGB:
(136,168,204)
(53%,66%,80%)

RGB channels and saturation

R 136 of 255 = 53%
G 168 of 255 = 66%
B 204 of 255 = 80%

136
168
204

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

Portions of RGB colors in percentages

R + G + B =
136 + 168 + 204 = 508 (100%)
R 136 of 508 ~ 26.77%
G 168 of 508 ~ 33.07%
B 204 of 508 ~ 40.16%

%26.77
%33.07
%40.16

CMYK color model

#88A8CC color CMYK value is (33,18,0,20).

  • cyan value is 33.33%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(33,18,0,20)
C33M18Y0K20 
(33%,18%,0%,20%)
(0.33/0.18/0.00/0.20)	

CMYK percentages

%33.33
%17.65
%0
%20

Codes

Color #88A8CC in popluar color models

88A8CC
RGB136168204
HSL212°40.00%66.67%
HSB/HSV212°33.33%80.00%
CMYK33.33%17.65%0.00%
20.00%

Color #88A8CC in popluar number systems.

HEX88A8CC
Decimal136168204
Binary100010001010100011001100
Octal210250314

Shades and tints

Shades of #88A8CC

#88A8CC
(136,168,204)
#7C99BA
(124,153,186)
#708AA8
(112,138,168)
#647B96
(100,123,150)
#586C84
(88,108,132)
#4C5D72
(76,93,114)
#404E60
(64,78,96)
#343F4E
(52,63,78)
#28303C
(40,48,60)
#1C212A
(28,33,42)
#101218
(16,18,24)
#000000
(0,0,0)

Tints of #88A8CC

#88A8CC
(136,168,204)
#92AFD0
(146,175,208)
#9CB6D4
(156,182,212)
#A6BDD8
(166,189,216)
#B0C4DC
(176,196,220)
#BACBE0
(186,203,224)
#C4D2E4
(196,210,228)
#CED9E8
(206,217,232)
#D8E0EC
(216,224,236)
#E2E7F0
(226,231,240)
#ECEEF4
(236,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A8CC color. Also use rgb(136,168,204) instead hex code.

Text Font Color

.myTextColor { color: #88A8CC; }

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

This text font color is #88A8CC.


Background Color

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

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

This div background color is #88A8CC.


Border color

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

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

This div border color is #88A8CC.


Opacity

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

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

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

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

This text has shadow with #88A8CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A8CC on black background.


Color preview on white background

This text has color #88A8CC on white background.



Black color preview on #88A8CC background

This text has black color on #88A8CC background.


White color preview on #88A8CC background

This text has white color on #88A8CC background.