COLOR #947DC8

HEX: #947DC8
RGB: (148,125,200)

Color info

#947DC8 contains mainly red and blue colors. Web safe color of #947DC8 is #9966CC (or #96C).

RGB color model

#947DC8 color RGB value is (148,125,200).

  • red value is 148;
  • green value is 125;
  • blue value is 200.
RGB:
(148,125,200)
(58%,49%,78%)

RGB channels and saturation

R 148 of 255 = 58%
G 125 of 255 = 49%
B 200 of 255 = 78%

148
125
200

R + G + B ~ 62%. #947DC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 125 + 200 = 473 (100%)
R 148 of 473 ~ 31.29%
G 125 of 473 ~ 26.43%
B 200 of 473 ~ 42.28%

%31.29
%26.43
%42.28

CMYK color model

#947DC8 color CMYK value is (26,38,0,22).

  • cyan value is 26.00%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(26,38,0,22)
C26M38Y0K22 
(26%,38%,0%,22%)
(0.26/0.38/0.00/0.22)	

CMYK percentages

%26
%37.5
%0
%21.57

Codes

Color #947DC8 in popluar color models

947DC8
RGB148125200
HSL258°40.54%63.73%
HSB/HSV258°37.50%78.43%
CMYK26.00%37.50%0.00%
21.57%

Color #947DC8 in popluar number systems.

HEX947DC8
Decimal148125200
Binary10010100111110111001000
Octal224175310

Shades and tints

Shades of #947DC8

#947DC8
(148,125,200)
#8772B6
(135,114,182)
#7A67A4
(122,103,164)
#6D5C92
(109,92,146)
#605180
(96,81,128)
#53466E
(83,70,110)
#463B5C
(70,59,92)
#39304A
(57,48,74)
#2C2538
(44,37,56)
#1F1A26
(31,26,38)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #947DC8

#947DC8
(148,125,200)
#9D88CD
(157,136,205)
#A693D2
(166,147,210)
#AF9ED7
(175,158,215)
#B8A9DC
(184,169,220)
#C1B4E1
(193,180,225)
#CABFE6
(202,191,230)
#D3CAEB
(211,202,235)
#DCD5F0
(220,213,240)
#E5E0F5
(229,224,245)
#EEEBFA
(238,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947DC8 color. Also use rgb(148,125,200) instead hex code.

Text Font Color

.myTextColor { color: #947DC8; }

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

This text font color is #947DC8.


Background Color

.myBgColor { background-color: #947DC8; }

<div style="background-color:#947DC8">Inner text</div>

This div background color is #947DC8.


Border color

.myBorderColor { border: 1px solid #947DC8; }

<div style="border:3px solid #947DC8">Div</div>

This div border color is #947DC8.


Opacity

.myOpacity80 { color: #947DC8; opacity: 0.8; }

<p style="color:#947DC8;opacity:0.8;">80%</p>

Text with #947DC8 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 #947DC8;}

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

This text has shadow with #947DC8 color.

.textShadow {text-shadow: 3px 3px 1px #947DC8, 3px 3px 1px red;}

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

This text has shadow with #947DC8 primary color and red secondary color.


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

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

This text has shadow with #947DC8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947DC8 on black background.


Color preview on white background

This text has color #947DC8 on white background.



Black color preview on #947DC8 background

This text has black color on #947DC8 background.


White color preview on #947DC8 background

This text has white color on #947DC8 background.