COLOR #888AB3

HEX: #888AB3 RGB: (136,138,179)

Color info

#888AB3 contains red, green and blue colors in about the same proportion. Web safe color of #888AB3 is #999999 (or #999).

RGB color model

#888AB3 color RGB value is (136,138,179).

RGB: (136,138,179) (53%, 54%, 70%)

RGB channels and saturation

R 136 of 255 = 53%
G 138 of 255 = 54%
B 179 of 255 = 70%

136
138
179

R + G + B ~ 59%. #888AB3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 138 + 179 = 453 (100%)
R 136 of 453 ~ 30.02%
G 138 of 453 ~ 30.46%
B 179 of 453 ~ 39.51'%

%30.02
%30.46
%39.51

CMYK color model

#888AB3 color CMYK value is (24,23,0,30).

  • cyan value is 24.02%
  • magenta value is 22.91%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (24,23,0,30)
C24M23Y0K30 (24%, 23%, 0%, 30%)
(0.24 / 0.23 / 0.00 / 0.30)

CMYK percentages

%24.02
%22.91
%0
%29.8

Codes

Color #888AB3 in popluar color models

88 8A B3
RGB 136 138 179
HSL 237° 22.05% 61.76%
HSB/HSV 237° 24.02% 70.20%
CMYK 24.02% 22.91% 0.00%
29.80%

Color #888AB3 in popluar number systems.

HEX 88 8A B3
Decimal 136 138 179
Binary 10001000 10001010 10110011
Octal 210 212 263

Shades and tints

Shades of #888AB3

#888AB3
(136,138,179)
#7C7EA3
(124,126,163)
#707293
(112,114,147)
#646683
(100,102,131)
#585A73
(88,90,115)
#4C4E63
(76,78,99)
#404253
(64,66,83)
#343643
(52,54,67)
#282A33
(40,42,51)
#1C1E23
(28,30,35)
#101213
(16,18,19)
#000000
(0,0,0)

Tints of #888AB3

#888AB3
(136,138,179)
#9294B9
(146,148,185)
#9C9EBF
(156,158,191)
#A6A8C5
(166,168,197)
#B0B2CB
(176,178,203)
#BABCD1
(186,188,209)
#C4C6D7
(196,198,215)
#CED0DD
(206,208,221)
#D8DAE3
(216,218,227)
#E2E4E9
(226,228,233)
#ECEEEF
(236,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888AB3 color. Also use rgb(136,138,179) instead hex code.

Text Font Color

.myTextColor { color: #888AB3; }

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

This text font color is #888AB3.

Background Color

.myBgColor { background-color: #888AB3; }

<div style="background-color:#888AB3">Inner text</div>

This div background color is #888AB3.

Border color

.myBorderColor { border: 1px solid #888AB3; }

<div style="border:3px solid #888AB3">Div</div>

This div border color is #888AB3.

Opacity

.myOpacity80 { color: #888AB3; opacity: 0.8; }

<p style="color:#888AB3;opacity:0.8;">80%</p>

Text with #888AB3 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 #888AB3;}

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

This text has shadow with #888AB3 color.


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

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

This text has shadow with #888AB3 primary color and red secondary color.


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

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

This text has shadow with #888AB3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #888AB3.

Preview

Color preview on black background

This text has color #888AB3 on black background.


Color preview on white background

This text has color #888AB3 on white background.


Black color preview on #888AB3 background

This text has black color on #888AB3 background.


White color preview on #888AB3 background

This text has white color on #888AB3 background.


Related colors

Complementary color

Complementary color for #hex is #77754C.


I love getcolorcode.com

Triadic colors

1 #B3888A and #8AB388 with #888AB3 are triadic colors.

2 #B38A88 and #8A88B3 with #888AB3 are triadic colors.