COLOR #908CC3

HEX: #908CC3
RGB: (144,140,195)

Color info

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

RGB color model

#908CC3 color RGB value is (144,140,195).

  • red value is 144;
  • green value is 140;
  • blue value is 195.
RGB:
(144,140,195)
(56%,55%,76%)

RGB channels and saturation

R 144 of 255 = 56%
G 140 of 255 = 55%
B 195 of 255 = 76%

144
140
195

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

Portions of RGB colors in percentages

R + G + B =
144 + 140 + 195 = 479 (100%)
R 144 of 479 ~ 30.06%
G 140 of 479 ~ 29.23%
B 195 of 479 ~ 40.71%

%30.06
%29.23
%40.71

CMYK color model

#908CC3 color CMYK value is (26,28,0,24).

  • cyan value is 26.15%
  • magenta value is 28.21%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(26,28,0,24)
C26M28Y0K24 
(26%,28%,0%,24%)
(0.26/0.28/0.00/0.24)	

CMYK percentages

%26.15
%28.21
%0
%23.53

Codes

Color #908CC3 in popluar color models

908CC3
RGB144140195
HSL244°31.43%65.69%
HSB/HSV244°28.21%76.47%
CMYK26.15%28.21%0.00%
23.53%

Color #908CC3 in popluar number systems.

HEX908CC3
Decimal144140195
Binary100100001000110011000011
Octal220214303

Shades and tints

Shades of #908CC3

#908CC3
(144,140,195)
#8380B2
(131,128,178)
#7674A1
(118,116,161)
#696890
(105,104,144)
#5C5C7F
(92,92,127)
#4F506E
(79,80,110)
#42445D
(66,68,93)
#35384C
(53,56,76)
#282C3B
(40,44,59)
#1B202A
(27,32,42)
#0E1419
(14,20,25)
#000000
(0,0,0)

Tints of #908CC3

#908CC3
(144,140,195)
#9A96C8
(154,150,200)
#A4A0CD
(164,160,205)
#AEAAD2
(174,170,210)
#B8B4D7
(184,180,215)
#C2BEDC
(194,190,220)
#CCC8E1
(204,200,225)
#D6D2E6
(214,210,230)
#E0DCEB
(224,220,235)
#EAE6F0
(234,230,240)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908CC3 color. Also use rgb(144,140,195) instead hex code.

Text Font Color

.myTextColor { color: #908CC3; }

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

This text font color is #908CC3.


Background Color

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

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

This div background color is #908CC3.


Border color

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

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

This div border color is #908CC3.


Opacity

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

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

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

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

This text has shadow with #908CC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908CC3 on black background.


Color preview on white background

This text has color #908CC3 on white background.



Black color preview on #908CC3 background

This text has black color on #908CC3 background.


White color preview on #908CC3 background

This text has white color on #908CC3 background.