COLOR #8D97B5

HEX: #8D97B5
RGB: (141,151,181)

Color info

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

RGB color model

#8D97B5 color RGB value is (141,151,181).

  • red value is 141;
  • green value is 151;
  • blue value is 181.
RGB:
(141,151,181)
(55%,59%,71%)

RGB channels and saturation

R 141 of 255 = 55%
G 151 of 255 = 59%
B 181 of 255 = 71%

141
151
181

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

Portions of RGB colors in percentages

R + G + B =
141 + 151 + 181 = 473 (100%)
R 141 of 473 ~ 29.81%
G 151 of 473 ~ 31.92%
B 181 of 473 ~ 38.27%

%29.81
%31.92
%38.27

CMYK color model

#8D97B5 color CMYK value is (22,17,0,29).

  • cyan value is 22.10%
  • magenta value is 16.57%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(22,17,0,29)
C22M17Y0K29 
(22%,17%,0%,29%)
(0.22/0.17/0.00/0.29)	

CMYK percentages

%22.1
%16.57
%0
%29.02

Codes

Color #8D97B5 in popluar color models

8D97B5
RGB141151181
HSL225°21.28%63.14%
HSB/HSV225°22.10%70.98%
CMYK22.10%16.57%0.00%
29.02%

Color #8D97B5 in popluar number systems.

HEX8D97B5
Decimal141151181
Binary100011011001011110110101
Octal215227265

Shades and tints

Shades of #8D97B5

#8D97B5
(141,151,181)
#818AA5
(129,138,165)
#757D95
(117,125,149)
#697085
(105,112,133)
#5D6375
(93,99,117)
#515665
(81,86,101)
#454955
(69,73,85)
#393C45
(57,60,69)
#2D2F35
(45,47,53)
#212225
(33,34,37)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #8D97B5

#8D97B5
(141,151,181)
#97A0BB
(151,160,187)
#A1A9C1
(161,169,193)
#ABB2C7
(171,178,199)
#B5BBCD
(181,187,205)
#BFC4D3
(191,196,211)
#C9CDD9
(201,205,217)
#D3D6DF
(211,214,223)
#DDDFE5
(221,223,229)
#E7E8EB
(231,232,235)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D97B5 color. Also use rgb(141,151,181) instead hex code.

Text Font Color

.myTextColor { color: #8D97B5; }

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

This text font color is #8D97B5.


Background Color

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

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

This div background color is #8D97B5.


Border color

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

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

This div border color is #8D97B5.


Opacity

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

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

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

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

This text has shadow with #8D97B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D97B5 on black background.


Color preview on white background

This text has color #8D97B5 on white background.



Black color preview on #8D97B5 background

This text has black color on #8D97B5 background.


White color preview on #8D97B5 background

This text has white color on #8D97B5 background.