COLOR #88A3D3

HEX: #88A3D3
RGB: (136,163,211)

Color info

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

RGB color model

#88A3D3 color RGB value is (136,163,211).

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

RGB channels and saturation

R 136 of 255 = 53%
G 163 of 255 = 64%
B 211 of 255 = 83%

136
163
211

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

Portions of RGB colors in percentages

R + G + B =
136 + 163 + 211 = 510 (100%)
R 136 of 510 ~ 26.67%
G 163 of 510 ~ 31.96%
B 211 of 510 ~ 41.37%

%26.67
%31.96
%41.37

CMYK color model

#88A3D3 color CMYK value is (36,23,0,17).

  • cyan value is 35.55%
  • magenta value is 22.75%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK: (36,23,0,17) C36M23Y0K17 (36%,23%,0%,17%) (0.36/0.23/0.00/0.17)

CMYK percentages

%35.55
%22.75
%0
%17.25

Codes

Color #88A3D3 in popluar color models

88A3D3
RGB136163211
HSL218°46.01%68.04%
HSB/HSV218°35.55%82.75%
CMYK35.55%22.75%0.00%
17.25%

Color #88A3D3 in popluar number systems.

HEX88A3D3
Decimal136163211
Binary100010001010001111010011
Octal210243323

Shades and tints

Shades of #88A3D3

#88A3D3
(136,163,211)
#7C95C0
(124,149,192)
#7087AD
(112,135,173)
#64799A
(100,121,154)
#586B87
(88,107,135)
#4C5D74
(76,93,116)
#404F61
(64,79,97)
#34414E
(52,65,78)
#28333B
(40,51,59)
#1C2528
(28,37,40)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #88A3D3

#88A3D3
(136,163,211)
#92ABD7
(146,171,215)
#9CB3DB
(156,179,219)
#A6BBDF
(166,187,223)
#B0C3E3
(176,195,227)
#BACBE7
(186,203,231)
#C4D3EB
(196,211,235)
#CEDBEF
(206,219,239)
#D8E3F3
(216,227,243)
#E2EBF7
(226,235,247)
#ECF3FB
(236,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #88A3D3; }

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

This text font color is #88A3D3.


Background Color

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

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

This div background color is #88A3D3.


Border color

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

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

This div border color is #88A3D3.


Opacity

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

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

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

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

This text has shadow with #88A3D3 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #88A3D3 on black background.


Color preview on white background

This text has color #88A3D3 on white background.



Black color preview on #88A3D3 background

This text has black color on #88A3D3 background.


White color preview on #88A3D3 background

This text has white color on #88A3D3 background.