COLOR #948CA3

HEX: #948CA3 RGB: (148,140,163)

Color info

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

RGB color model

#948CA3 color RGB value is (148,140,163).

RGB: (148,140,163) (58%, 55%, 64%)

RGB channels and saturation

R 148 of 255 = 58%
G 140 of 255 = 55%
B 163 of 255 = 64%

148
140
163

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

Portions of RGB colors in percentages

R + G + B = 148 + 140 + 163 = 451 (100%)
R 148 of 451 ~ 32.82%
G 140 of 451 ~ 31.04%
B 163 of 451 ~ 36.14'%

%32.82
%31.04
%36.14

CMYK color model

#948CA3 color CMYK value is (9,14,0,36).

  • cyan value is 9.20%
  • magenta value is 14.11%
  • yellow value is 0.00%
  • key color value is 36.08%

CMYK: (9,14,0,36)
C9M14Y0K36 (9%, 14%, 0%, 36%)
(0.09 / 0.14 / 0.00 / 0.36)

CMYK percentages

%9.2
%14.11
%0
%36.08

Codes

Color #948CA3 in popluar color models

94 8C A3
RGB 148 140 163
HSL 261° 11.11% 59.41%
HSB/HSV 261° 14.11% 63.92%
CMYK 9.20% 14.11% 0.00%
36.08%

Color #948CA3 in popluar number systems.

HEX 94 8C A3
Decimal 148 140 163
Binary 10010100 10001100 10100011
Octal 224 214 243

Shades and tints

Shades of #948CA3

#948CA3
(148,140,163)
#878095
(135,128,149)
#7A7487
(122,116,135)
#6D6879
(109,104,121)
#605C6B
(96,92,107)
#53505D
(83,80,93)
#46444F
(70,68,79)
#393841
(57,56,65)
#2C2C33
(44,44,51)
#1F2025
(31,32,37)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #948CA3

#948CA3
(148,140,163)
#9D96AB
(157,150,171)
#A6A0B3
(166,160,179)
#AFAABB
(175,170,187)
#B8B4C3
(184,180,195)
#C1BECB
(193,190,203)
#CAC8D3
(202,200,211)
#D3D2DB
(211,210,219)
#DCDCE3
(220,220,227)
#E5E6EB
(229,230,235)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948CA3 color. Also use rgb(148,140,163) instead hex code.

Text Font Color

.myTextColor { color: #948CA3; }

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

This text font color is #948CA3.

Background Color

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

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

This div background color is #948CA3.

Border color

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

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

This div border color is #948CA3.

Opacity

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

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

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

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

This text has shadow with #948CA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948CA3.

Preview

Color preview on black background

This text has color #948CA3 on black background.


Color preview on white background

This text has color #948CA3 on white background.


Black color preview on #948CA3 background

This text has black color on #948CA3 background.


White color preview on #948CA3 background

This text has white color on #948CA3 background.


Related colors

Complementary color

Complementary color for #hex is #6B735C.


I love getcolorcode.com

Triadic colors

1 #A3948C and #8CA394 with #948CA3 are triadic colors.

2 #A38C94 and #8C94A3 with #948CA3 are triadic colors.