COLOR #948EAA

HEX: #948EAA RGB: (148,142,170)

Color info

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

RGB color model

#948EAA color RGB value is (148,142,170).

RGB: (148,142,170) (58%, 56%, 67%)

RGB channels and saturation

R 148 of 255 = 58%
G 142 of 255 = 56%
B 170 of 255 = 67%

148
142
170

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

Portions of RGB colors in percentages

R + G + B = 148 + 142 + 170 = 460 (100%)
R 148 of 460 ~ 32.17%
G 142 of 460 ~ 30.87%
B 170 of 460 ~ 36.96'%

%32.17
%30.87
%36.96

CMYK color model

#948EAA color CMYK value is (13,16,0,33).

  • cyan value is 12.94%
  • magenta value is 16.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK: (13,16,0,33) C13M16Y0K33 (13%,16%,0%,33%) (0.13/0.16/0.00/0.33) 

CMYK percentages

%12.94
%16.47
%0
%33.33

Codes

Color #948EAA in popluar color models

94 8E AA
RGB 148 142 170
HSL 253° 14.14% 61.18%
HSB/HSV 253° 16.47% 66.67%
CMYK 12.94% 16.47% 0.00%
33.33%

Color #948EAA in popluar number systems.

HEX 94 8E AA
Decimal 148 142 170
Binary 10010100 10001110 10101010
Octal 224 216 252

Shades and tints

Shades of #948EAA

#948EAA
(148,142,170)
#87829B
(135,130,155)
#7A768C
(122,118,140)
#6D6A7D
(109,106,125)
#605E6E
(96,94,110)
#53525F
(83,82,95)
#464650
(70,70,80)
#393A41
(57,58,65)
#2C2E32
(44,46,50)
#1F2223
(31,34,35)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #948EAA

#948EAA
(148,142,170)
#9D98B1
(157,152,177)
#A6A2B8
(166,162,184)
#AFACBF
(175,172,191)
#B8B6C6
(184,182,198)
#C1C0CD
(193,192,205)
#CACAD4
(202,202,212)
#D3D4DB
(211,212,219)
#DCDEE2
(220,222,226)
#E5E8E9
(229,232,233)
#EEF2F0
(238,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948EAA color. Also use rgb(148,142,170) instead hex code.

Text Font Color

.myTextColor { color: #948EAA; }

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

This text font color is #948EAA.

Background Color

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

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

This div background color is #948EAA.

Border color

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

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

This div border color is #948EAA.

Opacity

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

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

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

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

This text has shadow with #948EAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948EAA.

Preview

Color preview on black background

This text has color #948EAA on black background.


Color preview on white background

This text has color #948EAA on white background.


Black color preview on #948EAA background

This text has black color on #948EAA background.


White color preview on #948EAA background

This text has white color on #948EAA background.


Related colors

Complementary color

Complementary color for #hex is #6B7155.


I love getcolorcode.com

Triadic colors

1 #AA948E and #8EAA94 with #948EAA are triadic colors.

2 #AA8E94 and #8E94AA with #948EAA are triadic colors.