COLOR #888FB7

HEX: #888FB7 RGB: (136,143,183)

Color info

#888FB7 contains red, green and blue colors in about the same proportion. Web safe color of #888FB7 is #9999CC (or #99C).

RGB color model

#888FB7 color RGB value is (136,143,183).

RGB: (136,143,183) (53%, 56%, 72%)

RGB channels and saturation

R 136 of 255 = 53%
G 143 of 255 = 56%
B 183 of 255 = 72%

136
143
183

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

Portions of RGB colors in percentages

R + G + B = 136 + 143 + 183 = 462 (100%)
R 136 of 462 ~ 29.44%
G 143 of 462 ~ 30.95%
B 183 of 462 ~ 39.61'%

%29.44
%30.95
%39.61

CMYK color model

#888FB7 color CMYK value is (26,22,0,28).

  • cyan value is 25.68%
  • magenta value is 21.86%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (26,22,0,28)
C26M22Y0K28 (26%, 22%, 0%, 28%)
(0.26 / 0.22 / 0.00 / 0.28)

CMYK percentages

%25.68
%21.86
%0
%28.24

Codes

Color #888FB7 in popluar color models

88 8F B7
RGB 136 143 183
HSL 231° 24.61% 62.55%
HSB/HSV 231° 25.68% 71.76%
CMYK 25.68% 21.86% 0.00%
28.24%

Color #888FB7 in popluar number systems.

HEX 88 8F B7
Decimal 136 143 183
Binary 10001000 10001111 10110111
Octal 210 217 267

Shades and tints

Shades of #888FB7

#888FB7
(136,143,183)
#7C82A7
(124,130,167)
#707597
(112,117,151)
#646887
(100,104,135)
#585B77
(88,91,119)
#4C4E67
(76,78,103)
#404157
(64,65,87)
#343447
(52,52,71)
#282737
(40,39,55)
#1C1A27
(28,26,39)
#100D17
(16,13,23)
#000000
(0,0,0)

Tints of #888FB7

#888FB7
(136,143,183)
#9299BD
(146,153,189)
#9CA3C3
(156,163,195)
#A6ADC9
(166,173,201)
#B0B7CF
(176,183,207)
#BAC1D5
(186,193,213)
#C4CBDB
(196,203,219)
#CED5E1
(206,213,225)
#D8DFE7
(216,223,231)
#E2E9ED
(226,233,237)
#ECF3F3
(236,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888FB7 color. Also use rgb(136,143,183) instead hex code.

Text Font Color

.myTextColor { color: #888FB7; }

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

This text font color is #888FB7.

Background Color

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

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

This div background color is #888FB7.

Border color

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

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

This div border color is #888FB7.

Opacity

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

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

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

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

This text has shadow with #888FB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888FB7.

Preview

Color preview on black background

This text has color #888FB7 on black background.


Color preview on white background

This text has color #888FB7 on white background.


Black color preview on #888FB7 background

This text has black color on #888FB7 background.


White color preview on #888FB7 background

This text has white color on #888FB7 background.


Related colors

Complementary color

Complementary color for #hex is #777048.


I love getcolorcode.com

Triadic colors

1 #B7888F and #8FB788 with #888FB7 are triadic colors.

2 #B78F88 and #8F88B7 with #888FB7 are triadic colors.