COLOR #948AA4

HEX: #948AA4 RGB: (148,138,164)

Color info

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

RGB color model

#948AA4 color RGB value is (148,138,164).

RGB: (148,138,164) (58%, 54%, 64%)

RGB channels and saturation

R 148 of 255 = 58%
G 138 of 255 = 54%
B 164 of 255 = 64%

148
138
164

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

Portions of RGB colors in percentages

R + G + B = 148 + 138 + 164 = 450 (100%)
R 148 of 450 ~ 32.89%
G 138 of 450 ~ 30.67%
B 164 of 450 ~ 36.44'%

%32.89
%30.67
%36.44

CMYK color model

#948AA4 color CMYK value is (10,16,0,36).

  • cyan value is 9.76%
  • magenta value is 15.85%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (10,16,0,36)
C10M16Y0K36 (10%, 16%, 0%, 36%)
(0.10 / 0.16 / 0.00 / 0.36)

CMYK percentages

%9.76
%15.85
%0
%35.69

Codes

Color #948AA4 in popluar color models

94 8A A4
RGB 148 138 164
HSL 263° 12.50% 59.22%
HSB/HSV 263° 15.85% 64.31%
CMYK 9.76% 15.85% 0.00%
35.69%

Color #948AA4 in popluar number systems.

HEX 94 8A A4
Decimal 148 138 164
Binary 10010100 10001010 10100100
Octal 224 212 244

Shades and tints

Shades of #948AA4

#948AA4
(148,138,164)
#877E96
(135,126,150)
#7A7288
(122,114,136)
#6D667A
(109,102,122)
#605A6C
(96,90,108)
#534E5E
(83,78,94)
#464250
(70,66,80)
#393642
(57,54,66)
#2C2A34
(44,42,52)
#1F1E26
(31,30,38)
#121218
(18,18,24)
#000000
(0,0,0)

Tints of #948AA4

#948AA4
(148,138,164)
#9D94AC
(157,148,172)
#A69EB4
(166,158,180)
#AFA8BC
(175,168,188)
#B8B2C4
(184,178,196)
#C1BCCC
(193,188,204)
#CAC6D4
(202,198,212)
#D3D0DC
(211,208,220)
#DCDAE4
(220,218,228)
#E5E4EC
(229,228,236)
#EEEEF4
(238,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948AA4; }

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

This text font color is #948AA4.

Background Color

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

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

This div background color is #948AA4.

Border color

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

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

This div border color is #948AA4.

Opacity

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

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

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

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

This text has shadow with #948AA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948AA4.

Preview

Color preview on black background

This text has color #948AA4 on black background.


Color preview on white background

This text has color #948AA4 on white background.


Black color preview on #948AA4 background

This text has black color on #948AA4 background.


White color preview on #948AA4 background

This text has white color on #948AA4 background.


Related colors

Complementary color

Complementary color for #hex is #6B755B.


I love getcolorcode.com

Triadic colors

1 #A4948A and #8AA494 with #948AA4 are triadic colors.

2 #A48A94 and #8A94A4 with #948AA4 are triadic colors.