COLOR #908DB7

HEX: #908DB7
RGB: (144,141,183)

Color info

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

RGB color model

#908DB7 color RGB value is (144,141,183).

  • red value is 144;
  • green value is 141;
  • blue value is 183.
RGB:
(144,141,183)
(56%,55%,72%)

RGB channels and saturation

R 144 of 255 = 56%
G 141 of 255 = 55%
B 183 of 255 = 72%

144
141
183

R + G + B ~ 61%. #908DB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 141 + 183 = 468 (100%)
R 144 of 468 ~ 30.77%
G 141 of 468 ~ 30.13%
B 183 of 468 ~ 39.1%

%30.77
%30.13
%39.1

CMYK color model

#908DB7 color CMYK value is (21,23,0,28).

  • cyan value is 21.31%
  • magenta value is 22.95%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(21,23,0,28)
C21M23Y0K28 
(21%,23%,0%,28%)
(0.21/0.23/0.00/0.28)	

CMYK percentages

%21.31
%22.95
%0
%28.24

Codes

Color #908DB7 in popluar color models

908DB7
RGB144141183
HSL244°22.58%63.53%
HSB/HSV244°22.95%71.76%
CMYK21.31%22.95%0.00%
28.24%

Color #908DB7 in popluar number systems.

HEX908DB7
Decimal144141183
Binary100100001000110110110111
Octal220215267

Shades and tints

Shades of #908DB7

#908DB7
(144,141,183)
#8381A7
(131,129,167)
#767597
(118,117,151)
#696987
(105,105,135)
#5C5D77
(92,93,119)
#4F5167
(79,81,103)
#424557
(66,69,87)
#353947
(53,57,71)
#282D37
(40,45,55)
#1B2127
(27,33,39)
#0E1517
(14,21,23)
#000000
(0,0,0)

Tints of #908DB7

#908DB7
(144,141,183)
#9A97BD
(154,151,189)
#A4A1C3
(164,161,195)
#AEABC9
(174,171,201)
#B8B5CF
(184,181,207)
#C2BFD5
(194,191,213)
#CCC9DB
(204,201,219)
#D6D3E1
(214,211,225)
#E0DDE7
(224,221,231)
#EAE7ED
(234,231,237)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908DB7 color. Also use rgb(144,141,183) instead hex code.

Text Font Color

.myTextColor { color: #908DB7; }

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

This text font color is #908DB7.


Background Color

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

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

This div background color is #908DB7.


Border color

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

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

This div border color is #908DB7.


Opacity

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

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

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

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

This text has shadow with #908DB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908DB7 on black background.


Color preview on white background

This text has color #908DB7 on white background.



Black color preview on #908DB7 background

This text has black color on #908DB7 background.


White color preview on #908DB7 background

This text has white color on #908DB7 background.