COLOR #909CA7

HEX: #909CA7
RGB: (144,156,167)

Color info

#909CA7 contains red, green and blue colors in about the same proportion. Web safe color of #909CA7 is #999999 (or #999).

RGB color model

#909CA7 color RGB value is (144,156,167).

  • red value is 144;
  • green value is 156;
  • blue value is 167.
RGB:
(144,156,167)
(56%,61%,65%)

RGB channels and saturation

R 144 of 255 = 56%
G 156 of 255 = 61%
B 167 of 255 = 65%

144
156
167

R + G + B ~ 61%. #909CA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 156 + 167 = 467 (100%)
R 144 of 467 ~ 30.84%
G 156 of 467 ~ 33.4%
B 167 of 467 ~ 35.76%

%30.84
%33.4
%35.76

CMYK color model

#909CA7 color CMYK value is (14,7,0,35).

  • cyan value is 13.77%
  • magenta value is 6.59%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(14,7,0,35)
C14M7Y0K35 
(14%,7%,0%,35%)
(0.14/0.07/0.00/0.35)	

CMYK percentages

%13.77
%6.59
%0
%34.51

Codes

Color #909CA7 in popluar color models

909CA7
RGB144156167
HSL209°11.56%60.98%
HSB/HSV209°13.77%65.49%
CMYK13.77%6.59%0.00%
34.51%

Color #909CA7 in popluar number systems.

HEX909CA7
Decimal144156167
Binary100100001001110010100111
Octal220234247

Shades and tints

Shades of #909CA7

#909CA7
(144,156,167)
#838E98
(131,142,152)
#768089
(118,128,137)
#69727A
(105,114,122)
#5C646B
(92,100,107)
#4F565C
(79,86,92)
#42484D
(66,72,77)
#353A3E
(53,58,62)
#282C2F
(40,44,47)
#1B1E20
(27,30,32)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #909CA7

#909CA7
(144,156,167)
#9AA5AF
(154,165,175)
#A4AEB7
(164,174,183)
#AEB7BF
(174,183,191)
#B8C0C7
(184,192,199)
#C2C9CF
(194,201,207)
#CCD2D7
(204,210,215)
#D6DBDF
(214,219,223)
#E0E4E7
(224,228,231)
#EAEDEF
(234,237,239)
#F4F6F7
(244,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #909CA7 color. Also use rgb(144,156,167) instead hex code.

Text Font Color

.myTextColor { color: #909CA7; }

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

This text font color is #909CA7.


Background Color

.myBgColor { background-color: #909CA7; }

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

This div background color is #909CA7.


Border color

.myBorderColor { border: 1px solid #909CA7; }

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

This div border color is #909CA7.


Opacity

.myOpacity80 { color: #909CA7; opacity: 0.8; }

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

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

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

This text has shadow with #909CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #909CA7 on black background.


Color preview on white background

This text has color #909CA7 on white background.



Black color preview on #909CA7 background

This text has black color on #909CA7 background.


White color preview on #909CA7 background

This text has white color on #909CA7 background.