COLOR #88A3D5

HEX: #88A3D5
RGB: (136,163,213)

Color info

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

RGB color model

#88A3D5 color RGB value is (136,163,213).

  • red value is 136;
  • green value is 163;
  • blue value is 213.
RGB:
(136,163,213)
(53%,64%,84%)

RGB channels and saturation

R 136 of 255 = 53%
G 163 of 255 = 64%
B 213 of 255 = 84%

136
163
213

R + G + B ~ 67%. #88A3D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
136 + 163 + 213 = 512 (100%)
R 136 of 512 ~ 26.56%
G 163 of 512 ~ 31.84%
B 213 of 512 ~ 41.6%

%26.56
%31.84
%41.6

CMYK color model

#88A3D5 color CMYK value is (36,23,0,16).

  • cyan value is 36.15%
  • magenta value is 23.47%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(36,23,0,16)
C36M23Y0K16 
(36%,23%,0%,16%)
(0.36/0.23/0.00/0.16)	

CMYK percentages

%36.15
%23.47
%0
%16.47

Codes

Color #88A3D5 in popluar color models

88A3D5
RGB136163213
HSL219°47.83%68.43%
HSB/HSV219°36.15%83.53%
CMYK36.15%23.47%0.00%
16.47%

Color #88A3D5 in popluar number systems.

HEX88A3D5
Decimal136163213
Binary100010001010001111010101
Octal210243325

Shades and tints

Shades of #88A3D5

#88A3D5
(136,163,213)
#7C95C2
(124,149,194)
#7087AF
(112,135,175)
#64799C
(100,121,156)
#586B89
(88,107,137)
#4C5D76
(76,93,118)
#404F63
(64,79,99)
#344150
(52,65,80)
#28333D
(40,51,61)
#1C252A
(28,37,42)
#101717
(16,23,23)
#000000
(0,0,0)

Tints of #88A3D5

#88A3D5
(136,163,213)
#92ABD8
(146,171,216)
#9CB3DB
(156,179,219)
#A6BBDE
(166,187,222)
#B0C3E1
(176,195,225)
#BACBE4
(186,203,228)
#C4D3E7
(196,211,231)
#CEDBEA
(206,219,234)
#D8E3ED
(216,227,237)
#E2EBF0
(226,235,240)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88A3D5 color. Also use rgb(136,163,213) instead hex code.

Text Font Color

.myTextColor { color: #88A3D5; }

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

This text font color is #88A3D5.


Background Color

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

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

This div background color is #88A3D5.


Border color

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

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

This div border color is #88A3D5.


Opacity

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

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

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

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

This text has shadow with #88A3D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #88A3D5 on black background.


Color preview on white background

This text has color #88A3D5 on white background.



Black color preview on #88A3D5 background

This text has black color on #88A3D5 background.


White color preview on #88A3D5 background

This text has white color on #88A3D5 background.