COLOR #908AAE

HEX: #908AAE
RGB: (144,138,174)

Color info

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

RGB color model

#908AAE color RGB value is (144,138,174).

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

RGB channels and saturation

R 144 of 255 = 56%
G 138 of 255 = 54%
B 174 of 255 = 68%

144
138
174

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

Portions of RGB colors in percentages

R + G + B =
144 + 138 + 174 = 456 (100%)
R 144 of 456 ~ 31.58%
G 138 of 456 ~ 30.26%
B 174 of 456 ~ 38.16%

%31.58
%30.26
%38.16

CMYK color model

#908AAE color CMYK value is (17,21,0,32).

  • cyan value is 17.24%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(17,21,0,32)
C17M21Y0K32 
(17%,21%,0%,32%)
(0.17/0.21/0.00/0.32)	

CMYK percentages

%17.24
%20.69
%0
%31.76

Codes

Color #908AAE in popluar color models

908AAE
RGB144138174
HSL250°18.18%61.18%
HSB/HSV250°20.69%68.24%
CMYK17.24%20.69%0.00%
31.76%

Color #908AAE in popluar number systems.

HEX908AAE
Decimal144138174
Binary100100001000101010101110
Octal220212256

Shades and tints

Shades of #908AAE

#908AAE
(144,138,174)
#837E9F
(131,126,159)
#767290
(118,114,144)
#696681
(105,102,129)
#5C5A72
(92,90,114)
#4F4E63
(79,78,99)
#424254
(66,66,84)
#353645
(53,54,69)
#282A36
(40,42,54)
#1B1E27
(27,30,39)
#0E1218
(14,18,24)
#000000
(0,0,0)

Tints of #908AAE

#908AAE
(144,138,174)
#9A94B5
(154,148,181)
#A49EBC
(164,158,188)
#AEA8C3
(174,168,195)
#B8B2CA
(184,178,202)
#C2BCD1
(194,188,209)
#CCC6D8
(204,198,216)
#D6D0DF
(214,208,223)
#E0DAE6
(224,218,230)
#EAE4ED
(234,228,237)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908AAE; }

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

This text font color is #908AAE.


Background Color

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

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

This div background color is #908AAE.


Border color

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

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

This div border color is #908AAE.


Opacity

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

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

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

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

This text has shadow with #908AAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908AAE on black background.


Color preview on white background

This text has color #908AAE on white background.



Black color preview on #908AAE background

This text has black color on #908AAE background.


White color preview on #908AAE background

This text has white color on #908AAE background.