COLOR #948EB8

HEX: #948EB8
RGB: (148,142,184)

Color info

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

RGB color model

#948EB8 color RGB value is (148,142,184).

  • red value is 148;
  • green value is 142;
  • blue value is 184.
RGB:
(148,142,184)
(58%,56%,72%)

RGB channels and saturation

R 148 of 255 = 58%
G 142 of 255 = 56%
B 184 of 255 = 72%

148
142
184

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

Portions of RGB colors in percentages

R + G + B =
148 + 142 + 184 = 474 (100%)
R 148 of 474 ~ 31.22%
G 142 of 474 ~ 29.96%
B 184 of 474 ~ 38.82%

%31.22
%29.96
%38.82

CMYK color model

#948EB8 color CMYK value is (20,23,0,28).

  • cyan value is 19.57%
  • magenta value is 22.83%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(20,23,0,28)
C20M23Y0K28 
(20%,23%,0%,28%)
(0.20/0.23/0.00/0.28)	

CMYK percentages

%19.57
%22.83
%0
%27.84

Codes

Color #948EB8 in popluar color models

948EB8
RGB148142184
HSL249°22.83%63.92%
HSB/HSV249°22.83%72.16%
CMYK19.57%22.83%0.00%
27.84%

Color #948EB8 in popluar number systems.

HEX948EB8
Decimal148142184
Binary100101001000111010111000
Octal224216270

Shades and tints

Shades of #948EB8

#948EB8
(148,142,184)
#8782A8
(135,130,168)
#7A7698
(122,118,152)
#6D6A88
(109,106,136)
#605E78
(96,94,120)
#535268
(83,82,104)
#464658
(70,70,88)
#393A48
(57,58,72)
#2C2E38
(44,46,56)
#1F2228
(31,34,40)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #948EB8

#948EB8
(148,142,184)
#9D98BE
(157,152,190)
#A6A2C4
(166,162,196)
#AFACCA
(175,172,202)
#B8B6D0
(184,182,208)
#C1C0D6
(193,192,214)
#CACADC
(202,202,220)
#D3D4E2
(211,212,226)
#DCDEE8
(220,222,232)
#E5E8EE
(229,232,238)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948EB8 color. Also use rgb(148,142,184) instead hex code.

Text Font Color

.myTextColor { color: #948EB8; }

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

This text font color is #948EB8.


Background Color

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

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

This div background color is #948EB8.


Border color

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

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

This div border color is #948EB8.


Opacity

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

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

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

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

This text has shadow with #948EB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948EB8 on black background.


Color preview on white background

This text has color #948EB8 on white background.



Black color preview on #948EB8 background

This text has black color on #948EB8 background.


White color preview on #948EB8 background

This text has white color on #948EB8 background.