COLOR #948CC4

HEX: #948CC4
RGB: (148,140,196)

Color info

#948CC4 contains red, green and blue colors in about the same proportion. Web safe color of #948CC4 is #9999CC (or #99C).

RGB color model

#948CC4 color RGB value is (148,140,196).

  • red value is 148;
  • green value is 140;
  • blue value is 196.
RGB:
(148,140,196)
(58%,55%,77%)

RGB channels and saturation

R 148 of 255 = 58%
G 140 of 255 = 55%
B 196 of 255 = 77%

148
140
196

R + G + B ~ 63%. #948CC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 140 + 196 = 484 (100%)
R 148 of 484 ~ 30.58%
G 140 of 484 ~ 28.93%
B 196 of 484 ~ 40.5%

%30.58
%28.93
%40.5

CMYK color model

#948CC4 color CMYK value is (24,29,0,23).

  • cyan value is 24.49%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(24,29,0,23)
C24M29Y0K23 
(24%,29%,0%,23%)
(0.24/0.29/0.00/0.23)	

CMYK percentages

%24.49
%28.57
%0
%23.14

Codes

Color #948CC4 in popluar color models

948CC4
RGB148140196
HSL249°32.18%65.88%
HSB/HSV249°28.57%76.86%
CMYK24.49%28.57%0.00%
23.14%

Color #948CC4 in popluar number systems.

HEX948CC4
Decimal148140196
Binary100101001000110011000100
Octal224214304

Shades and tints

Shades of #948CC4

#948CC4
(148,140,196)
#8780B3
(135,128,179)
#7A74A2
(122,116,162)
#6D6891
(109,104,145)
#605C80
(96,92,128)
#53506F
(83,80,111)
#46445E
(70,68,94)
#39384D
(57,56,77)
#2C2C3C
(44,44,60)
#1F202B
(31,32,43)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #948CC4

#948CC4
(148,140,196)
#9D96C9
(157,150,201)
#A6A0CE
(166,160,206)
#AFAAD3
(175,170,211)
#B8B4D8
(184,180,216)
#C1BEDD
(193,190,221)
#CAC8E2
(202,200,226)
#D3D2E7
(211,210,231)
#DCDCEC
(220,220,236)
#E5E6F1
(229,230,241)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948CC4 color. Also use rgb(148,140,196) instead hex code.

Text Font Color

.myTextColor { color: #948CC4; }

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

This text font color is #948CC4.


Background Color

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

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

This div background color is #948CC4.


Border color

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

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

This div border color is #948CC4.


Opacity

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

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

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

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

This text has shadow with #948CC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948CC4 on black background.


Color preview on white background

This text has color #948CC4 on white background.



Black color preview on #948CC4 background

This text has black color on #948CC4 background.


White color preview on #948CC4 background

This text has white color on #948CC4 background.