COLOR #907EAE

HEX: #907EAE
RGB: (144,126,174)

Color info

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

RGB color model

#907EAE color RGB value is (144,126,174).

  • red value is 144;
  • green value is 126;
  • blue value is 174.
RGB:
(144,126,174)
(56%,49%,68%)

RGB channels and saturation

R 144 of 255 = 56%
G 126 of 255 = 49%
B 174 of 255 = 68%

144
126
174

R + G + B ~ 58%. #907EAE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 126 + 174 = 444 (100%)
R 144 of 444 ~ 32.43%
G 126 of 444 ~ 28.38%
B 174 of 444 ~ 39.19%

%32.43
%28.38
%39.19

CMYK color model

#907EAE color CMYK value is (17,28,0,32).

  • cyan value is 17.24%
  • magenta value is 27.59%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(17,28,0,32)
C17M28Y0K32 
(17%,28%,0%,32%)
(0.17/0.28/0.00/0.32)	

CMYK percentages

%17.24
%27.59
%0
%31.76

Codes

Color #907EAE in popluar color models

907EAE
RGB144126174
HSL263°22.86%58.82%
HSB/HSV263°27.59%68.24%
CMYK17.24%27.59%0.00%
31.76%

Color #907EAE in popluar number systems.

HEX907EAE
Decimal144126174
Binary10010000111111010101110
Octal220176256

Shades and tints

Shades of #907EAE

#907EAE
(144,126,174)
#83739F
(131,115,159)
#766890
(118,104,144)
#695D81
(105,93,129)
#5C5272
(92,82,114)
#4F4763
(79,71,99)
#423C54
(66,60,84)
#353145
(53,49,69)
#282636
(40,38,54)
#1B1B27
(27,27,39)
#0E1018
(14,16,24)
#000000
(0,0,0)

Tints of #907EAE

#907EAE
(144,126,174)
#9A89B5
(154,137,181)
#A494BC
(164,148,188)
#AE9FC3
(174,159,195)
#B8AACA
(184,170,202)
#C2B5D1
(194,181,209)
#CCC0D8
(204,192,216)
#D6CBDF
(214,203,223)
#E0D6E6
(224,214,230)
#EAE1ED
(234,225,237)
#F4ECF4
(244,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #907EAE color. Also use rgb(144,126,174) instead hex code.

Text Font Color

.myTextColor { color: #907EAE; }

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

This text font color is #907EAE.


Background Color

.myBgColor { background-color: #907EAE; }

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

This div background color is #907EAE.


Border color

.myBorderColor { border: 1px solid #907EAE; }

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

This div border color is #907EAE.


Opacity

.myOpacity80 { color: #907EAE; opacity: 0.8; }

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

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

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

This text has shadow with #907EAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #907EAE on black background.


Color preview on white background

This text has color #907EAE on white background.



Black color preview on #907EAE background

This text has black color on #907EAE background.


White color preview on #907EAE background

This text has white color on #907EAE background.