COLOR #9778AF

HEX: #9778AF RGB: (151,120,175)

Color info

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

RGB color model

#9778AF color RGB value is (151,120,175).

RGB: (151,120,175) (59%, 47%, 69%)

RGB channels and saturation

R 151 of 255 = 59%
G 120 of 255 = 47%
B 175 of 255 = 69%

151
120
175

R + G + B ~ 58%. #9778AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 120 + 175 = 446 (100%)
R 151 of 446 ~ 33.86%
G 120 of 446 ~ 26.91%
B 175 of 446 ~ 39.24'%

%33.86
%26.91
%39.24

CMYK color model

#9778AF color CMYK value is (14,31,0,31).

  • cyan value is 13.71%
  • magenta value is 31.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (14,31,0,31) C14M31Y0K31 (14%,31%,0%,31%) (0.14/0.31/0.00/0.31) 

CMYK percentages

%13.71
%31.43
%0
%31.37

Codes

Color #9778AF in popluar color models

97 78 AF
RGB 151 120 175
HSL 274° 25.58% 57.84%
HSB/HSV 274° 31.43% 68.63%
CMYK 13.71% 31.43% 0.00%
31.37%

Color #9778AF in popluar number systems.

HEX 97 78 AF
Decimal 151 120 175
Binary 10010111 1111000 10101111
Octal 227 170 257

Shades and tints

Shades of #9778AF

#9778AF
(151,120,175)
#8A6EA0
(138,110,160)
#7D6491
(125,100,145)
#705A82
(112,90,130)
#635073
(99,80,115)
#564664
(86,70,100)
#493C55
(73,60,85)
#3C3246
(60,50,70)
#2F2837
(47,40,55)
#221E28
(34,30,40)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #9778AF

#9778AF
(151,120,175)
#A084B6
(160,132,182)
#A990BD
(169,144,189)
#B29CC4
(178,156,196)
#BBA8CB
(187,168,203)
#C4B4D2
(196,180,210)
#CDC0D9
(205,192,217)
#D6CCE0
(214,204,224)
#DFD8E7
(223,216,231)
#E8E4EE
(232,228,238)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9778AF color. Also use rgb(151,120,175) instead hex code.

Text Font Color

.myTextColor { color: #9778AF; }

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

This text font color is #9778AF.

Background Color

.myBgColor { background-color: #9778AF; }

<div style="background-color:#9778AF">Inner text</div>

This div background color is #9778AF.

Border color

.myBorderColor { border: 1px solid #9778AF; }

<div style="border:3px solid #9778AF">Div</div>

This div border color is #9778AF.

Opacity

.myOpacity80 { color: #9778AF; opacity: 0.8; }

<p style="color:#9778AF;opacity:0.8;">80%</p>

Text with #9778AF 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 #9778AF;}

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

This text has shadow with #9778AF color.


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

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

This text has shadow with #9778AF primary color and red secondary color.


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

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

This text has shadow with #9778AF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9778AF.

Preview

Color preview on black background

This text has color #9778AF on black background.


Color preview on white background

This text has color #9778AF on white background.


Black color preview on #9778AF background

This text has black color on #9778AF background.


White color preview on #9778AF background

This text has white color on #9778AF background.


Related colors

Complementary color

Complementary color for #hex is #688750.


I love getcolorcode.com

Triadic colors

1 #AF9778 and #78AF97 with #9778AF are triadic colors.

2 #AF7897 and #7897AF with #9778AF are triadic colors.