COLOR #908EB9

HEX: #908EB9
RGB: (144,142,185)

Color info

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

RGB color model

#908EB9 color RGB value is (144,142,185).

  • red value is 144;
  • green value is 142;
  • blue value is 185.
RGB:
(144,142,185)
(56%,56%,73%)

RGB channels and saturation

R 144 of 255 = 56%
G 142 of 255 = 56%
B 185 of 255 = 73%

144
142
185

R + G + B ~ 62%. #908EB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 142 + 185 = 471 (100%)
R 144 of 471 ~ 30.57%
G 142 of 471 ~ 30.15%
B 185 of 471 ~ 39.28%

%30.57
%30.15
%39.28

CMYK color model

#908EB9 color CMYK value is (22,23,0,27).

  • cyan value is 22.16%
  • magenta value is 23.24%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(22,23,0,27)
C22M23Y0K27 
(22%,23%,0%,27%)
(0.22/0.23/0.00/0.27)	

CMYK percentages

%22.16
%23.24
%0
%27.45

Codes

Color #908EB9 in popluar color models

908EB9
RGB144142185
HSL243°23.50%64.12%
HSB/HSV243°23.24%72.55%
CMYK22.16%23.24%0.00%
27.45%

Color #908EB9 in popluar number systems.

HEX908EB9
Decimal144142185
Binary100100001000111010111001
Octal220216271

Shades and tints

Shades of #908EB9

#908EB9
(144,142,185)
#8382A9
(131,130,169)
#767699
(118,118,153)
#696A89
(105,106,137)
#5C5E79
(92,94,121)
#4F5269
(79,82,105)
#424659
(66,70,89)
#353A49
(53,58,73)
#282E39
(40,46,57)
#1B2229
(27,34,41)
#0E1619
(14,22,25)
#000000
(0,0,0)

Tints of #908EB9

#908EB9
(144,142,185)
#9A98BF
(154,152,191)
#A4A2C5
(164,162,197)
#AEACCB
(174,172,203)
#B8B6D1
(184,182,209)
#C2C0D7
(194,192,215)
#CCCADD
(204,202,221)
#D6D4E3
(214,212,227)
#E0DEE9
(224,222,233)
#EAE8EF
(234,232,239)
#F4F2F5
(244,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908EB9 color. Also use rgb(144,142,185) instead hex code.

Text Font Color

.myTextColor { color: #908EB9; }

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

This text font color is #908EB9.


Background Color

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

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

This div background color is #908EB9.


Border color

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

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

This div border color is #908EB9.


Opacity

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

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

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

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

This text has shadow with #908EB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908EB9 on black background.


Color preview on white background

This text has color #908EB9 on white background.



Black color preview on #908EB9 background

This text has black color on #908EB9 background.


White color preview on #908EB9 background

This text has white color on #908EB9 background.