COLOR #908DAE

HEX: #908DAE
RGB: (144,141,174)

Color info

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

RGB color model

#908DAE color RGB value is (144,141,174).

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

RGB channels and saturation

R 144 of 255 = 56%
G 141 of 255 = 55%
B 174 of 255 = 68%

144
141
174

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

Portions of RGB colors in percentages

R + G + B =
144 + 141 + 174 = 459 (100%)
R 144 of 459 ~ 31.37%
G 141 of 459 ~ 30.72%
B 174 of 459 ~ 37.91%

%31.37
%30.72
%37.91

CMYK color model

#908DAE color CMYK value is (17,19,0,32).

  • cyan value is 17.24%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(17,19,0,32)
C17M19Y0K32 
(17%,19%,0%,32%)
(0.17/0.19/0.00/0.32)	

CMYK percentages

%17.24
%18.97
%0
%31.76

Codes

Color #908DAE in popluar color models

908DAE
RGB144141174
HSL245°16.92%61.76%
HSB/HSV245°18.97%68.24%
CMYK17.24%18.97%0.00%
31.76%

Color #908DAE in popluar number systems.

HEX908DAE
Decimal144141174
Binary100100001000110110101110
Octal220215256

Shades and tints

Shades of #908DAE

#908DAE
(144,141,174)
#83819F
(131,129,159)
#767590
(118,117,144)
#696981
(105,105,129)
#5C5D72
(92,93,114)
#4F5163
(79,81,99)
#424554
(66,69,84)
#353945
(53,57,69)
#282D36
(40,45,54)
#1B2127
(27,33,39)
#0E1518
(14,21,24)
#000000
(0,0,0)

Tints of #908DAE

#908DAE
(144,141,174)
#9A97B5
(154,151,181)
#A4A1BC
(164,161,188)
#AEABC3
(174,171,195)
#B8B5CA
(184,181,202)
#C2BFD1
(194,191,209)
#CCC9D8
(204,201,216)
#D6D3DF
(214,211,223)
#E0DDE6
(224,221,230)
#EAE7ED
(234,231,237)
#F4F1F4
(244,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908DAE color. Also use rgb(144,141,174) instead hex code.

Text Font Color

.myTextColor { color: #908DAE; }

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

This text font color is #908DAE.


Background Color

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

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

This div background color is #908DAE.


Border color

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

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

This div border color is #908DAE.


Opacity

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

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

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

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

This text has shadow with #908DAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908DAE on black background.


Color preview on white background

This text has color #908DAE on white background.



Black color preview on #908DAE background

This text has black color on #908DAE background.


White color preview on #908DAE background

This text has white color on #908DAE background.