COLOR #8B98C3

HEX: #8B98C3
RGB: (139,152,195)

Color info

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

RGB color model

#8B98C3 color RGB value is (139,152,195).

  • red value is 139;
  • green value is 152;
  • blue value is 195.
RGB:
(139,152,195)
(55%,60%,76%)

RGB channels and saturation

R 139 of 255 = 55%
G 152 of 255 = 60%
B 195 of 255 = 76%

139
152
195

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

Portions of RGB colors in percentages

R + G + B =
139 + 152 + 195 = 486 (100%)
R 139 of 486 ~ 28.6%
G 152 of 486 ~ 31.28%
B 195 of 486 ~ 40.12%

%28.6
%31.28
%40.12

CMYK color model

#8B98C3 color CMYK value is (29,22,0,24).

  • cyan value is 28.72%
  • magenta value is 22.05%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(29,22,0,24)
C29M22Y0K24 
(29%,22%,0%,24%)
(0.29/0.22/0.00/0.24)	

CMYK percentages

%28.72
%22.05
%0
%23.53

Codes

Color #8B98C3 in popluar color models

8B98C3
RGB139152195
HSL226°31.82%65.49%
HSB/HSV226°28.72%76.47%
CMYK28.72%22.05%0.00%
23.53%

Color #8B98C3 in popluar number systems.

HEX8B98C3
Decimal139152195
Binary100010111001100011000011
Octal213230303

Shades and tints

Shades of #8B98C3

#8B98C3
(139,152,195)
#7F8BB2
(127,139,178)
#737EA1
(115,126,161)
#677190
(103,113,144)
#5B647F
(91,100,127)
#4F576E
(79,87,110)
#434A5D
(67,74,93)
#373D4C
(55,61,76)
#2B303B
(43,48,59)
#1F232A
(31,35,42)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #8B98C3

#8B98C3
(139,152,195)
#95A1C8
(149,161,200)
#9FAACD
(159,170,205)
#A9B3D2
(169,179,210)
#B3BCD7
(179,188,215)
#BDC5DC
(189,197,220)
#C7CEE1
(199,206,225)
#D1D7E6
(209,215,230)
#DBE0EB
(219,224,235)
#E5E9F0
(229,233,240)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8B98C3 color. Also use rgb(139,152,195) instead hex code.

Text Font Color

.myTextColor { color: #8B98C3; }

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

This text font color is #8B98C3.


Background Color

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

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

This div background color is #8B98C3.


Border color

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

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

This div border color is #8B98C3.


Opacity

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

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

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

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

This text has shadow with #8B98C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8B98C3 on black background.


Color preview on white background

This text has color #8B98C3 on white background.



Black color preview on #8B98C3 background

This text has black color on #8B98C3 background.


White color preview on #8B98C3 background

This text has white color on #8B98C3 background.