COLOR #947CA4

HEX: #947CA4 RGB: (148,124,164)

Color info

#947CA4 contains red, green and blue colors in about the same proportion. Web safe color of #947CA4 is #996699 (or #969).

RGB color model

#947CA4 color RGB value is (148,124,164).

RGB: (148,124,164) (58%, 49%, 64%)

RGB channels and saturation

R 148 of 255 = 58%
G 124 of 255 = 49%
B 164 of 255 = 64%

148
124
164

R + G + B ~ 57%. #947CA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 148 + 124 + 164 = 436 (100%)
R 148 of 436 ~ 33.94%
G 124 of 436 ~ 28.44%
B 164 of 436 ~ 37.61'%

%33.94
%28.44
%37.61

CMYK color model

#947CA4 color CMYK value is (10,24,0,36).

  • cyan value is 9.76%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (10,24,0,36)
C10M24Y0K36 (10%, 24%, 0%, 36%)
(0.10 / 0.24 / 0.00 / 0.36)

CMYK percentages

%9.76
%24.39
%0
%35.69

Codes

Color #947CA4 in popluar color models

94 7C A4
RGB 148 124 164
HSL 276° 18.02% 56.47%
HSB/HSV 276° 24.39% 64.31%
CMYK 9.76% 24.39% 0.00%
35.69%

Color #947CA4 in popluar number systems.

HEX 94 7C A4
Decimal 148 124 164
Binary 10010100 1111100 10100100
Octal 224 174 244

Shades and tints

Shades of #947CA4

#947CA4
(148,124,164)
#877196
(135,113,150)
#7A6688
(122,102,136)
#6D5B7A
(109,91,122)
#60506C
(96,80,108)
#53455E
(83,69,94)
#463A50
(70,58,80)
#392F42
(57,47,66)
#2C2434
(44,36,52)
#1F1926
(31,25,38)
#120E18
(18,14,24)
#000000
(0,0,0)

Tints of #947CA4

#947CA4
(148,124,164)
#9D87AC
(157,135,172)
#A692B4
(166,146,180)
#AF9DBC
(175,157,188)
#B8A8C4
(184,168,196)
#C1B3CC
(193,179,204)
#CABED4
(202,190,212)
#D3C9DC
(211,201,220)
#DCD4E4
(220,212,228)
#E5DFEC
(229,223,236)
#EEEAF4
(238,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #947CA4 color. Also use rgb(148,124,164) instead hex code.

Text Font Color

.myTextColor { color: #947CA4; }

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

This text font color is #947CA4.

Background Color

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

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

This div background color is #947CA4.

Border color

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

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

This div border color is #947CA4.

Opacity

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

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

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

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

This text has shadow with #947CA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #947CA4.

Preview

Color preview on black background

This text has color #947CA4 on black background.


Color preview on white background

This text has color #947CA4 on white background.


Black color preview on #947CA4 background

This text has black color on #947CA4 background.


White color preview on #947CA4 background

This text has white color on #947CA4 background.


Related colors

Complementary color

Complementary color for #hex is #6B835B.


I love getcolorcode.com

Triadic colors

1 #A4947C and #7CA494 with #947CA4 are triadic colors.

2 #A47C94 and #7C94A4 with #947CA4 are triadic colors.