COLOR #948BB2

HEX: #948BB2
RGB: (148,139,178)

Color info

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

RGB color model

#948BB2 color RGB value is (148,139,178).

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

RGB channels and saturation

R 148 of 255 = 58%
G 139 of 255 = 55%
B 178 of 255 = 70%

148
139
178

R + G + B ~ 61%. #948BB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 139 + 178 = 465 (100%)
R 148 of 465 ~ 31.83%
G 139 of 465 ~ 29.89%
B 178 of 465 ~ 38.28%

%31.83
%29.89
%38.28

CMYK color model

#948BB2 color CMYK value is (17,22,0,30).

  • cyan value is 16.85%
  • magenta value is 21.91%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(17,22,0,30)
C17M22Y0K30 
(17%,22%,0%,30%)
(0.17/0.22/0.00/0.30)	

CMYK percentages

%16.85
%21.91
%0
%30.2

Codes

Color #948BB2 in popluar color models

948BB2
RGB148139178
HSL254°20.21%62.16%
HSB/HSV254°21.91%69.80%
CMYK16.85%21.91%0.00%
30.20%

Color #948BB2 in popluar number systems.

HEX948BB2
Decimal148139178
Binary100101001000101110110010
Octal224213262

Shades and tints

Shades of #948BB2

#948BB2
(148,139,178)
#877FA2
(135,127,162)
#7A7392
(122,115,146)
#6D6782
(109,103,130)
#605B72
(96,91,114)
#534F62
(83,79,98)
#464352
(70,67,82)
#393742
(57,55,66)
#2C2B32
(44,43,50)
#1F1F22
(31,31,34)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #948BB2

#948BB2
(148,139,178)
#9D95B9
(157,149,185)
#A69FC0
(166,159,192)
#AFA9C7
(175,169,199)
#B8B3CE
(184,179,206)
#C1BDD5
(193,189,213)
#CAC7DC
(202,199,220)
#D3D1E3
(211,209,227)
#DCDBEA
(220,219,234)
#E5E5F1
(229,229,241)
#EEEFF8
(238,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948BB2; }

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

This text font color is #948BB2.


Background Color

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

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

This div background color is #948BB2.


Border color

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

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

This div border color is #948BB2.


Opacity

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

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

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

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

This text has shadow with #948BB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948BB2 on black background.


Color preview on white background

This text has color #948BB2 on white background.



Black color preview on #948BB2 background

This text has black color on #948BB2 background.


White color preview on #948BB2 background

This text has white color on #948BB2 background.