COLOR #908BA3

HEX: #908BA3
RGB: (144,139,163)

Color info

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

RGB color model

#908BA3 color RGB value is (144,139,163).

  • red value is 144;
  • green value is 139;
  • blue value is 163.
RGB:
(144,139,163)
(56%,55%,64%)

RGB channels and saturation

R 144 of 255 = 56%
G 139 of 255 = 55%
B 163 of 255 = 64%

144
139
163

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

Portions of RGB colors in percentages

R + G + B =
144 + 139 + 163 = 446 (100%)
R 144 of 446 ~ 32.29%
G 139 of 446 ~ 31.17%
B 163 of 446 ~ 36.55%

%32.29
%31.17
%36.55

CMYK color model

#908BA3 color CMYK value is (12,15,0,36).

  • cyan value is 11.66%
  • magenta value is 14.72%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(12,15,0,36)
C12M15Y0K36 
(12%,15%,0%,36%)
(0.12/0.15/0.00/0.36)	

CMYK percentages

%11.66
%14.72
%0
%36.08

Codes

Color #908BA3 in popluar color models

908BA3
RGB144139163
HSL253°11.54%59.22%
HSB/HSV253°14.72%63.92%
CMYK11.66%14.72%0.00%
36.08%

Color #908BA3 in popluar number systems.

HEX908BA3
Decimal144139163
Binary100100001000101110100011
Octal220213243

Shades and tints

Shades of #908BA3

#908BA3
(144,139,163)
#837F95
(131,127,149)
#767387
(118,115,135)
#696779
(105,103,121)
#5C5B6B
(92,91,107)
#4F4F5D
(79,79,93)
#42434F
(66,67,79)
#353741
(53,55,65)
#282B33
(40,43,51)
#1B1F25
(27,31,37)
#0E1317
(14,19,23)
#000000
(0,0,0)

Tints of #908BA3

#908BA3
(144,139,163)
#9A95AB
(154,149,171)
#A49FB3
(164,159,179)
#AEA9BB
(174,169,187)
#B8B3C3
(184,179,195)
#C2BDCB
(194,189,203)
#CCC7D3
(204,199,211)
#D6D1DB
(214,209,219)
#E0DBE3
(224,219,227)
#EAE5EB
(234,229,235)
#F4EFF3
(244,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908BA3 color. Also use rgb(144,139,163) instead hex code.

Text Font Color

.myTextColor { color: #908BA3; }

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

This text font color is #908BA3.


Background Color

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

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

This div background color is #908BA3.


Border color

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

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

This div border color is #908BA3.


Opacity

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

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

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

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

This text has shadow with #908BA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908BA3 on black background.


Color preview on white background

This text has color #908BA3 on white background.



Black color preview on #908BA3 background

This text has black color on #908BA3 background.


White color preview on #908BA3 background

This text has white color on #908BA3 background.