COLOR #948BEC

HEX: #948BEC
RGB: (148,139,236)

Color info

#948BEC contains mainly blue color. Web safe color of #948BEC is #9999FF (or #99F).

RGB color model

#948BEC color RGB value is (148,139,236).

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

RGB channels and saturation

R 148 of 255 = 58%
G 139 of 255 = 55%
B 236 of 255 = 93%

148
139
236

R + G + B ~ 69%. #948BEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 139 + 236 = 523 (100%)
R 148 of 523 ~ 28.3%
G 139 of 523 ~ 26.58%
B 236 of 523 ~ 45.12%

%28.3
%26.58
%45.12

CMYK color model

#948BEC color CMYK value is (37,41,0,7).

  • cyan value is 37.29%
  • magenta value is 41.10%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (37,41,0,7) C37M41Y0K7 (37%,41%,0%,7%) (0.37/0.41/0.00/0.07)

CMYK percentages

%37.29
%41.1
%0
%7.45

Codes

Color #948BEC in popluar color models

948BEC
RGB148139236
HSL246°71.85%73.53%
HSB/HSV246°41.10%92.55%
CMYK37.29%41.10%0.00%
7.45%

Color #948BEC in popluar number systems.

HEX948BEC
Decimal148139236
Binary100101001000101111101100
Octal224213354

Shades and tints

Shades of #948BEC

#948BEC
(148,139,236)
#877FD7
(135,127,215)
#7A73C2
(122,115,194)
#6D67AD
(109,103,173)
#605B98
(96,91,152)
#534F83
(83,79,131)
#46436E
(70,67,110)
#393759
(57,55,89)
#2C2B44
(44,43,68)
#1F1F2F
(31,31,47)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #948BEC

#948BEC
(148,139,236)
#9D95ED
(157,149,237)
#A69FEE
(166,159,238)
#AFA9EF
(175,169,239)
#B8B3F0
(184,179,240)
#C1BDF1
(193,189,241)
#CAC7F2
(202,199,242)
#D3D1F3
(211,209,243)
#DCDBF4
(220,219,244)
#E5E5F5
(229,229,245)
#EEEFF6
(238,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948BEC; }

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

This text font color is #948BEC.


Background Color

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

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

This div background color is #948BEC.


Border color

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

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

This div border color is #948BEC.


Opacity

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

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

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

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

This text has shadow with #948BEC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #948BEC on black background.


Color preview on white background

This text has color #948BEC on white background.



Black color preview on #948BEC background

This text has black color on #948BEC background.


White color preview on #948BEC background

This text has white color on #948BEC background.