COLOR #948ABB

HEX: #948ABB RGB: (148,138,187)

Color info

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

RGB color model

#948ABB color RGB value is (148,138,187).

RGB: (148,138,187) (58%, 54%, 73%)

RGB channels and saturation

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

148
138
187

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

Portions of RGB colors in percentages

R + G + B = 148 + 138 + 187 = 473 (100%)
R 148 of 473 ~ 31.29%
G 138 of 473 ~ 29.18%
B 187 of 473 ~ 39.53'%

%31.29
%29.18
%39.53

CMYK color model

#948ABB color CMYK value is (21,26,0,27).

  • cyan value is 20.86%
  • magenta value is 26.20%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (21,26,0,27)
C21M26Y0K27 (21%, 26%, 0%, 27%)
(0.21 / 0.26 / 0.00 / 0.27)

CMYK percentages

%20.86
%26.2
%0
%26.67

Codes

Color #948ABB in popluar color models

94 8A BB
RGB 148 138 187
HSL 252° 26.49% 63.73%
HSB/HSV 252° 26.20% 73.33%
CMYK 20.86% 26.20% 0.00%
26.67%

Color #948ABB in popluar number systems.

HEX 94 8A BB
Decimal 148 138 187
Binary 10010100 10001010 10111011
Octal 224 212 273

Shades and tints

Shades of #948ABB

#948ABB
(148,138,187)
#877EAA
(135,126,170)
#7A7299
(122,114,153)
#6D6688
(109,102,136)
#605A77
(96,90,119)
#534E66
(83,78,102)
#464255
(70,66,85)
#393644
(57,54,68)
#2C2A33
(44,42,51)
#1F1E22
(31,30,34)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #948ABB

#948ABB
(148,138,187)
#9D94C1
(157,148,193)
#A69EC7
(166,158,199)
#AFA8CD
(175,168,205)
#B8B2D3
(184,178,211)
#C1BCD9
(193,188,217)
#CAC6DF
(202,198,223)
#D3D0E5
(211,208,229)
#DCDAEB
(220,218,235)
#E5E4F1
(229,228,241)
#EEEEF7
(238,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948ABB; }

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

This text font color is #948ABB.

Background Color

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

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

This div background color is #948ABB.

Border color

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

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

This div border color is #948ABB.

Opacity

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

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

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

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

This text has shadow with #948ABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948ABB.

Preview

Color preview on black background

This text has color #948ABB on black background.


Color preview on white background

This text has color #948ABB on white background.


Black color preview on #948ABB background

This text has black color on #948ABB background.


White color preview on #948ABB background

This text has white color on #948ABB background.


Related colors

Complementary color

Complementary color for #hex is #6B7544.


I love getcolorcode.com

Triadic colors

1 #BB948A and #8ABB94 with #948ABB are triadic colors.

2 #BB8A94 and #8A94BB with #948ABB are triadic colors.