COLOR #9C88BB

HEX: #9C88BB RGB: (156,136,187)

Color info

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

RGB color model

#9C88BB color RGB value is (156,136,187).

RGB: (156,136,187) (61%, 53%, 73%)

RGB channels and saturation

R 156 of 255 = 61%
G 136 of 255 = 53%
B 187 of 255 = 73%

156
136
187

R + G + B ~ 62%. #9C88BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 136 + 187 = 479 (100%)
R 156 of 479 ~ 32.57%
G 136 of 479 ~ 28.39%
B 187 of 479 ~ 39.04'%

%32.57
%28.39
%39.04

CMYK color model

#9C88BB color CMYK value is (17,27,0,27).

  • cyan value is 16.58%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (17,27,0,27)
C17M27Y0K27 (17%, 27%, 0%, 27%)
(0.17 / 0.27 / 0.00 / 0.27)

CMYK percentages

%16.58
%27.27
%0
%26.67

Codes

Color #9C88BB in popluar color models

9C 88 BB
RGB 156 136 187
HSL 264° 27.27% 63.33%
HSB/HSV 264° 27.27% 73.33%
CMYK 16.58% 27.27% 0.00%
26.67%

Color #9C88BB in popluar number systems.

HEX 9C 88 BB
Decimal 156 136 187
Binary 10011100 10001000 10111011
Octal 234 210 273

Shades and tints

Shades of #9C88BB

#9C88BB
(156,136,187)
#8E7CAA
(142,124,170)
#807099
(128,112,153)
#726488
(114,100,136)
#645877
(100,88,119)
#564C66
(86,76,102)
#484055
(72,64,85)
#3A3444
(58,52,68)
#2C2833
(44,40,51)
#1E1C22
(30,28,34)
#101011
(16,16,17)
#000000
(0,0,0)

Tints of #9C88BB

#9C88BB
(156,136,187)
#A592C1
(165,146,193)
#AE9CC7
(174,156,199)
#B7A6CD
(183,166,205)
#C0B0D3
(192,176,211)
#C9BAD9
(201,186,217)
#D2C4DF
(210,196,223)
#DBCEE5
(219,206,229)
#E4D8EB
(228,216,235)
#EDE2F1
(237,226,241)
#F6ECF7
(246,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C88BB color. Also use rgb(156,136,187) instead hex code.

Text Font Color

.myTextColor { color: #9C88BB; }

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

This text font color is #9C88BB.

Background Color

.myBgColor { background-color: #9C88BB; }

<div style="background-color:#9C88BB">Inner text</div>

This div background color is #9C88BB.

Border color

.myBorderColor { border: 1px solid #9C88BB; }

<div style="border:3px solid #9C88BB">Div</div>

This div border color is #9C88BB.

Opacity

.myOpacity80 { color: #9C88BB; opacity: 0.8; }

<p style="color:#9C88BB;opacity:0.8;">80%</p>

Text with #9C88BB 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 #9C88BB;}

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

This text has shadow with #9C88BB color.


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

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

This text has shadow with #9C88BB primary color and red secondary color.


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

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

This text has shadow with #9C88BB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9C88BB.

Preview

Color preview on black background

This text has color #9C88BB on black background.


Color preview on white background

This text has color #9C88BB on white background.


Black color preview on #9C88BB background

This text has black color on #9C88BB background.


White color preview on #9C88BB background

This text has white color on #9C88BB background.


Related colors

Complementary color

Complementary color for #hex is #637744.


I love getcolorcode.com

Triadic colors

1 #BB9C88 and #88BB9C with #9C88BB are triadic colors.

2 #BB889C and #889CBB with #9C88BB are triadic colors.