COLOR #8D97BE

HEX: #8D97BE RGB: (141,151,190)

Color info

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

RGB color model

#8D97BE color RGB value is (141,151,190).

RGB: (141,151,190) (55%, 59%, 75%)

RGB channels and saturation

R 141 of 255 = 55%
G 151 of 255 = 59%
B 190 of 255 = 75%

141
151
190

R + G + B ~ 63%. #8D97BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 151 + 190 = 482 (100%)
R 141 of 482 ~ 29.25%
G 151 of 482 ~ 31.33%
B 190 of 482 ~ 39.42'%

%29.25
%31.33
%39.42

CMYK color model

#8D97BE color CMYK value is (26,21,0,25).

  • cyan value is 25.79%
  • magenta value is 20.53%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (26,21,0,25)
C26M21Y0K25 (26%, 21%, 0%, 25%)
(0.26 / 0.21 / 0.00 / 0.25)

CMYK percentages

%25.79
%20.53
%0
%25.49

Codes

Color #8D97BE in popluar color models

8D 97 BE
RGB 141 151 190
HSL 228° 27.37% 64.90%
HSB/HSV 228° 25.79% 74.51%
CMYK 25.79% 20.53% 0.00%
25.49%

Color #8D97BE in popluar number systems.

HEX 8D 97 BE
Decimal 141 151 190
Binary 10001101 10010111 10111110
Octal 215 227 276

Shades and tints

Shades of #8D97BE

#8D97BE
(141,151,190)
#818AAD
(129,138,173)
#757D9C
(117,125,156)
#69708B
(105,112,139)
#5D637A
(93,99,122)
#515669
(81,86,105)
#454958
(69,73,88)
#393C47
(57,60,71)
#2D2F36
(45,47,54)
#212225
(33,34,37)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #8D97BE

#8D97BE
(141,151,190)
#97A0C3
(151,160,195)
#A1A9C8
(161,169,200)
#ABB2CD
(171,178,205)
#B5BBD2
(181,187,210)
#BFC4D7
(191,196,215)
#C9CDDC
(201,205,220)
#D3D6E1
(211,214,225)
#DDDFE6
(221,223,230)
#E7E8EB
(231,232,235)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D97BE; }

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

This text font color is #8D97BE.

Background Color

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

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

This div background color is #8D97BE.

Border color

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

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

This div border color is #8D97BE.

Opacity

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

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

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

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

This text has shadow with #8D97BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D97BE.

Preview

Color preview on black background

This text has color #8D97BE on black background.


Color preview on white background

This text has color #8D97BE on white background.


Black color preview on #8D97BE background

This text has black color on #8D97BE background.


White color preview on #8D97BE background

This text has white color on #8D97BE background.


Related colors

Complementary color

Complementary color for #hex is #726841.


I love getcolorcode.com

Triadic colors

1 #BE8D97 and #97BE8D with #8D97BE are triadic colors.

2 #BE978D and #978DBE with #8D97BE are triadic colors.