COLOR #948ABD

HEX: #948ABD RGB: (148,138,189)

Color info

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

RGB color model

#948ABD color RGB value is (148,138,189).

RGB: (148,138,189) (58%, 54%, 74%)

RGB channels and saturation

R 148 of 255 = 58%
G 138 of 255 = 54%
B 189 of 255 = 74%

148
138
189

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

Portions of RGB colors in percentages

R + G + B = 148 + 138 + 189 = 475 (100%)
R 148 of 475 ~ 31.16%
G 138 of 475 ~ 29.05%
B 189 of 475 ~ 39.79'%

%31.16
%29.05
%39.79

CMYK color model

#948ABD color CMYK value is (22,27,0,26).

  • cyan value is 21.69%
  • magenta value is 26.98%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (22,27,0,26)
C22M27Y0K26 (22%, 27%, 0%, 26%)
(0.22 / 0.27 / 0.00 / 0.26)

CMYK percentages

%21.69
%26.98
%0
%25.88

Codes

Color #948ABD in popluar color models

94 8A BD
RGB 148 138 189
HSL 252° 27.87% 64.12%
HSB/HSV 252° 26.98% 74.12%
CMYK 21.69% 26.98% 0.00%
25.88%

Color #948ABD in popluar number systems.

HEX 94 8A BD
Decimal 148 138 189
Binary 10010100 10001010 10111101
Octal 224 212 275

Shades and tints

Shades of #948ABD

#948ABD
(148,138,189)
#877EAC
(135,126,172)
#7A729B
(122,114,155)
#6D668A
(109,102,138)
#605A79
(96,90,121)
#534E68
(83,78,104)
#464257
(70,66,87)
#393646
(57,54,70)
#2C2A35
(44,42,53)
#1F1E24
(31,30,36)
#121213
(18,18,19)
#000000
(0,0,0)

Tints of #948ABD

#948ABD
(148,138,189)
#9D94C3
(157,148,195)
#A69EC9
(166,158,201)
#AFA8CF
(175,168,207)
#B8B2D5
(184,178,213)
#C1BCDB
(193,188,219)
#CAC6E1
(202,198,225)
#D3D0E7
(211,208,231)
#DCDAED
(220,218,237)
#E5E4F3
(229,228,243)
#EEEEF9
(238,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948ABD; }

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

This text font color is #948ABD.

Background Color

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

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

This div background color is #948ABD.

Border color

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

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

This div border color is #948ABD.

Opacity

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

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

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

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

This text has shadow with #948ABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948ABD.

Preview

Color preview on black background

This text has color #948ABD on black background.


Color preview on white background

This text has color #948ABD on white background.


Black color preview on #948ABD background

This text has black color on #948ABD background.


White color preview on #948ABD background

This text has white color on #948ABD background.


Related colors

Complementary color

Complementary color for #hex is #6B7542.


I love getcolorcode.com

Triadic colors

1 #BD948A and #8ABD94 with #948ABD are triadic colors.

2 #BD8A94 and #8A94BD with #948ABD are triadic colors.