COLOR #8D98C4

HEX: #8D98C4 RGB: (141,152,196)

Color info

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

RGB color model

#8D98C4 color RGB value is (141,152,196).

RGB: (141,152,196) (55%, 60%, 77%)

RGB channels and saturation

R 141 of 255 = 55%
G 152 of 255 = 60%
B 196 of 255 = 77%

141
152
196

R + G + B ~ 64%. #8D98C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 152 + 196 = 489 (100%)
R 141 of 489 ~ 28.83%
G 152 of 489 ~ 31.08%
B 196 of 489 ~ 40.08'%

%28.83
%31.08
%40.08

CMYK color model

#8D98C4 color CMYK value is (28,22,0,23).

  • cyan value is 28.06%
  • magenta value is 22.45%
  • yellow value is 0.00%
  • key color value is 23.14%

CMYK: (28,22,0,23)
C28M22Y0K23 (28%, 22%, 0%, 23%)
(0.28 / 0.22 / 0.00 / 0.23)

CMYK percentages

%28.06
%22.45
%0
%23.14

Codes

Color #8D98C4 in popluar color models

8D 98 C4
RGB 141 152 196
HSL 228° 31.79% 66.08%
HSB/HSV 228° 28.06% 76.86%
CMYK 28.06% 22.45% 0.00%
23.14%

Color #8D98C4 in popluar number systems.

HEX 8D 98 C4
Decimal 141 152 196
Binary 10001101 10011000 11000100
Octal 215 230 304

Shades and tints

Shades of #8D98C4

#8D98C4
(141,152,196)
#818BB3
(129,139,179)
#757EA2
(117,126,162)
#697191
(105,113,145)
#5D6480
(93,100,128)
#51576F
(81,87,111)
#454A5E
(69,74,94)
#393D4D
(57,61,77)
#2D303C
(45,48,60)
#21232B
(33,35,43)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #8D98C4

#8D98C4
(141,152,196)
#97A1C9
(151,161,201)
#A1AACE
(161,170,206)
#ABB3D3
(171,179,211)
#B5BCD8
(181,188,216)
#BFC5DD
(191,197,221)
#C9CEE2
(201,206,226)
#D3D7E7
(211,215,231)
#DDE0EC
(221,224,236)
#E7E9F1
(231,233,241)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D98C4; }

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

This text font color is #8D98C4.

Background Color

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

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

This div background color is #8D98C4.

Border color

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

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

This div border color is #8D98C4.

Opacity

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

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

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

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

This text has shadow with #8D98C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8D98C4.

Preview

Color preview on black background

This text has color #8D98C4 on black background.


Color preview on white background

This text has color #8D98C4 on white background.


Black color preview on #8D98C4 background

This text has black color on #8D98C4 background.


White color preview on #8D98C4 background

This text has white color on #8D98C4 background.


Related colors

Complementary color

Complementary color for #hex is #72673B.


I love getcolorcode.com

Triadic colors

1 #C48D98 and #98C48D with #8D98C4 are triadic colors.

2 #C4988D and #988DC4 with #8D98C4 are triadic colors.