COLOR #948AA8

HEX: #948AA8
RGB: (148,138,168)

Color info

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

RGB color model

#948AA8 color RGB value is (148,138,168).

  • red value is 148;
  • green value is 138;
  • blue value is 168.
RGB:
(148,138,168)
(58%,54%,66%)

RGB channels and saturation

R 148 of 255 = 58%
G 138 of 255 = 54%
B 168 of 255 = 66%

148
138
168

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

Portions of RGB colors in percentages

R + G + B =
148 + 138 + 168 = 454 (100%)
R 148 of 454 ~ 32.6%
G 138 of 454 ~ 30.4%
B 168 of 454 ~ 37%

%32.6
%30.4
%37

CMYK color model

#948AA8 color CMYK value is (12,18,0,34).

  • cyan value is 11.90%
  • magenta value is 17.86%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(12,18,0,34)
C12M18Y0K34 
(12%,18%,0%,34%)
(0.12/0.18/0.00/0.34)	

CMYK percentages

%11.9
%17.86
%0
%34.12

Codes

Color #948AA8 in popluar color models

948AA8
RGB148138168
HSL260°14.71%60.00%
HSB/HSV260°17.86%65.88%
CMYK11.90%17.86%0.00%
34.12%

Color #948AA8 in popluar number systems.

HEX948AA8
Decimal148138168
Binary100101001000101010101000
Octal224212250

Shades and tints

Shades of #948AA8

#948AA8
(148,138,168)
#877E99
(135,126,153)
#7A728A
(122,114,138)
#6D667B
(109,102,123)
#605A6C
(96,90,108)
#534E5D
(83,78,93)
#46424E
(70,66,78)
#39363F
(57,54,63)
#2C2A30
(44,42,48)
#1F1E21
(31,30,33)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #948AA8

#948AA8
(148,138,168)
#9D94AF
(157,148,175)
#A69EB6
(166,158,182)
#AFA8BD
(175,168,189)
#B8B2C4
(184,178,196)
#C1BCCB
(193,188,203)
#CAC6D2
(202,198,210)
#D3D0D9
(211,208,217)
#DCDAE0
(220,218,224)
#E5E4E7
(229,228,231)
#EEEEEE
(238,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948AA8 color. Also use rgb(148,138,168) instead hex code.

Text Font Color

.myTextColor { color: #948AA8; }

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

This text font color is #948AA8.


Background Color

.myBgColor { background-color: #948AA8; }

<div style="background-color:#948AA8">Inner text</div>

This div background color is #948AA8.


Border color

.myBorderColor { border: 1px solid #948AA8; }

<div style="border:3px solid #948AA8">Div</div>

This div border color is #948AA8.


Opacity

.myOpacity80 { color: #948AA8; opacity: 0.8; }

<p style="color:#948AA8;opacity:0.8;">80%</p>

Text with #948AA8 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 #948AA8;}

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

This text has shadow with #948AA8 color.

.textShadow {text-shadow: 3px 3px 1px #948AA8, 3px 3px 1px red;}

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

This text has shadow with #948AA8 primary color and red secondary color.


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

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

This text has shadow with #948AA8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948AA8 on black background.


Color preview on white background

This text has color #948AA8 on white background.



Black color preview on #948AA8 background

This text has black color on #948AA8 background.


White color preview on #948AA8 background

This text has white color on #948AA8 background.