COLOR #88A4CD

HEX: #88A4CD
RGB: (136,164,205)

Color info

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

RGB color model

#88A4CD color RGB value is (136,164,205).

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

RGB channels and saturation

R 136 of 255 = 53%
G 164 of 255 = 64%
B 205 of 255 = 80%

136
164
205

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

Portions of RGB colors in percentages

R + G + B =
136 + 164 + 205 = 505 (100%)
R 136 of 505 ~ 26.93%
G 164 of 505 ~ 32.48%
B 205 of 505 ~ 40.59%

%26.93
%32.48
%40.59

CMYK color model

#88A4CD color CMYK value is (34,20,0,20).

  • cyan value is 33.66%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(34,20,0,20)
C34M20Y0K20 
(34%,20%,0%,20%)
(0.34/0.20/0.00/0.20)	

CMYK percentages

%33.66
%20
%0
%19.61

Codes

Color #88A4CD in popluar color models

88A4CD
RGB136164205
HSL216°40.83%66.86%
HSB/HSV216°33.66%80.39%
CMYK33.66%20.00%0.00%
19.61%

Color #88A4CD in popluar number systems.

HEX88A4CD
Decimal136164205
Binary100010001010010011001101
Octal210244315

Shades and tints

Shades of #88A4CD

#88A4CD
(136,164,205)
#7C96BB
(124,150,187)
#7088A9
(112,136,169)
#647A97
(100,122,151)
#586C85
(88,108,133)
#4C5E73
(76,94,115)
#405061
(64,80,97)
#34424F
(52,66,79)
#28343D
(40,52,61)
#1C262B
(28,38,43)
#101819
(16,24,25)
#000000
(0,0,0)

Tints of #88A4CD

#88A4CD
(136,164,205)
#92ACD1
(146,172,209)
#9CB4D5
(156,180,213)
#A6BCD9
(166,188,217)
#B0C4DD
(176,196,221)
#BACCE1
(186,204,225)
#C4D4E5
(196,212,229)
#CEDCE9
(206,220,233)
#D8E4ED
(216,228,237)
#E2ECF1
(226,236,241)
#ECF4F5
(236,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A4CD; }

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

This text font color is #88A4CD.


Background Color

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

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

This div background color is #88A4CD.


Border color

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

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

This div border color is #88A4CD.


Opacity

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

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

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

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

This text has shadow with #88A4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A4CD on black background.


Color preview on white background

This text has color #88A4CD on white background.



Black color preview on #88A4CD background

This text has black color on #88A4CD background.


White color preview on #88A4CD background

This text has white color on #88A4CD background.