COLOR #948ABE

HEX: #948ABE
RGB: (148,138,190)

Color info

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

RGB color model

#948ABE color RGB value is (148,138,190).

  • red value is 148;
  • green value is 138;
  • blue value is 190.
RGB:
(148,138,190)
(58%,54%,75%)

RGB channels and saturation

R 148 of 255 = 58%
G 138 of 255 = 54%
B 190 of 255 = 75%

148
138
190

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

Portions of RGB colors in percentages

R + G + B =
148 + 138 + 190 = 476 (100%)
R 148 of 476 ~ 31.09%
G 138 of 476 ~ 28.99%
B 190 of 476 ~ 39.92%

%31.09
%28.99
%39.92

CMYK color model

#948ABE color CMYK value is (22,27,0,25).

  • cyan value is 22.11%
  • magenta value is 27.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(22,27,0,25)
C22M27Y0K25 
(22%,27%,0%,25%)
(0.22/0.27/0.00/0.25)	

CMYK percentages

%22.11
%27.37
%0
%25.49

Codes

Color #948ABE in popluar color models

948ABE
RGB148138190
HSL252°28.57%64.31%
HSB/HSV252°27.37%74.51%
CMYK22.11%27.37%0.00%
25.49%

Color #948ABE in popluar number systems.

HEX948ABE
Decimal148138190
Binary100101001000101010111110
Octal224212276

Shades and tints

Shades of #948ABE

#948ABE
(148,138,190)
#877EAD
(135,126,173)
#7A729C
(122,114,156)
#6D668B
(109,102,139)
#605A7A
(96,90,122)
#534E69
(83,78,105)
#464258
(70,66,88)
#393647
(57,54,71)
#2C2A36
(44,42,54)
#1F1E25
(31,30,37)
#121214
(18,18,20)
#000000
(0,0,0)

Tints of #948ABE

#948ABE
(148,138,190)
#9D94C3
(157,148,195)
#A69EC8
(166,158,200)
#AFA8CD
(175,168,205)
#B8B2D2
(184,178,210)
#C1BCD7
(193,188,215)
#CAC6DC
(202,198,220)
#D3D0E1
(211,208,225)
#DCDAE6
(220,218,230)
#E5E4EB
(229,228,235)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948ABE color. Also use rgb(148,138,190) instead hex code.

Text Font Color

.myTextColor { color: #948ABE; }

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

This text font color is #948ABE.


Background Color

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

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

This div background color is #948ABE.


Border color

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

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

This div border color is #948ABE.


Opacity

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

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

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

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

This text has shadow with #948ABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948ABE on black background.


Color preview on white background

This text has color #948ABE on white background.



Black color preview on #948ABE background

This text has black color on #948ABE background.


White color preview on #948ABE background

This text has white color on #948ABE background.