COLOR #948CBF

HEX: #948CBF
RGB: (148,140,191)

Color info

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

RGB color model

#948CBF color RGB value is (148,140,191).

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

RGB channels and saturation

R 148 of 255 = 58%
G 140 of 255 = 55%
B 191 of 255 = 75%

148
140
191

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

Portions of RGB colors in percentages

R + G + B =
148 + 140 + 191 = 479 (100%)
R 148 of 479 ~ 30.9%
G 140 of 479 ~ 29.23%
B 191 of 479 ~ 39.87%

%30.9
%29.23
%39.87

CMYK color model

#948CBF color CMYK value is (23,27,0,25).

  • cyan value is 22.51%
  • magenta value is 26.70%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(23,27,0,25)
C23M27Y0K25 
(23%,27%,0%,25%)
(0.23/0.27/0.00/0.25)	

CMYK percentages

%22.51
%26.7
%0
%25.1

Codes

Color #948CBF in popluar color models

948CBF
RGB148140191
HSL249°28.49%64.90%
HSB/HSV249°26.70%74.90%
CMYK22.51%26.70%0.00%
25.10%

Color #948CBF in popluar number systems.

HEX948CBF
Decimal148140191
Binary100101001000110010111111
Octal224214277

Shades and tints

Shades of #948CBF

#948CBF
(148,140,191)
#8780AE
(135,128,174)
#7A749D
(122,116,157)
#6D688C
(109,104,140)
#605C7B
(96,92,123)
#53506A
(83,80,106)
#464459
(70,68,89)
#393848
(57,56,72)
#2C2C37
(44,44,55)
#1F2026
(31,32,38)
#121415
(18,20,21)
#000000
(0,0,0)

Tints of #948CBF

#948CBF
(148,140,191)
#9D96C4
(157,150,196)
#A6A0C9
(166,160,201)
#AFAACE
(175,170,206)
#B8B4D3
(184,180,211)
#C1BED8
(193,190,216)
#CAC8DD
(202,200,221)
#D3D2E2
(211,210,226)
#DCDCE7
(220,220,231)
#E5E6EC
(229,230,236)
#EEF0F1
(238,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948CBF; }

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

This text font color is #948CBF.


Background Color

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

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

This div background color is #948CBF.


Border color

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

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

This div border color is #948CBF.


Opacity

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

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

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

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

This text has shadow with #948CBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948CBF on black background.


Color preview on white background

This text has color #948CBF on white background.



Black color preview on #948CBF background

This text has black color on #948CBF background.


White color preview on #948CBF background

This text has white color on #948CBF background.