COLOR #88A8CA

HEX: #88A8CA
RGB: (136,168,202)

Color info

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

RGB color model

#88A8CA color RGB value is (136,168,202).

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

RGB channels and saturation

R 136 of 255 = 53%
G 168 of 255 = 66%
B 202 of 255 = 79%

136
168
202

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

Portions of RGB colors in percentages

R + G + B =
136 + 168 + 202 = 506 (100%)
R 136 of 506 ~ 26.88%
G 168 of 506 ~ 33.2%
B 202 of 506 ~ 39.92%

%26.88
%33.2
%39.92

CMYK color model

#88A8CA color CMYK value is (33,17,0,21).

  • cyan value is 32.67%
  • magenta value is 16.83%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(33,17,0,21)
C33M17Y0K21 
(33%,17%,0%,21%)
(0.33/0.17/0.00/0.21)	

CMYK percentages

%32.67
%16.83
%0
%20.78

Codes

Color #88A8CA in popluar color models

88A8CA
RGB136168202
HSL211°38.37%66.27%
HSB/HSV211°32.67%79.22%
CMYK32.67%16.83%0.00%
20.78%

Color #88A8CA in popluar number systems.

HEX88A8CA
Decimal136168202
Binary100010001010100011001010
Octal210250312

Shades and tints

Shades of #88A8CA

#88A8CA
(136,168,202)
#7C99B8
(124,153,184)
#708AA6
(112,138,166)
#647B94
(100,123,148)
#586C82
(88,108,130)
#4C5D70
(76,93,112)
#404E5E
(64,78,94)
#343F4C
(52,63,76)
#28303A
(40,48,58)
#1C2128
(28,33,40)
#101216
(16,18,22)
#000000
(0,0,0)

Tints of #88A8CA

#88A8CA
(136,168,202)
#92AFCE
(146,175,206)
#9CB6D2
(156,182,210)
#A6BDD6
(166,189,214)
#B0C4DA
(176,196,218)
#BACBDE
(186,203,222)
#C4D2E2
(196,210,226)
#CED9E6
(206,217,230)
#D8E0EA
(216,224,234)
#E2E7EE
(226,231,238)
#ECEEF2
(236,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A8CA; }

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

This text font color is #88A8CA.


Background Color

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

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

This div background color is #88A8CA.


Border color

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

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

This div border color is #88A8CA.


Opacity

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

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

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

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

This text has shadow with #88A8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A8CA on black background.


Color preview on white background

This text has color #88A8CA on white background.



Black color preview on #88A8CA background

This text has black color on #88A8CA background.


White color preview on #88A8CA background

This text has white color on #88A8CA background.