COLOR #907C9B

HEX: #907C9B RGB: (144,124,155)

Color info

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

RGB color model

#907C9B color RGB value is (144,124,155).

RGB: (144,124,155) (56%, 49%, 61%)

RGB channels and saturation

R 144 of 255 = 56%
G 124 of 255 = 49%
B 155 of 255 = 61%

144
124
155

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

Portions of RGB colors in percentages

R + G + B = 144 + 124 + 155 = 423 (100%)
R 144 of 423 ~ 34.04%
G 124 of 423 ~ 29.31%
B 155 of 423 ~ 36.64'%

%34.04
%29.31
%36.64

CMYK color model

#907C9B color CMYK value is (7,20,0,39).

  • cyan value is 7.10%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 39.22%

CMYK: (7,20,0,39)
C7M20Y0K39 (7%, 20%, 0%, 39%)
(0.07 / 0.20 / 0.00 / 0.39)

CMYK percentages

%7.1
%20
%0
%39.22

Codes

Color #907C9B in popluar color models

90 7C 9B
RGB 144 124 155
HSL 279° 13.42% 54.71%
HSB/HSV 279° 20.00% 60.78%
CMYK 7.10% 20.00% 0.00%
39.22%

Color #907C9B in popluar number systems.

HEX 90 7C 9B
Decimal 144 124 155
Binary 10010000 1111100 10011011
Octal 220 174 233

Shades and tints

Shades of #907C9B

#907C9B
(144,124,155)
#83718D
(131,113,141)
#76667F
(118,102,127)
#695B71
(105,91,113)
#5C5063
(92,80,99)
#4F4555
(79,69,85)
#423A47
(66,58,71)
#352F39
(53,47,57)
#28242B
(40,36,43)
#1B191D
(27,25,29)
#0E0E0F
(14,14,15)
#000000
(0,0,0)

Tints of #907C9B

#907C9B
(144,124,155)
#9A87A4
(154,135,164)
#A492AD
(164,146,173)
#AE9DB6
(174,157,182)
#B8A8BF
(184,168,191)
#C2B3C8
(194,179,200)
#CCBED1
(204,190,209)
#D6C9DA
(214,201,218)
#E0D4E3
(224,212,227)
#EADFEC
(234,223,236)
#F4EAF5
(244,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #907C9B color. Also use rgb(144,124,155) instead hex code.

Text Font Color

.myTextColor { color: #907C9B; }

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

This text font color is #907C9B.

Background Color

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

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

This div background color is #907C9B.

Border color

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

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

This div border color is #907C9B.

Opacity

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

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

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

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

This text has shadow with #907C9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #907C9B.

Preview

Color preview on black background

This text has color #907C9B on black background.


Color preview on white background

This text has color #907C9B on white background.


Black color preview on #907C9B background

This text has black color on #907C9B background.


White color preview on #907C9B background

This text has white color on #907C9B background.


Related colors

Complementary color

Complementary color for #hex is #6F8364.


I love getcolorcode.com

Triadic colors

1 #9B907C and #7C9B90 with #907C9B are triadic colors.

2 #9B7C90 and #7C909B with #907C9B are triadic colors.