COLOR #90678C

HEX: #90678C
RGB: (144,103,140)

Color info

#90678C contains red, green and blue colors in about the same proportion. Web safe color of #90678C is #996699 (or #969).

RGB color model

#90678C color RGB value is (144,103,140).

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

RGB channels and saturation

R 144 of 255 = 56%
G 103 of 255 = 40%
B 140 of 255 = 55%

144
103
140

R + G + B ~ 50%. #90678C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 103 + 140 = 387 (100%)
R 144 of 387 ~ 37.21%
G 103 of 387 ~ 26.61%
B 140 of 387 ~ 36.18%

%37.21
%26.61
%36.18

CMYK color model

#90678C color CMYK value is (0,28,3,44).

  • cyan value is 0.00%
  • magenta value is 28.47%
  • yellow value is 2.78%
  • key color value is 43.53%
CMYK:
(0,28,3,44)
C0M28Y3K44 
(0%,28%,3%,44%)
(0.00/0.28/0.03/0.44)	

CMYK percentages

%0
%28.47
%2.78
%43.53

Codes

Color #90678C in popluar color models

90678C
RGB144103140
HSL306°16.60%48.43%
HSB/HSV306°28.47%56.47%
CMYK0.00%28.47%2.78%
43.53%

Color #90678C in popluar number systems.

HEX90678C
Decimal144103140
Binary10010000110011110001100
Octal220147214

Shades and tints

Shades of #90678C

#90678C
(144,103,140)
#835E80
(131,94,128)
#765574
(118,85,116)
#694C68
(105,76,104)
#5C435C
(92,67,92)
#4F3A50
(79,58,80)
#423144
(66,49,68)
#352838
(53,40,56)
#281F2C
(40,31,44)
#1B1620
(27,22,32)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #90678C

#90678C
(144,103,140)
#9A7496
(154,116,150)
#A481A0
(164,129,160)
#AE8EAA
(174,142,170)
#B89BB4
(184,155,180)
#C2A8BE
(194,168,190)
#CCB5C8
(204,181,200)
#D6C2D2
(214,194,210)
#E0CFDC
(224,207,220)
#EADCE6
(234,220,230)
#F4E9F0
(244,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90678C color. Also use rgb(144,103,140) instead hex code.

Text Font Color

.myTextColor { color: #90678C; }

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

This text font color is #90678C.


Background Color

.myBgColor { background-color: #90678C; }

<div style="background-color:#90678C">Inner text</div>

This div background color is #90678C.


Border color

.myBorderColor { border: 1px solid #90678C; }

<div style="border:3px solid #90678C">Div</div>

This div border color is #90678C.


Opacity

.myOpacity80 { color: #90678C; opacity: 0.8; }

<p style="color:#90678C;opacity:0.8;">80%</p>

Text with #90678C 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 #90678C;}

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

This text has shadow with #90678C color.

.textShadow {text-shadow: 3px 3px 1px #90678C, 3px 3px 1px red;}

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

This text has shadow with #90678C primary color and red secondary color.


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

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

This text has shadow with #90678C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90678C on black background.


Color preview on white background

This text has color #90678C on white background.



Black color preview on #90678C background

This text has black color on #90678C background.


White color preview on #90678C background

This text has white color on #90678C background.