COLOR #998EBE

HEX: #998EBE RGB: (153,142,190)

Color info

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

RGB color model

#998EBE color RGB value is (153,142,190).

RGB: (153,142,190) (60%, 56%, 75%)

RGB channels and saturation

R 153 of 255 = 60%
G 142 of 255 = 56%
B 190 of 255 = 75%

153
142
190

R + G + B ~ 64%. #998EBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 142 + 190 = 485 (100%)
R 153 of 485 ~ 31.55%
G 142 of 485 ~ 29.28%
B 190 of 485 ~ 39.18'%

%31.55
%29.28
%39.18

CMYK color model

#998EBE color CMYK value is (19,25,0,25).

  • cyan value is 19.47%
  • magenta value is 25.26%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (19,25,0,25)
C19M25Y0K25 (19%, 25%, 0%, 25%)
(0.19 / 0.25 / 0.00 / 0.25)

CMYK percentages

%19.47
%25.26
%0
%25.49

Codes

Color #998EBE in popluar color models

99 8E BE
RGB 153 142 190
HSL 254° 26.97% 65.10%
HSB/HSV 254° 25.26% 74.51%
CMYK 19.47% 25.26% 0.00%
25.49%

Color #998EBE in popluar number systems.

HEX 99 8E BE
Decimal 153 142 190
Binary 10011001 10001110 10111110
Octal 231 216 276

Shades and tints

Shades of #998EBE

#998EBE
(153,142,190)
#8C82AD
(140,130,173)
#7F769C
(127,118,156)
#726A8B
(114,106,139)
#655E7A
(101,94,122)
#585269
(88,82,105)
#4B4658
(75,70,88)
#3E3A47
(62,58,71)
#312E36
(49,46,54)
#242225
(36,34,37)
#171614
(23,22,20)
#000000
(0,0,0)

Tints of #998EBE

#998EBE
(153,142,190)
#A298C3
(162,152,195)
#ABA2C8
(171,162,200)
#B4ACCD
(180,172,205)
#BDB6D2
(189,182,210)
#C6C0D7
(198,192,215)
#CFCADC
(207,202,220)
#D8D4E1
(216,212,225)
#E1DEE6
(225,222,230)
#EAE8EB
(234,232,235)
#F3F2F0
(243,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998EBE color. Also use rgb(153,142,190) instead hex code.

Text Font Color

.myTextColor { color: #998EBE; }

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

This text font color is #998EBE.

Background Color

.myBgColor { background-color: #998EBE; }

<div style="background-color:#998EBE">Inner text</div>

This div background color is #998EBE.

Border color

.myBorderColor { border: 1px solid #998EBE; }

<div style="border:3px solid #998EBE">Div</div>

This div border color is #998EBE.

Opacity

.myOpacity80 { color: #998EBE; opacity: 0.8; }

<p style="color:#998EBE;opacity:0.8;">80%</p>

Text with #998EBE 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 #998EBE;}

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

This text has shadow with #998EBE color.


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

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

This text has shadow with #998EBE primary color and red secondary color.


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

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

This text has shadow with #998EBE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #998EBE.

Preview

Color preview on black background

This text has color #998EBE on black background.


Color preview on white background

This text has color #998EBE on white background.


Black color preview on #998EBE background

This text has black color on #998EBE background.


White color preview on #998EBE background

This text has white color on #998EBE background.


Related colors

Complementary color

Complementary color for #hex is #667141.


I love getcolorcode.com

Triadic colors

1 #BE998E and #8EBE99 with #998EBE are triadic colors.

2 #BE8E99 and #8E99BE with #998EBE are triadic colors.