COLOR #948AB0

HEX: #948AB0 RGB: (148,138,176)

Color info

#948AB0 contains red, green and blue colors in about the same proportion. Web safe color of #948AB0 is #999999 (or #999).

RGB color model

#948AB0 color RGB value is (148,138,176).

RGB: (148,138,176) (58%, 54%, 69%)

RGB channels and saturation

R 148 of 255 = 58%
G 138 of 255 = 54%
B 176 of 255 = 69%

148
138
176

R + G + B ~ 60%. #948AB0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 148 + 138 + 176 = 462 (100%)
R 148 of 462 ~ 32.03%
G 138 of 462 ~ 29.87%
B 176 of 462 ~ 38.1'%

%32.03
%29.87
%38.1

CMYK color model

#948AB0 color CMYK value is (16,22,0,31).

  • cyan value is 15.91%
  • magenta value is 21.59%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (16,22,0,31)
C16M22Y0K31 (16%, 22%, 0%, 31%)
(0.16 / 0.22 / 0.00 / 0.31)

CMYK percentages

%15.91
%21.59
%0
%30.98

Codes

Color #948AB0 in popluar color models

94 8A B0
RGB 148 138 176
HSL 256° 19.39% 61.57%
HSB/HSV 256° 21.59% 69.02%
CMYK 15.91% 21.59% 0.00%
30.98%

Color #948AB0 in popluar number systems.

HEX 94 8A B0
Decimal 148 138 176
Binary 10010100 10001010 10110000
Octal 224 212 260

Shades and tints

Shades of #948AB0

#948AB0
(148,138,176)
#877EA0
(135,126,160)
#7A7290
(122,114,144)
#6D6680
(109,102,128)
#605A70
(96,90,112)
#534E60
(83,78,96)
#464250
(70,66,80)
#393640
(57,54,64)
#2C2A30
(44,42,48)
#1F1E20
(31,30,32)
#121210
(18,18,16)
#000000
(0,0,0)

Tints of #948AB0

#948AB0
(148,138,176)
#9D94B7
(157,148,183)
#A69EBE
(166,158,190)
#AFA8C5
(175,168,197)
#B8B2CC
(184,178,204)
#C1BCD3
(193,188,211)
#CAC6DA
(202,198,218)
#D3D0E1
(211,208,225)
#DCDAE8
(220,218,232)
#E5E4EF
(229,228,239)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #948AB0; }

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

This text font color is #948AB0.

Background Color

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

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

This div background color is #948AB0.

Border color

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

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

This div border color is #948AB0.

Opacity

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

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

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

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

This text has shadow with #948AB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948AB0.

Preview

Color preview on black background

This text has color #948AB0 on black background.


Color preview on white background

This text has color #948AB0 on white background.


Black color preview on #948AB0 background

This text has black color on #948AB0 background.


White color preview on #948AB0 background

This text has white color on #948AB0 background.


Related colors

Complementary color

Complementary color for #hex is #6B754F.


I love getcolorcode.com

Triadic colors

1 #B0948A and #8AB094 with #948AB0 are triadic colors.

2 #B08A94 and #8A94B0 with #948AB0 are triadic colors.