COLOR #8D9BB6

HEX: #8D9BB6
RGB: (141,155,182)

Color info

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

RGB color model

#8D9BB6 color RGB value is (141,155,182).

  • red value is 141;
  • green value is 155;
  • blue value is 182.
RGB:
(141,155,182)
(55%,61%,71%)

RGB channels and saturation

R 141 of 255 = 55%
G 155 of 255 = 61%
B 182 of 255 = 71%

141
155
182

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

Portions of RGB colors in percentages

R + G + B =
141 + 155 + 182 = 478 (100%)
R 141 of 478 ~ 29.5%
G 155 of 478 ~ 32.43%
B 182 of 478 ~ 38.08%

%29.5
%32.43
%38.08

CMYK color model

#8D9BB6 color CMYK value is (23,15,0,29).

  • cyan value is 22.53%
  • magenta value is 14.84%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(23,15,0,29)
C23M15Y0K29 
(23%,15%,0%,29%)
(0.23/0.15/0.00/0.29)	

CMYK percentages

%22.53
%14.84
%0
%28.63

Codes

Color #8D9BB6 in popluar color models

8D9BB6
RGB141155182
HSL220°21.93%63.33%
HSB/HSV220°22.53%71.37%
CMYK22.53%14.84%0.00%
28.63%

Color #8D9BB6 in popluar number systems.

HEX8D9BB6
Decimal141155182
Binary100011011001101110110110
Octal215233266

Shades and tints

Shades of #8D9BB6

#8D9BB6
(141,155,182)
#818DA6
(129,141,166)
#757F96
(117,127,150)
#697186
(105,113,134)
#5D6376
(93,99,118)
#515566
(81,85,102)
#454756
(69,71,86)
#393946
(57,57,70)
#2D2B36
(45,43,54)
#211D26
(33,29,38)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #8D9BB6

#8D9BB6
(141,155,182)
#97A4BC
(151,164,188)
#A1ADC2
(161,173,194)
#ABB6C8
(171,182,200)
#B5BFCE
(181,191,206)
#BFC8D4
(191,200,212)
#C9D1DA
(201,209,218)
#D3DAE0
(211,218,224)
#DDE3E6
(221,227,230)
#E7ECEC
(231,236,236)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9BB6 color. Also use rgb(141,155,182) instead hex code.

Text Font Color

.myTextColor { color: #8D9BB6; }

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

This text font color is #8D9BB6.


Background Color

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

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

This div background color is #8D9BB6.


Border color

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

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

This div border color is #8D9BB6.


Opacity

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

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

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

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

This text has shadow with #8D9BB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9BB6 on black background.


Color preview on white background

This text has color #8D9BB6 on white background.



Black color preview on #8D9BB6 background

This text has black color on #8D9BB6 background.


White color preview on #8D9BB6 background

This text has white color on #8D9BB6 background.