COLOR #908EAC

HEX: #908EAC
RGB: (144,142,172)

Color info

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

RGB color model

#908EAC color RGB value is (144,142,172).

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

RGB channels and saturation

R 144 of 255 = 56%
G 142 of 255 = 56%
B 172 of 255 = 67%

144
142
172

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

Portions of RGB colors in percentages

R + G + B =
144 + 142 + 172 = 458 (100%)
R 144 of 458 ~ 31.44%
G 142 of 458 ~ 31%
B 172 of 458 ~ 37.55%

%31.44
%31
%37.55

CMYK color model

#908EAC color CMYK value is (16,17,0,33).

  • cyan value is 16.28%
  • magenta value is 17.44%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(16,17,0,33)
C16M17Y0K33 
(16%,17%,0%,33%)
(0.16/0.17/0.00/0.33)	

CMYK percentages

%16.28
%17.44
%0
%32.55

Codes

Color #908EAC in popluar color models

908EAC
RGB144142172
HSL244°15.31%61.57%
HSB/HSV244°17.44%67.45%
CMYK16.28%17.44%0.00%
32.55%

Color #908EAC in popluar number systems.

HEX908EAC
Decimal144142172
Binary100100001000111010101100
Octal220216254

Shades and tints

Shades of #908EAC

#908EAC
(144,142,172)
#83829D
(131,130,157)
#76768E
(118,118,142)
#696A7F
(105,106,127)
#5C5E70
(92,94,112)
#4F5261
(79,82,97)
#424652
(66,70,82)
#353A43
(53,58,67)
#282E34
(40,46,52)
#1B2225
(27,34,37)
#0E1616
(14,22,22)
#000000
(0,0,0)

Tints of #908EAC

#908EAC
(144,142,172)
#9A98B3
(154,152,179)
#A4A2BA
(164,162,186)
#AEACC1
(174,172,193)
#B8B6C8
(184,182,200)
#C2C0CF
(194,192,207)
#CCCAD6
(204,202,214)
#D6D4DD
(214,212,221)
#E0DEE4
(224,222,228)
#EAE8EB
(234,232,235)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #908EAC; }

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

This text font color is #908EAC.


Background Color

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

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

This div background color is #908EAC.


Border color

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

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

This div border color is #908EAC.


Opacity

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

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

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

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

This text has shadow with #908EAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #908EAC on black background.


Color preview on white background

This text has color #908EAC on white background.



Black color preview on #908EAC background

This text has black color on #908EAC background.


White color preview on #908EAC background

This text has white color on #908EAC background.