COLOR #948FBB

HEX: #948FBB
RGB: (148,143,187)

Color info

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

RGB color model

#948FBB color RGB value is (148,143,187).

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

RGB channels and saturation

R 148 of 255 = 58%
G 143 of 255 = 56%
B 187 of 255 = 73%

148
143
187

R + G + B ~ 62%. #948FBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 143 + 187 = 478 (100%)
R 148 of 478 ~ 30.96%
G 143 of 478 ~ 29.92%
B 187 of 478 ~ 39.12%

%30.96
%29.92
%39.12

CMYK color model

#948FBB color CMYK value is (21,24,0,27).

  • cyan value is 20.86%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(21,24,0,27)
C21M24Y0K27 
(21%,24%,0%,27%)
(0.21/0.24/0.00/0.27)	

CMYK percentages

%20.86
%23.53
%0
%26.67

Codes

Color #948FBB in popluar color models

948FBB
RGB148143187
HSL247°24.44%64.71%
HSB/HSV247°23.53%73.33%
CMYK20.86%23.53%0.00%
26.67%

Color #948FBB in popluar number systems.

HEX948FBB
Decimal148143187
Binary100101001000111110111011
Octal224217273

Shades and tints

Shades of #948FBB

#948FBB
(148,143,187)
#8782AA
(135,130,170)
#7A7599
(122,117,153)
#6D6888
(109,104,136)
#605B77
(96,91,119)
#534E66
(83,78,102)
#464155
(70,65,85)
#393444
(57,52,68)
#2C2733
(44,39,51)
#1F1A22
(31,26,34)
#120D11
(18,13,17)
#000000
(0,0,0)

Tints of #948FBB

#948FBB
(148,143,187)
#9D99C1
(157,153,193)
#A6A3C7
(166,163,199)
#AFADCD
(175,173,205)
#B8B7D3
(184,183,211)
#C1C1D9
(193,193,217)
#CACBDF
(202,203,223)
#D3D5E5
(211,213,229)
#DCDFEB
(220,223,235)
#E5E9F1
(229,233,241)
#EEF3F7
(238,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948FBB; }

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

This text font color is #948FBB.


Background Color

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

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

This div background color is #948FBB.


Border color

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

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

This div border color is #948FBB.


Opacity

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

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

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

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

This text has shadow with #948FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948FBB on black background.


Color preview on white background

This text has color #948FBB on white background.



Black color preview on #948FBB background

This text has black color on #948FBB background.


White color preview on #948FBB background

This text has white color on #948FBB background.