COLOR #947DD5

HEX: #947DD5
RGB: (148,125,213)

Color info

#947DD5 contains mainly blue color. Web safe color of #947DD5 is #9966CC (or #96C).

RGB color model

#947DD5 color RGB value is (148,125,213).

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

RGB channels and saturation

R 148 of 255 = 58%
G 125 of 255 = 49%
B 213 of 255 = 84%

148
125
213

R + G + B ~ 64%. #947DD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
148 + 125 + 213 = 486 (100%)
R 148 of 486 ~ 30.45%
G 125 of 486 ~ 25.72%
B 213 of 486 ~ 43.83%

%30.45
%25.72
%43.83

CMYK color model

#947DD5 color CMYK value is (31,41,0,16).

  • cyan value is 30.52%
  • magenta value is 41.31%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(31,41,0,16)
C31M41Y0K16 
(31%,41%,0%,16%)
(0.31/0.41/0.00/0.16)	

CMYK percentages

%30.52
%41.31
%0
%16.47

Codes

Color #947DD5 in popluar color models

947DD5
RGB148125213
HSL256°51.16%66.27%
HSB/HSV256°41.31%83.53%
CMYK30.52%41.31%0.00%
16.47%

Color #947DD5 in popluar number systems.

HEX947DD5
Decimal148125213
Binary10010100111110111010101
Octal224175325

Shades and tints

Shades of #947DD5

#947DD5
(148,125,213)
#8772C2
(135,114,194)
#7A67AF
(122,103,175)
#6D5C9C
(109,92,156)
#605189
(96,81,137)
#534676
(83,70,118)
#463B63
(70,59,99)
#393050
(57,48,80)
#2C253D
(44,37,61)
#1F1A2A
(31,26,42)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #947DD5

#947DD5
(148,125,213)
#9D88D8
(157,136,216)
#A693DB
(166,147,219)
#AF9EDE
(175,158,222)
#B8A9E1
(184,169,225)
#C1B4E4
(193,180,228)
#CABFE7
(202,191,231)
#D3CAEA
(211,202,234)
#DCD5ED
(220,213,237)
#E5E0F0
(229,224,240)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947DD5; }

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

This text font color is #947DD5.


Background Color

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

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

This div background color is #947DD5.


Border color

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

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

This div border color is #947DD5.


Opacity

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

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

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

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

This text has shadow with #947DD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #947DD5 on black background.


Color preview on white background

This text has color #947DD5 on white background.



Black color preview on #947DD5 background

This text has black color on #947DD5 background.


White color preview on #947DD5 background

This text has white color on #947DD5 background.