COLOR #9788B0

HEX: #9788B0 RGB: (151,136,176)

Color info

#9788B0 contains red, green and blue colors in about the same proportion. Web safe color of #9788B0 is #999999 (or #999).

RGB color model

#9788B0 color RGB value is (151,136,176).

RGB: (151,136,176) (59%, 53%, 69%)

RGB channels and saturation

R 151 of 255 = 59%
G 136 of 255 = 53%
B 176 of 255 = 69%

151
136
176

R + G + B ~ 60%. #9788B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 136 + 176 = 463 (100%)
R 151 of 463 ~ 32.61%
G 136 of 463 ~ 29.37%
B 176 of 463 ~ 38.01'%

%32.61
%29.37
%38.01

CMYK color model

#9788B0 color CMYK value is (14,23,0,31).

  • cyan value is 14.20%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 30.98%

CMYK: (14,23,0,31)
C14M23Y0K31 (14%, 23%, 0%, 31%)
(0.14 / 0.23 / 0.00 / 0.31)

CMYK percentages

%14.2
%22.73
%0
%30.98

Codes

Color #9788B0 in popluar color models

97 88 B0
RGB 151 136 176
HSL 263° 20.20% 61.18%
HSB/HSV 263° 22.73% 69.02%
CMYK 14.20% 22.73% 0.00%
30.98%

Color #9788B0 in popluar number systems.

HEX 97 88 B0
Decimal 151 136 176
Binary 10010111 10001000 10110000
Octal 227 210 260

Shades and tints

Shades of #9788B0

#9788B0
(151,136,176)
#8A7CA0
(138,124,160)
#7D7090
(125,112,144)
#706480
(112,100,128)
#635870
(99,88,112)
#564C60
(86,76,96)
#494050
(73,64,80)
#3C3440
(60,52,64)
#2F2830
(47,40,48)
#221C20
(34,28,32)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #9788B0

#9788B0
(151,136,176)
#A092B7
(160,146,183)
#A99CBE
(169,156,190)
#B2A6C5
(178,166,197)
#BBB0CC
(187,176,204)
#C4BAD3
(196,186,211)
#CDC4DA
(205,196,218)
#D6CEE1
(214,206,225)
#DFD8E8
(223,216,232)
#E8E2EF
(232,226,239)
#F1ECF6
(241,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9788B0 color. Also use rgb(151,136,176) instead hex code.

Text Font Color

.myTextColor { color: #9788B0; }

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

This text font color is #9788B0.

Background Color

.myBgColor { background-color: #9788B0; }

<div style="background-color:#9788B0">Inner text</div>

This div background color is #9788B0.

Border color

.myBorderColor { border: 1px solid #9788B0; }

<div style="border:3px solid #9788B0">Div</div>

This div border color is #9788B0.

Opacity

.myOpacity80 { color: #9788B0; opacity: 0.8; }

<p style="color:#9788B0;opacity:0.8;">80%</p>

Text with #9788B0 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 #9788B0;}

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

This text has shadow with #9788B0 color.


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

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

This text has shadow with #9788B0 primary color and red secondary color.


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

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

This text has shadow with #9788B0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9788B0.

Preview

Color preview on black background

This text has color #9788B0 on black background.


Color preview on white background

This text has color #9788B0 on white background.


Black color preview on #9788B0 background

This text has black color on #9788B0 background.


White color preview on #9788B0 background

This text has white color on #9788B0 background.


Related colors

Complementary color

Complementary color for #hex is #68774F.


I love getcolorcode.com

Triadic colors

1 #B09788 and #88B097 with #9788B0 are triadic colors.

2 #B08897 and #8897B0 with #9788B0 are triadic colors.