COLOR #947CA5

HEX: #947CA5 RGB: (148,124,165)

Color info

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

RGB color model

#947CA5 color RGB value is (148,124,165).

RGB: (148,124,165) (58%, 49%, 65%)

RGB channels and saturation

R 148 of 255 = 58%
G 124 of 255 = 49%
B 165 of 255 = 65%

148
124
165

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

Portions of RGB colors in percentages

R + G + B = 148 + 124 + 165 = 437 (100%)
R 148 of 437 ~ 33.87%
G 124 of 437 ~ 28.38%
B 165 of 437 ~ 37.76'%

%33.87
%28.38
%37.76

CMYK color model

#947CA5 color CMYK value is (10,25,0,35).

  • cyan value is 10.30%
  • magenta value is 24.85%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (10,25,0,35)
C10M25Y0K35 (10%, 25%, 0%, 35%)
(0.10 / 0.25 / 0.00 / 0.35)

CMYK percentages

%10.3
%24.85
%0
%35.29

Codes

Color #947CA5 in popluar color models

94 7C A5
RGB 148 124 165
HSL 275° 18.55% 56.67%
HSB/HSV 275° 24.85% 64.71%
CMYK 10.30% 24.85% 0.00%
35.29%

Color #947CA5 in popluar number systems.

HEX 94 7C A5
Decimal 148 124 165
Binary 10010100 1111100 10100101
Octal 224 174 245

Shades and tints

Shades of #947CA5

#947CA5
(148,124,165)
#877196
(135,113,150)
#7A6687
(122,102,135)
#6D5B78
(109,91,120)
#605069
(96,80,105)
#53455A
(83,69,90)
#463A4B
(70,58,75)
#392F3C
(57,47,60)
#2C242D
(44,36,45)
#1F191E
(31,25,30)
#120E0F
(18,14,15)
#000000
(0,0,0)

Tints of #947CA5

#947CA5
(148,124,165)
#9D87AD
(157,135,173)
#A692B5
(166,146,181)
#AF9DBD
(175,157,189)
#B8A8C5
(184,168,197)
#C1B3CD
(193,179,205)
#CABED5
(202,190,213)
#D3C9DD
(211,201,221)
#DCD4E5
(220,212,229)
#E5DFED
(229,223,237)
#EEEAF5
(238,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #947CA5; }

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

This text font color is #947CA5.

Background Color

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

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

This div background color is #947CA5.

Border color

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

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

This div border color is #947CA5.

Opacity

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

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

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

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

This text has shadow with #947CA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #947CA5.

Preview

Color preview on black background

This text has color #947CA5 on black background.


Color preview on white background

This text has color #947CA5 on white background.


Black color preview on #947CA5 background

This text has black color on #947CA5 background.


White color preview on #947CA5 background

This text has white color on #947CA5 background.


Related colors

Complementary color

Complementary color for #hex is #6B835A.


I love getcolorcode.com

Triadic colors

1 #A5947C and #7CA594 with #947CA5 are triadic colors.

2 #A57C94 and #7C94A5 with #947CA5 are triadic colors.