COLOR #948DA7

HEX: #948DA7
RGB: (148,141,167)

Color info

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

RGB color model

#948DA7 color RGB value is (148,141,167).

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

RGB channels and saturation

R 148 of 255 = 58%
G 141 of 255 = 55%
B 167 of 255 = 65%

148
141
167

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

Portions of RGB colors in percentages

R + G + B =
148 + 141 + 167 = 456 (100%)
R 148 of 456 ~ 32.46%
G 141 of 456 ~ 30.92%
B 167 of 456 ~ 36.62%

%32.46
%30.92
%36.62

CMYK color model

#948DA7 color CMYK value is (11,16,0,35).

  • cyan value is 11.38%
  • magenta value is 15.57%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(11,16,0,35)
C11M16Y0K35 
(11%,16%,0%,35%)
(0.11/0.16/0.00/0.35)	

CMYK percentages

%11.38
%15.57
%0
%34.51

Codes

Color #948DA7 in popluar color models

948DA7
RGB148141167
HSL256°12.87%60.39%
HSB/HSV256°15.57%65.49%
CMYK11.38%15.57%0.00%
34.51%

Color #948DA7 in popluar number systems.

HEX948DA7
Decimal148141167
Binary100101001000110110100111
Octal224215247

Shades and tints

Shades of #948DA7

#948DA7
(148,141,167)
#878198
(135,129,152)
#7A7589
(122,117,137)
#6D697A
(109,105,122)
#605D6B
(96,93,107)
#53515C
(83,81,92)
#46454D
(70,69,77)
#39393E
(57,57,62)
#2C2D2F
(44,45,47)
#1F2120
(31,33,32)
#121511
(18,21,17)
#000000
(0,0,0)

Tints of #948DA7

#948DA7
(148,141,167)
#9D97AF
(157,151,175)
#A6A1B7
(166,161,183)
#AFABBF
(175,171,191)
#B8B5C7
(184,181,199)
#C1BFCF
(193,191,207)
#CAC9D7
(202,201,215)
#D3D3DF
(211,211,223)
#DCDDE7
(220,221,231)
#E5E7EF
(229,231,239)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948DA7 color. Also use rgb(148,141,167) instead hex code.

Text Font Color

.myTextColor { color: #948DA7; }

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

This text font color is #948DA7.


Background Color

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

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

This div background color is #948DA7.


Border color

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

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

This div border color is #948DA7.


Opacity

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

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

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

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

This text has shadow with #948DA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948DA7 on black background.


Color preview on white background

This text has color #948DA7 on white background.



Black color preview on #948DA7 background

This text has black color on #948DA7 background.


White color preview on #948DA7 background

This text has white color on #948DA7 background.