COLOR #978AC5

HEX: #978AC5 RGB: (151,138,197)

Color info

#978AC5 contains red, green and blue colors in about the same proportion. Web safe color of #978AC5 is #9999CC (or #99C).

RGB color model

#978AC5 color RGB value is (151,138,197).

RGB: (151,138,197) (59%, 54%, 77%)

RGB channels and saturation

R 151 of 255 = 59%
G 138 of 255 = 54%
B 197 of 255 = 77%

151
138
197

R + G + B ~ 63%. #978AC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 151 + 138 + 197 = 486 (100%)
R 151 of 486 ~ 31.07%
G 138 of 486 ~ 28.4%
B 197 of 486 ~ 40.53'%

%31.07
%28.4
%40.53

CMYK color model

#978AC5 color CMYK value is (23,30,0,23).

  • cyan value is 23.35%
  • magenta value is 29.95%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (23,30,0,23)
C23M30Y0K23 (23%, 30%, 0%, 23%)
(0.23 / 0.30 / 0.00 / 0.23)

CMYK percentages

%23.35
%29.95
%0
%22.75

Codes

Color #978AC5 in popluar color models

97 8A C5
RGB 151 138 197
HSL 253° 33.71% 65.69%
HSB/HSV 253° 29.95% 77.25%
CMYK 23.35% 29.95% 0.00%
22.75%

Color #978AC5 in popluar number systems.

HEX 97 8A C5
Decimal 151 138 197
Binary 10010111 10001010 11000101
Octal 227 212 305

Shades and tints

Shades of #978AC5

#978AC5
(151,138,197)
#8A7EB4
(138,126,180)
#7D72A3
(125,114,163)
#706692
(112,102,146)
#635A81
(99,90,129)
#564E70
(86,78,112)
#49425F
(73,66,95)
#3C364E
(60,54,78)
#2F2A3D
(47,42,61)
#221E2C
(34,30,44)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #978AC5

#978AC5
(151,138,197)
#A094CA
(160,148,202)
#A99ECF
(169,158,207)
#B2A8D4
(178,168,212)
#BBB2D9
(187,178,217)
#C4BCDE
(196,188,222)
#CDC6E3
(205,198,227)
#D6D0E8
(214,208,232)
#DFDAED
(223,218,237)
#E8E4F2
(232,228,242)
#F1EEF7
(241,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #978AC5 color. Also use rgb(151,138,197) instead hex code.

Text Font Color

.myTextColor { color: #978AC5; }

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

This text font color is #978AC5.

Background Color

.myBgColor { background-color: #978AC5; }

<div style="background-color:#978AC5">Inner text</div>

This div background color is #978AC5.

Border color

.myBorderColor { border: 1px solid #978AC5; }

<div style="border:3px solid #978AC5">Div</div>

This div border color is #978AC5.

Opacity

.myOpacity80 { color: #978AC5; opacity: 0.8; }

<p style="color:#978AC5;opacity:0.8;">80%</p>

Text with #978AC5 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 #978AC5;}

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

This text has shadow with #978AC5 color.


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

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

This text has shadow with #978AC5 primary color and red secondary color.


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

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

This text has shadow with #978AC5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #978AC5.

Preview

Color preview on black background

This text has color #978AC5 on black background.


Color preview on white background

This text has color #978AC5 on white background.


Black color preview on #978AC5 background

This text has black color on #978AC5 background.


White color preview on #978AC5 background

This text has white color on #978AC5 background.


Related colors

Complementary color

Complementary color for #hex is #68753A.


I love getcolorcode.com

Triadic colors

1 #C5978A and #8AC597 with #978AC5 are triadic colors.

2 #C58A97 and #8A97C5 with #978AC5 are triadic colors.