COLOR #8D97CB

HEX: #8D97CB
RGB: (141,151,203)

Color info

#8D97CB contains mainly green and blue colors. Web safe color of #8D97CB is #9999CC (or #99C).

RGB color model

#8D97CB color RGB value is (141,151,203).

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

RGB channels and saturation

R 141 of 255 = 55%
G 151 of 255 = 59%
B 203 of 255 = 80%

141
151
203

R + G + B ~ 65%. #8D97CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 151 + 203 = 495 (100%)
R 141 of 495 ~ 28.48%
G 151 of 495 ~ 30.51%
B 203 of 495 ~ 41.01%

%28.48
%30.51
%41.01

CMYK color model

#8D97CB color CMYK value is (31,26,0,20).

  • cyan value is 30.54%
  • magenta value is 25.62%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(31,26,0,20)
C31M26Y0K20 
(31%,26%,0%,20%)
(0.31/0.26/0.00/0.20)	

CMYK percentages

%30.54
%25.62
%0
%20.39

Codes

Color #8D97CB in popluar color models

8D97CB
RGB141151203
HSL230°37.35%67.45%
HSB/HSV230°30.54%79.61%
CMYK30.54%25.62%0.00%
20.39%

Color #8D97CB in popluar number systems.

HEX8D97CB
Decimal141151203
Binary100011011001011111001011
Octal215227313

Shades and tints

Shades of #8D97CB

#8D97CB
(141,151,203)
#818AB9
(129,138,185)
#757DA7
(117,125,167)
#697095
(105,112,149)
#5D6383
(93,99,131)
#515671
(81,86,113)
#45495F
(69,73,95)
#393C4D
(57,60,77)
#2D2F3B
(45,47,59)
#212229
(33,34,41)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #8D97CB

#8D97CB
(141,151,203)
#97A0CF
(151,160,207)
#A1A9D3
(161,169,211)
#ABB2D7
(171,178,215)
#B5BBDB
(181,187,219)
#BFC4DF
(191,196,223)
#C9CDE3
(201,205,227)
#D3D6E7
(211,214,231)
#DDDFEB
(221,223,235)
#E7E8EF
(231,232,239)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D97CB; }

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

This text font color is #8D97CB.


Background Color

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

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

This div background color is #8D97CB.


Border color

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

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

This div border color is #8D97CB.


Opacity

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

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

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

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

This text has shadow with #8D97CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D97CB on black background.


Color preview on white background

This text has color #8D97CB on white background.



Black color preview on #8D97CB background

This text has black color on #8D97CB background.


White color preview on #8D97CB background

This text has white color on #8D97CB background.