COLOR #948CAE

HEX: #948CAE
RGB: (148,140,174)

Color info

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

RGB color model

#948CAE color RGB value is (148,140,174).

  • red value is 148;
  • green value is 140;
  • blue value is 174.
RGB:
(148,140,174)
(58%,55%,68%)

RGB channels and saturation

R 148 of 255 = 58%
G 140 of 255 = 55%
B 174 of 255 = 68%

148
140
174

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

Portions of RGB colors in percentages

R + G + B =
148 + 140 + 174 = 462 (100%)
R 148 of 462 ~ 32.03%
G 140 of 462 ~ 30.3%
B 174 of 462 ~ 37.66%

%32.03
%30.3
%37.66

CMYK color model

#948CAE color CMYK value is (15,20,0,32).

  • cyan value is 14.94%
  • magenta value is 19.54%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(15,20,0,32)
C15M20Y0K32 
(15%,20%,0%,32%)
(0.15/0.20/0.00/0.32)	

CMYK percentages

%14.94
%19.54
%0
%31.76

Codes

Color #948CAE in popluar color models

948CAE
RGB148140174
HSL254°17.35%61.57%
HSB/HSV254°19.54%68.24%
CMYK14.94%19.54%0.00%
31.76%

Color #948CAE in popluar number systems.

HEX948CAE
Decimal148140174
Binary100101001000110010101110
Octal224214256

Shades and tints

Shades of #948CAE

#948CAE
(148,140,174)
#87809F
(135,128,159)
#7A7490
(122,116,144)
#6D6881
(109,104,129)
#605C72
(96,92,114)
#535063
(83,80,99)
#464454
(70,68,84)
#393845
(57,56,69)
#2C2C36
(44,44,54)
#1F2027
(31,32,39)
#121418
(18,20,24)
#000000
(0,0,0)

Tints of #948CAE

#948CAE
(148,140,174)
#9D96B5
(157,150,181)
#A6A0BC
(166,160,188)
#AFAAC3
(175,170,195)
#B8B4CA
(184,180,202)
#C1BED1
(193,190,209)
#CAC8D8
(202,200,216)
#D3D2DF
(211,210,223)
#DCDCE6
(220,220,230)
#E5E6ED
(229,230,237)
#EEF0F4
(238,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948CAE color. Also use rgb(148,140,174) instead hex code.

Text Font Color

.myTextColor { color: #948CAE; }

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

This text font color is #948CAE.


Background Color

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

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

This div background color is #948CAE.


Border color

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

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

This div border color is #948CAE.


Opacity

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

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

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

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

This text has shadow with #948CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #948CAE on black background.


Color preview on white background

This text has color #948CAE on white background.



Black color preview on #948CAE background

This text has black color on #948CAE background.


White color preview on #948CAE background

This text has white color on #948CAE background.