COLOR #948FA3

HEX: #948FA3
RGB: (148,143,163)

Color info

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

RGB color model

#948FA3 color RGB value is (148,143,163).

  • red value is 148;
  • green value is 143;
  • blue value is 163.
RGB:
(148,143,163)
(58%,56%,64%)

RGB channels and saturation

R 148 of 255 = 58%
G 143 of 255 = 56%
B 163 of 255 = 64%

148
143
163

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

Portions of RGB colors in percentages

R + G + B =
148 + 143 + 163 = 454 (100%)
R 148 of 454 ~ 32.6%
G 143 of 454 ~ 31.5%
B 163 of 454 ~ 35.9%

%32.6
%31.5
%35.9

CMYK color model

#948FA3 color CMYK value is (9,12,0,36).

  • cyan value is 9.20%
  • magenta value is 12.27%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(9,12,0,36)
C9M12Y0K36 
(9%,12%,0%,36%)
(0.09/0.12/0.00/0.36)	

CMYK percentages

%9.2
%12.27
%0
%36.08

Codes

Color #948FA3 in popluar color models

948FA3
RGB148143163
HSL255°9.80%60.00%
HSB/HSV255°12.27%63.92%
CMYK9.20%12.27%0.00%
36.08%

Color #948FA3 in popluar number systems.

HEX948FA3
Decimal148143163
Binary100101001000111110100011
Octal224217243

Shades and tints

Shades of #948FA3

#948FA3
(148,143,163)
#878295
(135,130,149)
#7A7587
(122,117,135)
#6D6879
(109,104,121)
#605B6B
(96,91,107)
#534E5D
(83,78,93)
#46414F
(70,65,79)
#393441
(57,52,65)
#2C2733
(44,39,51)
#1F1A25
(31,26,37)
#120D17
(18,13,23)
#000000
(0,0,0)

Tints of #948FA3

#948FA3
(148,143,163)
#9D99AB
(157,153,171)
#A6A3B3
(166,163,179)
#AFADBB
(175,173,187)
#B8B7C3
(184,183,195)
#C1C1CB
(193,193,203)
#CACBD3
(202,203,211)
#D3D5DB
(211,213,219)
#DCDFE3
(220,223,227)
#E5E9EB
(229,233,235)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948FA3; }

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

This text font color is #948FA3.


Background Color

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

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

This div background color is #948FA3.


Border color

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

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

This div border color is #948FA3.


Opacity

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

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

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

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

This text has shadow with #948FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948FA3 on black background.


Color preview on white background

This text has color #948FA3 on white background.



Black color preview on #948FA3 background

This text has black color on #948FA3 background.


White color preview on #948FA3 background

This text has white color on #948FA3 background.