COLOR #908BB2

HEX: #908BB2
RGB: (144,139,178)

Color info

#908BB2 contains red, green and blue colors in about the same proportion. Web safe color of #908BB2 is #999999 (or #999).

RGB color model

#908BB2 color RGB value is (144,139,178).

  • red value is 144;
  • green value is 139;
  • blue value is 178.
RGB:
(144,139,178)
(56%,55%,70%)

RGB channels and saturation

R 144 of 255 = 56%
G 139 of 255 = 55%
B 178 of 255 = 70%

144
139
178

R + G + B ~ 60%. #908BB2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 139 + 178 = 461 (100%)
R 144 of 461 ~ 31.24%
G 139 of 461 ~ 30.15%
B 178 of 461 ~ 38.61%

%31.24
%30.15
%38.61

CMYK color model

#908BB2 color CMYK value is (19,22,0,30).

  • cyan value is 19.10%
  • magenta value is 21.91%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(19,22,0,30)
C19M22Y0K30 
(19%,22%,0%,30%)
(0.19/0.22/0.00/0.30)	

CMYK percentages

%19.1
%21.91
%0
%30.2

Codes

Color #908BB2 in popluar color models

908BB2
RGB144139178
HSL248°20.21%62.16%
HSB/HSV248°21.91%69.80%
CMYK19.10%21.91%0.00%
30.20%

Color #908BB2 in popluar number systems.

HEX908BB2
Decimal144139178
Binary100100001000101110110010
Octal220213262

Shades and tints

Shades of #908BB2

#908BB2
(144,139,178)
#837FA2
(131,127,162)
#767392
(118,115,146)
#696782
(105,103,130)
#5C5B72
(92,91,114)
#4F4F62
(79,79,98)
#424352
(66,67,82)
#353742
(53,55,66)
#282B32
(40,43,50)
#1B1F22
(27,31,34)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #908BB2

#908BB2
(144,139,178)
#9A95B9
(154,149,185)
#A49FC0
(164,159,192)
#AEA9C7
(174,169,199)
#B8B3CE
(184,179,206)
#C2BDD5
(194,189,213)
#CCC7DC
(204,199,220)
#D6D1E3
(214,209,227)
#E0DBEA
(224,219,234)
#EAE5F1
(234,229,241)
#F4EFF8
(244,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908BB2 color. Also use rgb(144,139,178) instead hex code.

Text Font Color

.myTextColor { color: #908BB2; }

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

This text font color is #908BB2.


Background Color

.myBgColor { background-color: #908BB2; }

<div style="background-color:#908BB2">Inner text</div>

This div background color is #908BB2.


Border color

.myBorderColor { border: 1px solid #908BB2; }

<div style="border:3px solid #908BB2">Div</div>

This div border color is #908BB2.


Opacity

.myOpacity80 { color: #908BB2; opacity: 0.8; }

<p style="color:#908BB2;opacity:0.8;">80%</p>

Text with #908BB2 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 #908BB2;}

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

This text has shadow with #908BB2 color.

.textShadow {text-shadow: 3px 3px 1px #908BB2, 3px 3px 1px red;}

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

This text has shadow with #908BB2 primary color and red secondary color.


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

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

This text has shadow with #908BB2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908BB2 on black background.


Color preview on white background

This text has color #908BB2 on white background.



Black color preview on #908BB2 background

This text has black color on #908BB2 background.


White color preview on #908BB2 background

This text has white color on #908BB2 background.