COLOR #8D9CB2

HEX: #8D9CB2
RGB: (141,156,178)

Color info

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

RGB color model

#8D9CB2 color RGB value is (141,156,178).

  • red value is 141;
  • green value is 156;
  • blue value is 178.
RGB:
(141,156,178)
(55%,61%,70%)

RGB channels and saturation

R 141 of 255 = 55%
G 156 of 255 = 61%
B 178 of 255 = 70%

141
156
178

R + G + B ~ 62%. #8D9CB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 156 + 178 = 475 (100%)
R 141 of 475 ~ 29.68%
G 156 of 475 ~ 32.84%
B 178 of 475 ~ 37.47%

%29.68
%32.84
%37.47

CMYK color model

#8D9CB2 color CMYK value is (21,12,0,30).

  • cyan value is 20.79%
  • magenta value is 12.36%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(21,12,0,30)
C21M12Y0K30 
(21%,12%,0%,30%)
(0.21/0.12/0.00/0.30)	

CMYK percentages

%20.79
%12.36
%0
%30.2

Codes

Color #8D9CB2 in popluar color models

8D9CB2
RGB141156178
HSL216°19.37%62.55%
HSB/HSV216°20.79%69.80%
CMYK20.79%12.36%0.00%
30.20%

Color #8D9CB2 in popluar number systems.

HEX8D9CB2
Decimal141156178
Binary100011011001110010110010
Octal215234262

Shades and tints

Shades of #8D9CB2

#8D9CB2
(141,156,178)
#818EA2
(129,142,162)
#758092
(117,128,146)
#697282
(105,114,130)
#5D6472
(93,100,114)
#515662
(81,86,98)
#454852
(69,72,82)
#393A42
(57,58,66)
#2D2C32
(45,44,50)
#211E22
(33,30,34)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #8D9CB2

#8D9CB2
(141,156,178)
#97A5B9
(151,165,185)
#A1AEC0
(161,174,192)
#ABB7C7
(171,183,199)
#B5C0CE
(181,192,206)
#BFC9D5
(191,201,213)
#C9D2DC
(201,210,220)
#D3DBE3
(211,219,227)
#DDE4EA
(221,228,234)
#E7EDF1
(231,237,241)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9CB2 color. Also use rgb(141,156,178) instead hex code.

Text Font Color

.myTextColor { color: #8D9CB2; }

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

This text font color is #8D9CB2.


Background Color

.myBgColor { background-color: #8D9CB2; }

<div style="background-color:#8D9CB2">Inner text</div>

This div background color is #8D9CB2.


Border color

.myBorderColor { border: 1px solid #8D9CB2; }

<div style="border:3px solid #8D9CB2">Div</div>

This div border color is #8D9CB2.


Opacity

.myOpacity80 { color: #8D9CB2; opacity: 0.8; }

<p style="color:#8D9CB2;opacity:0.8;">80%</p>

Text with #8D9CB2 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 #8D9CB2;}

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

This text has shadow with #8D9CB2 color.

.textShadow {text-shadow: 3px 3px 1px #8D9CB2, 3px 3px 1px red;}

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

This text has shadow with #8D9CB2 primary color and red secondary color.


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

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

This text has shadow with #8D9CB2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9CB2 on black background.


Color preview on white background

This text has color #8D9CB2 on white background.



Black color preview on #8D9CB2 background

This text has black color on #8D9CB2 background.


White color preview on #8D9CB2 background

This text has white color on #8D9CB2 background.