COLOR #88A4E9

HEX: #88A4E9 RGB: (136,164,233)

Color info

#88A4E9 contains mainly blue color. Web safe color of #88A4E9 is #9999FF (or #99F).

RGB color model

#88A4E9 color RGB value is (136,164,233).

RGB: (136,164,233) (53%, 64%, 91%)

RGB channels and saturation

R 136 of 255 = 53%
G 164 of 255 = 64%
B 233 of 255 = 91%

136
164
233

R + G + B ~ 69%. #88A4E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 164 + 233 = 533 (100%)
R 136 of 533 ~ 25.52%
G 164 of 533 ~ 30.77%
B 233 of 533 ~ 43.71'%

%25.52
%30.77
%43.71

CMYK color model

#88A4E9 color CMYK value is (42,30,0,9).

  • cyan value is 41.63%
  • magenta value is 29.61%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (42,30,0,9)
C42M30Y0K9 (42%, 30%, 0%, 9%)
(0.42 / 0.30 / 0.00 / 0.09)

CMYK percentages

%41.63
%29.61
%0
%8.63

Codes

Color #88A4E9 in popluar color models

88 A4 E9
RGB 136 164 233
HSL 223° 68.79% 72.35%
HSB/HSV 223° 41.63% 91.37%
CMYK 41.63% 29.61% 0.00%
8.63%

Color #88A4E9 in popluar number systems.

HEX 88 A4 E9
Decimal 136 164 233
Binary 10001000 10100100 11101001
Octal 210 244 351

Shades and tints

Shades of #88A4E9

#88A4E9
(136,164,233)
#7C96D4
(124,150,212)
#7088BF
(112,136,191)
#647AAA
(100,122,170)
#586C95
(88,108,149)
#4C5E80
(76,94,128)
#40506B
(64,80,107)
#344256
(52,66,86)
#283441
(40,52,65)
#1C262C
(28,38,44)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #88A4E9

#88A4E9
(136,164,233)
#92ACEB
(146,172,235)
#9CB4ED
(156,180,237)
#A6BCEF
(166,188,239)
#B0C4F1
(176,196,241)
#BACCF3
(186,204,243)
#C4D4F5
(196,212,245)
#CEDCF7
(206,220,247)
#D8E4F9
(216,228,249)
#E2ECFB
(226,236,251)
#ECF4FD
(236,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A4E9; }

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

This text font color is #88A4E9.

Background Color

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

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

This div background color is #88A4E9.

Border color

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

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

This div border color is #88A4E9.

Opacity

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

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

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

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

This text has shadow with #88A4E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #88A4E9.

Preview

Color preview on black background

This text has color #88A4E9 on black background.


Color preview on white background

This text has color #88A4E9 on white background.


Black color preview on #88A4E9 background

This text has black color on #88A4E9 background.


White color preview on #88A4E9 background

This text has white color on #88A4E9 background.


Related colors

Complementary color

Complementary color for #hex is #775B16.


I love getcolorcode.com

Triadic colors

1 #E988A4 and #A4E988 with #88A4E9 are triadic colors.

2 #E9A488 and #A488E9 with #88A4E9 are triadic colors.