COLOR #948BA5

HEX: #948BA5
RGB: (148,139,165)

Color info

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

RGB color model

#948BA5 color RGB value is (148,139,165).

  • red value is 148;
  • green value is 139;
  • blue value is 165.
RGB:
(148,139,165)
(58%,55%,65%)

RGB channels and saturation

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

148
139
165

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

Portions of RGB colors in percentages

R + G + B =
148 + 139 + 165 = 452 (100%)
R 148 of 452 ~ 32.74%
G 139 of 452 ~ 30.75%
B 165 of 452 ~ 36.5%

%32.74
%30.75
%36.5

CMYK color model

#948BA5 color CMYK value is (10,16,0,35).

  • cyan value is 10.30%
  • magenta value is 15.76%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(10,16,0,35)
C10M16Y0K35 
(10%,16%,0%,35%)
(0.10/0.16/0.00/0.35)	

CMYK percentages

%10.3
%15.76
%0
%35.29

Codes

Color #948BA5 in popluar color models

948BA5
RGB148139165
HSL261°12.62%59.61%
HSB/HSV261°15.76%64.71%
CMYK10.30%15.76%0.00%
35.29%

Color #948BA5 in popluar number systems.

HEX948BA5
Decimal148139165
Binary100101001000101110100101
Octal224213245

Shades and tints

Shades of #948BA5

#948BA5
(148,139,165)
#877F96
(135,127,150)
#7A7387
(122,115,135)
#6D6778
(109,103,120)
#605B69
(96,91,105)
#534F5A
(83,79,90)
#46434B
(70,67,75)
#39373C
(57,55,60)
#2C2B2D
(44,43,45)
#1F1F1E
(31,31,30)
#12130F
(18,19,15)
#000000
(0,0,0)

Tints of #948BA5

#948BA5
(148,139,165)
#9D95AD
(157,149,173)
#A69FB5
(166,159,181)
#AFA9BD
(175,169,189)
#B8B3C5
(184,179,197)
#C1BDCD
(193,189,205)
#CAC7D5
(202,199,213)
#D3D1DD
(211,209,221)
#DCDBE5
(220,219,229)
#E5E5ED
(229,229,237)
#EEEFF5
(238,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948BA5; }

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

This text font color is #948BA5.


Background Color

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

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

This div background color is #948BA5.


Border color

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

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

This div border color is #948BA5.


Opacity

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

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

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

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

This text has shadow with #948BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948BA5 on black background.


Color preview on white background

This text has color #948BA5 on white background.



Black color preview on #948BA5 background

This text has black color on #948BA5 background.


White color preview on #948BA5 background

This text has white color on #948BA5 background.