COLOR #8D98BC

HEX: #8D98BC
RGB: (141,152,188)

Color info

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

RGB color model

#8D98BC color RGB value is (141,152,188).

  • red value is 141;
  • green value is 152;
  • blue value is 188.
RGB:
(141,152,188)
(55%,60%,74%)

RGB channels and saturation

R 141 of 255 = 55%
G 152 of 255 = 60%
B 188 of 255 = 74%

141
152
188

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

Portions of RGB colors in percentages

R + G + B =
141 + 152 + 188 = 481 (100%)
R 141 of 481 ~ 29.31%
G 152 of 481 ~ 31.6%
B 188 of 481 ~ 39.09%

%29.31
%31.6
%39.09

CMYK color model

#8D98BC color CMYK value is (25,19,0,26).

  • cyan value is 25.00%
  • magenta value is 19.15%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(25,19,0,26)
C25M19Y0K26 
(25%,19%,0%,26%)
(0.25/0.19/0.00/0.26)	

CMYK percentages

%25
%19.15
%0
%26.27

Codes

Color #8D98BC in popluar color models

8D98BC
RGB141152188
HSL226°25.97%64.51%
HSB/HSV226°25.00%73.73%
CMYK25.00%19.15%0.00%
26.27%

Color #8D98BC in popluar number systems.

HEX8D98BC
Decimal141152188
Binary100011011001100010111100
Octal215230274

Shades and tints

Shades of #8D98BC

#8D98BC
(141,152,188)
#818BAB
(129,139,171)
#757E9A
(117,126,154)
#697189
(105,113,137)
#5D6478
(93,100,120)
#515767
(81,87,103)
#454A56
(69,74,86)
#393D45
(57,61,69)
#2D3034
(45,48,52)
#212323
(33,35,35)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #8D98BC

#8D98BC
(141,152,188)
#97A1C2
(151,161,194)
#A1AAC8
(161,170,200)
#ABB3CE
(171,179,206)
#B5BCD4
(181,188,212)
#BFC5DA
(191,197,218)
#C9CEE0
(201,206,224)
#D3D7E6
(211,215,230)
#DDE0EC
(221,224,236)
#E7E9F2
(231,233,242)
#F1F2F8
(241,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8D98BC; }

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

This text font color is #8D98BC.


Background Color

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

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

This div background color is #8D98BC.


Border color

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

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

This div border color is #8D98BC.


Opacity

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

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

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

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

This text has shadow with #8D98BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8D98BC on black background.


Color preview on white background

This text has color #8D98BC on white background.



Black color preview on #8D98BC background

This text has black color on #8D98BC background.


White color preview on #8D98BC background

This text has white color on #8D98BC background.