COLOR #908FA7

HEX: #908FA7
RGB: (144,143,167)

Color info

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

RGB color model

#908FA7 color RGB value is (144,143,167).

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

RGB channels and saturation

R 144 of 255 = 56%
G 143 of 255 = 56%
B 167 of 255 = 65%

144
143
167

R + G + B ~ 59%. #908FA7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
144 + 143 + 167 = 454 (100%)
R 144 of 454 ~ 31.72%
G 143 of 454 ~ 31.5%
B 167 of 454 ~ 36.78%

%31.72
%31.5
%36.78

CMYK color model

#908FA7 color CMYK value is (14,14,0,35).

  • cyan value is 13.77%
  • magenta value is 14.37%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(14,14,0,35)
C14M14Y0K35 
(14%,14%,0%,35%)
(0.14/0.14/0.00/0.35)	

CMYK percentages

%13.77
%14.37
%0
%34.51

Codes

Color #908FA7 in popluar color models

908FA7
RGB144143167
HSL243°12.00%60.78%
HSB/HSV243°14.37%65.49%
CMYK13.77%14.37%0.00%
34.51%

Color #908FA7 in popluar number systems.

HEX908FA7
Decimal144143167
Binary100100001000111110100111
Octal220217247

Shades and tints

Shades of #908FA7

#908FA7
(144,143,167)
#838298
(131,130,152)
#767589
(118,117,137)
#69687A
(105,104,122)
#5C5B6B
(92,91,107)
#4F4E5C
(79,78,92)
#42414D
(66,65,77)
#35343E
(53,52,62)
#28272F
(40,39,47)
#1B1A20
(27,26,32)
#0E0D11
(14,13,17)
#000000
(0,0,0)

Tints of #908FA7

#908FA7
(144,143,167)
#9A99AF
(154,153,175)
#A4A3B7
(164,163,183)
#AEADBF
(174,173,191)
#B8B7C7
(184,183,199)
#C2C1CF
(194,193,207)
#CCCBD7
(204,203,215)
#D6D5DF
(214,213,223)
#E0DFE7
(224,223,231)
#EAE9EF
(234,233,239)
#F4F3F7
(244,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908FA7 color. Also use rgb(144,143,167) instead hex code.

Text Font Color

.myTextColor { color: #908FA7; }

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

This text font color is #908FA7.


Background Color

.myBgColor { background-color: #908FA7; }

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

This div background color is #908FA7.


Border color

.myBorderColor { border: 1px solid #908FA7; }

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

This div border color is #908FA7.


Opacity

.myOpacity80 { color: #908FA7; opacity: 0.8; }

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

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

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

This text has shadow with #908FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908FA7 on black background.


Color preview on white background

This text has color #908FA7 on white background.



Black color preview on #908FA7 background

This text has black color on #908FA7 background.


White color preview on #908FA7 background

This text has white color on #908FA7 background.