COLOR #948FAA

HEX: #948FAA
RGB: (148,143,170)

Color info

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

RGB color model

#948FAA color RGB value is (148,143,170).

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

RGB channels and saturation

R 148 of 255 = 58%
G 143 of 255 = 56%
B 170 of 255 = 67%

148
143
170

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

Portions of RGB colors in percentages

R + G + B =
148 + 143 + 170 = 461 (100%)
R 148 of 461 ~ 32.1%
G 143 of 461 ~ 31.02%
B 170 of 461 ~ 36.88%

%32.1
%31.02
%36.88

CMYK color model

#948FAA color CMYK value is (13,16,0,33).

  • cyan value is 12.94%
  • magenta value is 15.88%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(13,16,0,33)
C13M16Y0K33 
(13%,16%,0%,33%)
(0.13/0.16/0.00/0.33)	

CMYK percentages

%12.94
%15.88
%0
%33.33

Codes

Color #948FAA in popluar color models

948FAA
RGB148143170
HSL251°13.71%61.37%
HSB/HSV251°15.88%66.67%
CMYK12.94%15.88%0.00%
33.33%

Color #948FAA in popluar number systems.

HEX948FAA
Decimal148143170
Binary100101001000111110101010
Octal224217252

Shades and tints

Shades of #948FAA

#948FAA
(148,143,170)
#87829B
(135,130,155)
#7A758C
(122,117,140)
#6D687D
(109,104,125)
#605B6E
(96,91,110)
#534E5F
(83,78,95)
#464150
(70,65,80)
#393441
(57,52,65)
#2C2732
(44,39,50)
#1F1A23
(31,26,35)
#120D14
(18,13,20)
#000000
(0,0,0)

Tints of #948FAA

#948FAA
(148,143,170)
#9D99B1
(157,153,177)
#A6A3B8
(166,163,184)
#AFADBF
(175,173,191)
#B8B7C6
(184,183,198)
#C1C1CD
(193,193,205)
#CACBD4
(202,203,212)
#D3D5DB
(211,213,219)
#DCDFE2
(220,223,226)
#E5E9E9
(229,233,233)
#EEF3F0
(238,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948FAA; }

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

This text font color is #948FAA.


Background Color

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

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

This div background color is #948FAA.


Border color

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

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

This div border color is #948FAA.


Opacity

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

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

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

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

This text has shadow with #948FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948FAA on black background.


Color preview on white background

This text has color #948FAA on white background.



Black color preview on #948FAA background

This text has black color on #948FAA background.


White color preview on #948FAA background

This text has white color on #948FAA background.