COLOR #907196

HEX: #907196
RGB: (144,113,150)

Color info

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

RGB color model

#907196 color RGB value is (144,113,150).

  • red value is 144;
  • green value is 113;
  • blue value is 150.
RGB:
(144,113,150)
(56%,44%,59%)

RGB channels and saturation

R 144 of 255 = 56%
G 113 of 255 = 44%
B 150 of 255 = 59%

144
113
150

R + G + B ~ 53%. #907196 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 113 + 150 = 407 (100%)
R 144 of 407 ~ 35.38%
G 113 of 407 ~ 27.76%
B 150 of 407 ~ 36.86%

%35.38
%27.76
%36.86

CMYK color model

#907196 color CMYK value is (4,25,0,41).

  • cyan value is 4.00%
  • magenta value is 24.67%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(4,25,0,41)
C4M25Y0K41 
(4%,25%,0%,41%)
(0.04/0.25/0.00/0.41)	

CMYK percentages

%4
%24.67
%0
%41.18

Codes

Color #907196 in popluar color models

907196
RGB144113150
HSL290°14.98%51.57%
HSB/HSV290°24.67%58.82%
CMYK4.00%24.67%0.00%
41.18%

Color #907196 in popluar number systems.

HEX907196
Decimal144113150
Binary10010000111000110010110
Octal220161226

Shades and tints

Shades of #907196

#907196
(144,113,150)
#836789
(131,103,137)
#765D7C
(118,93,124)
#69536F
(105,83,111)
#5C4962
(92,73,98)
#4F3F55
(79,63,85)
#423548
(66,53,72)
#352B3B
(53,43,59)
#28212E
(40,33,46)
#1B1721
(27,23,33)
#0E0D14
(14,13,20)
#000000
(0,0,0)

Tints of #907196

#907196
(144,113,150)
#9A7D9F
(154,125,159)
#A489A8
(164,137,168)
#AE95B1
(174,149,177)
#B8A1BA
(184,161,186)
#C2ADC3
(194,173,195)
#CCB9CC
(204,185,204)
#D6C5D5
(214,197,213)
#E0D1DE
(224,209,222)
#EADDE7
(234,221,231)
#F4E9F0
(244,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #907196 color. Also use rgb(144,113,150) instead hex code.

Text Font Color

.myTextColor { color: #907196; }

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

This text font color is #907196.


Background Color

.myBgColor { background-color: #907196; }

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

This div background color is #907196.


Border color

.myBorderColor { border: 1px solid #907196; }

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

This div border color is #907196.


Opacity

.myOpacity80 { color: #907196; opacity: 0.8; }

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

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

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

This text has shadow with #907196 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #907196 on black background.


Color preview on white background

This text has color #907196 on white background.



Black color preview on #907196 background

This text has black color on #907196 background.


White color preview on #907196 background

This text has white color on #907196 background.