COLOR #948FCC

HEX: #948FCC RGB: (148,143,204)

Color info

#948FCC contains mainly red and blue colors. Web safe color of #948FCC is #9999CC (or #99C).

RGB color model

#948FCC color RGB value is (148,143,204).

RGB: (148,143,204) (58%, 56%, 80%)

RGB channels and saturation

R 148 of 255 = 58%
G 143 of 255 = 56%
B 204 of 255 = 80%

148
143
204

R + G + B ~ 65%. #948FCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 143 + 204 = 495 (100%)
R 148 of 495 ~ 29.9%
G 143 of 495 ~ 28.89%
B 204 of 495 ~ 41.21'%

%29.9
%28.89
%41.21

CMYK color model

#948FCC color CMYK value is (27,30,0,20).

  • cyan value is 27.45%
  • magenta value is 29.90%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (27,30,0,20)
C27M30Y0K20 (27%, 30%, 0%, 20%)
(0.27 / 0.30 / 0.00 / 0.20)

CMYK percentages

%27.45
%29.9
%0
%20

Codes

Color #948FCC in popluar color models

94 8F CC
RGB 148 143 204
HSL 245° 37.42% 68.04%
HSB/HSV 245° 29.90% 80.00%
CMYK 27.45% 29.90% 0.00%
20.00%

Color #948FCC in popluar number systems.

HEX 94 8F CC
Decimal 148 143 204
Binary 10010100 10001111 11001100
Octal 224 217 314

Shades and tints

Shades of #948FCC

#948FCC
(148,143,204)
#8782BA
(135,130,186)
#7A75A8
(122,117,168)
#6D6896
(109,104,150)
#605B84
(96,91,132)
#534E72
(83,78,114)
#464160
(70,65,96)
#39344E
(57,52,78)
#2C273C
(44,39,60)
#1F1A2A
(31,26,42)
#120D18
(18,13,24)
#000000
(0,0,0)

Tints of #948FCC

#948FCC
(148,143,204)
#9D99D0
(157,153,208)
#A6A3D4
(166,163,212)
#AFADD8
(175,173,216)
#B8B7DC
(184,183,220)
#C1C1E0
(193,193,224)
#CACBE4
(202,203,228)
#D3D5E8
(211,213,232)
#DCDFEC
(220,223,236)
#E5E9F0
(229,233,240)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #948FCC color. Also use rgb(148,143,204) instead hex code.

Text Font Color

.myTextColor { color: #948FCC; }

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

This text font color is #948FCC.

Background Color

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

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

This div background color is #948FCC.

Border color

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

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

This div border color is #948FCC.

Opacity

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

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

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

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

This text has shadow with #948FCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #948FCC.

Preview

Color preview on black background

This text has color #948FCC on black background.


Color preview on white background

This text has color #948FCC on white background.


Black color preview on #948FCC background

This text has black color on #948FCC background.


White color preview on #948FCC background

This text has white color on #948FCC background.


Related colors

Complementary color

Complementary color for #hex is #6B7033.


I love getcolorcode.com

Triadic colors

1 #CC948F and #8FCC94 with #948FCC are triadic colors.

2 #CC8F94 and #8F94CC with #948FCC are triadic colors.