COLOR #948CA5

HEX: #948CA5 RGB: (148,140,165)

Color info

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

RGB color model

#948CA5 color RGB value is (148,140,165).

RGB: (148,140,165) (58%, 55%, 65%)

RGB channels and saturation

R 148 of 255 = 58%
G 140 of 255 = 55%
B 165 of 255 = 65%

148
140
165

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

Portions of RGB colors in percentages

R + G + B = 148 + 140 + 165 = 453 (100%)
R 148 of 453 ~ 32.67%
G 140 of 453 ~ 30.91%
B 165 of 453 ~ 36.42'%

%32.67
%30.91
%36.42

CMYK color model

#948CA5 color CMYK value is (10,15,0,35).

  • cyan value is 10.30%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK: (10,15,0,35) C10M15Y0K35 (10%,15%,0%,35%) (0.10/0.15/0.00/0.35) 

CMYK percentages

%10.3
%15.15
%0
%35.29

Codes

Color #948CA5 in popluar color models

94 8C A5
RGB 148 140 165
HSL 259° 12.20% 59.80%
HSB/HSV 259° 15.15% 64.71%
CMYK 10.30% 15.15% 0.00%
35.29%

Color #948CA5 in popluar number systems.

HEX 94 8C A5
Decimal 148 140 165
Binary 10010100 10001100 10100101
Octal 224 214 245

Shades and tints

Shades of #948CA5

#948CA5
(148,140,165)
#878096
(135,128,150)
#7A7487
(122,116,135)
#6D6878
(109,104,120)
#605C69
(96,92,105)
#53505A
(83,80,90)
#46444B
(70,68,75)
#39383C
(57,56,60)
#2C2C2D
(44,44,45)
#1F201E
(31,32,30)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #948CA5

#948CA5
(148,140,165)
#9D96AD
(157,150,173)
#A6A0B5
(166,160,181)
#AFAABD
(175,170,189)
#B8B4C5
(184,180,197)
#C1BECD
(193,190,205)
#CAC8D5
(202,200,213)
#D3D2DD
(211,210,221)
#DCDCE5
(220,220,229)
#E5E6ED
(229,230,237)
#EEF0F5
(238,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948CA5; }

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

This text font color is #948CA5.

Background Color

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

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

This div background color is #948CA5.

Border color

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

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

This div border color is #948CA5.

Opacity

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

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

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

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

This text has shadow with #948CA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948CA5.

Preview

Color preview on black background

This text has color #948CA5 on black background.


Color preview on white background

This text has color #948CA5 on white background.


Black color preview on #948CA5 background

This text has black color on #948CA5 background.


White color preview on #948CA5 background

This text has white color on #948CA5 background.


Related colors

Complementary color

Complementary color for #hex is #6B735A.


I love getcolorcode.com

Triadic colors

1 #A5948C and #8CA594 with #948CA5 are triadic colors.

2 #A58C94 and #8C94A5 with #948CA5 are triadic colors.