COLOR #8D9DC4

HEX: #8D9DC4
RGB: (141,157,196)

Color info

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

RGB color model

#8D9DC4 color RGB value is (141,157,196).

  • red value is 141;
  • green value is 157;
  • blue value is 196.
RGB:
(141,157,196)
(55%,62%,77%)

RGB channels and saturation

R 141 of 255 = 55%
G 157 of 255 = 62%
B 196 of 255 = 77%

141
157
196

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

Portions of RGB colors in percentages

R + G + B =
141 + 157 + 196 = 494 (100%)
R 141 of 494 ~ 28.54%
G 157 of 494 ~ 31.78%
B 196 of 494 ~ 39.68%

%28.54
%31.78
%39.68

CMYK color model

#8D9DC4 color CMYK value is (28,20,0,23).

  • cyan value is 28.06%
  • magenta value is 19.90%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(28,20,0,23)
C28M20Y0K23 
(28%,20%,0%,23%)
(0.28/0.20/0.00/0.23)	

CMYK percentages

%28.06
%19.9
%0
%23.14

Codes

Color #8D9DC4 in popluar color models

8D9DC4
RGB141157196
HSL223°31.79%66.08%
HSB/HSV223°28.06%76.86%
CMYK28.06%19.90%0.00%
23.14%

Color #8D9DC4 in popluar number systems.

HEX8D9DC4
Decimal141157196
Binary100011011001110111000100
Octal215235304

Shades and tints

Shades of #8D9DC4

#8D9DC4
(141,157,196)
#818FB3
(129,143,179)
#7581A2
(117,129,162)
#697391
(105,115,145)
#5D6580
(93,101,128)
#51576F
(81,87,111)
#45495E
(69,73,94)
#393B4D
(57,59,77)
#2D2D3C
(45,45,60)
#211F2B
(33,31,43)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #8D9DC4

#8D9DC4
(141,157,196)
#97A5C9
(151,165,201)
#A1ADCE
(161,173,206)
#ABB5D3
(171,181,211)
#B5BDD8
(181,189,216)
#BFC5DD
(191,197,221)
#C9CDE2
(201,205,226)
#D3D5E7
(211,213,231)
#DDDDEC
(221,221,236)
#E7E5F1
(231,229,241)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D9DC4 color. Also use rgb(141,157,196) instead hex code.

Text Font Color

.myTextColor { color: #8D9DC4; }

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

This text font color is #8D9DC4.


Background Color

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

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

This div background color is #8D9DC4.


Border color

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

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

This div border color is #8D9DC4.


Opacity

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

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

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

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

This text has shadow with #8D9DC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D9DC4 on black background.


Color preview on white background

This text has color #8D9DC4 on white background.



Black color preview on #8D9DC4 background

This text has black color on #8D9DC4 background.


White color preview on #8D9DC4 background

This text has white color on #8D9DC4 background.