COLOR #988CBE

HEX: #988CBE
RGB: (152,140,190)

Color info

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

RGB color model

#988CBE color RGB value is (152,140,190).

  • red value is 152;
  • green value is 140;
  • blue value is 190.
RGB:
(152,140,190)
(60%,55%,75%)

RGB channels and saturation

R 152 of 255 = 60%
G 140 of 255 = 55%
B 190 of 255 = 75%

152
140
190

R + G + B ~ 63%. #988CBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 140 + 190 = 482 (100%)
R 152 of 482 ~ 31.54%
G 140 of 482 ~ 29.05%
B 190 of 482 ~ 39.42%

%31.54
%29.05
%39.42

CMYK color model

#988CBE color CMYK value is (20,26,0,25).

  • cyan value is 20.00%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(20,26,0,25)
C20M26Y0K25 
(20%,26%,0%,25%)
(0.20/0.26/0.00/0.25)	

CMYK percentages

%20
%26.32
%0
%25.49

Codes

Color #988CBE in popluar color models

988CBE
RGB152140190
HSL254°27.78%64.71%
HSB/HSV254°26.32%74.51%
CMYK20.00%26.32%0.00%
25.49%

Color #988CBE in popluar number systems.

HEX988CBE
Decimal152140190
Binary100110001000110010111110
Octal230214276

Shades and tints

Shades of #988CBE

#988CBE
(152,140,190)
#8B80AD
(139,128,173)
#7E749C
(126,116,156)
#71688B
(113,104,139)
#645C7A
(100,92,122)
#575069
(87,80,105)
#4A4458
(74,68,88)
#3D3847
(61,56,71)
#302C36
(48,44,54)
#232025
(35,32,37)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #988CBE

#988CBE
(152,140,190)
#A196C3
(161,150,195)
#AAA0C8
(170,160,200)
#B3AACD
(179,170,205)
#BCB4D2
(188,180,210)
#C5BED7
(197,190,215)
#CEC8DC
(206,200,220)
#D7D2E1
(215,210,225)
#E0DCE6
(224,220,230)
#E9E6EB
(233,230,235)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988CBE color. Also use rgb(152,140,190) instead hex code.

Text Font Color

.myTextColor { color: #988CBE; }

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

This text font color is #988CBE.


Background Color

.myBgColor { background-color: #988CBE; }

<div style="background-color:#988CBE">Inner text</div>

This div background color is #988CBE.


Border color

.myBorderColor { border: 1px solid #988CBE; }

<div style="border:3px solid #988CBE">Div</div>

This div border color is #988CBE.


Opacity

.myOpacity80 { color: #988CBE; opacity: 0.8; }

<p style="color:#988CBE;opacity:0.8;">80%</p>

Text with #988CBE 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 #988CBE;}

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

This text has shadow with #988CBE color.

.textShadow {text-shadow: 3px 3px 1px #988CBE, 3px 3px 1px red;}

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

This text has shadow with #988CBE primary color and red secondary color.


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

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

This text has shadow with #988CBE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988CBE on black background.


Color preview on white background

This text has color #988CBE on white background.



Black color preview on #988CBE background

This text has black color on #988CBE background.


White color preview on #988CBE background

This text has white color on #988CBE background.