COLOR #948ABA

HEX: #948ABA
RGB: (148,138,186)

Color info

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

RGB color model

#948ABA color RGB value is (148,138,186).

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

RGB channels and saturation

R 148 of 255 = 58%
G 138 of 255 = 54%
B 186 of 255 = 73%

148
138
186

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

Portions of RGB colors in percentages

R + G + B =
148 + 138 + 186 = 472 (100%)
R 148 of 472 ~ 31.36%
G 138 of 472 ~ 29.24%
B 186 of 472 ~ 39.41%

%31.36
%29.24
%39.41

CMYK color model

#948ABA color CMYK value is (20,26,0,27).

  • cyan value is 20.43%
  • magenta value is 25.81%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(20,26,0,27)
C20M26Y0K27 
(20%,26%,0%,27%)
(0.20/0.26/0.00/0.27)	

CMYK percentages

%20.43
%25.81
%0
%27.06

Codes

Color #948ABA in popluar color models

948ABA
RGB148138186
HSL253°25.81%63.53%
HSB/HSV253°25.81%72.94%
CMYK20.43%25.81%0.00%
27.06%

Color #948ABA in popluar number systems.

HEX948ABA
Decimal148138186
Binary100101001000101010111010
Octal224212272

Shades and tints

Shades of #948ABA

#948ABA
(148,138,186)
#877EAA
(135,126,170)
#7A729A
(122,114,154)
#6D668A
(109,102,138)
#605A7A
(96,90,122)
#534E6A
(83,78,106)
#46425A
(70,66,90)
#39364A
(57,54,74)
#2C2A3A
(44,42,58)
#1F1E2A
(31,30,42)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #948ABA

#948ABA
(148,138,186)
#9D94C0
(157,148,192)
#A69EC6
(166,158,198)
#AFA8CC
(175,168,204)
#B8B2D2
(184,178,210)
#C1BCD8
(193,188,216)
#CAC6DE
(202,198,222)
#D3D0E4
(211,208,228)
#DCDAEA
(220,218,234)
#E5E4F0
(229,228,240)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948ABA; }

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

This text font color is #948ABA.


Background Color

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

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

This div background color is #948ABA.


Border color

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

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

This div border color is #948ABA.


Opacity

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

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

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

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

This text has shadow with #948ABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948ABA on black background.


Color preview on white background

This text has color #948ABA on white background.



Black color preview on #948ABA background

This text has black color on #948ABA background.


White color preview on #948ABA background

This text has white color on #948ABA background.