COLOR #908EA2

HEX: #908EA2
RGB: (144,142,162)

Color info

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

RGB color model

#908EA2 color RGB value is (144,142,162).

  • red value is 144;
  • green value is 142;
  • blue value is 162.
RGB:
(144,142,162)
(56%,56%,64%)

RGB channels and saturation

R 144 of 255 = 56%
G 142 of 255 = 56%
B 162 of 255 = 64%

144
142
162

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

Portions of RGB colors in percentages

R + G + B =
144 + 142 + 162 = 448 (100%)
R 144 of 448 ~ 32.14%
G 142 of 448 ~ 31.7%
B 162 of 448 ~ 36.16%

%32.14
%31.7
%36.16

CMYK color model

#908EA2 color CMYK value is (11,12,0,36).

  • cyan value is 11.11%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(11,12,0,36)
C11M12Y0K36 
(11%,12%,0%,36%)
(0.11/0.12/0.00/0.36)	

CMYK percentages

%11.11
%12.35
%0
%36.47

Codes

Color #908EA2 in popluar color models

908EA2
RGB144142162
HSL246°9.71%59.61%
HSB/HSV246°12.35%63.53%
CMYK11.11%12.35%0.00%
36.47%

Color #908EA2 in popluar number systems.

HEX908EA2
Decimal144142162
Binary100100001000111010100010
Octal220216242

Shades and tints

Shades of #908EA2

#908EA2
(144,142,162)
#838294
(131,130,148)
#767686
(118,118,134)
#696A78
(105,106,120)
#5C5E6A
(92,94,106)
#4F525C
(79,82,92)
#42464E
(66,70,78)
#353A40
(53,58,64)
#282E32
(40,46,50)
#1B2224
(27,34,36)
#0E1616
(14,22,22)
#000000
(0,0,0)

Tints of #908EA2

#908EA2
(144,142,162)
#9A98AA
(154,152,170)
#A4A2B2
(164,162,178)
#AEACBA
(174,172,186)
#B8B6C2
(184,182,194)
#C2C0CA
(194,192,202)
#CCCAD2
(204,202,210)
#D6D4DA
(214,212,218)
#E0DEE2
(224,222,226)
#EAE8EA
(234,232,234)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #908EA2 color. Also use rgb(144,142,162) instead hex code.

Text Font Color

.myTextColor { color: #908EA2; }

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

This text font color is #908EA2.


Background Color

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

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

This div background color is #908EA2.


Border color

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

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

This div border color is #908EA2.


Opacity

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

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

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

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

This text has shadow with #908EA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908EA2 on black background.


Color preview on white background

This text has color #908EA2 on white background.



Black color preview on #908EA2 background

This text has black color on #908EA2 background.


White color preview on #908EA2 background

This text has white color on #908EA2 background.