COLOR #9C88D8

HEX: #9C88D8 RGB: (156,136,216)

Color info

#9C88D8 contains mainly blue color. Web safe color of #9C88D8 is #9999CC (or #99C).

RGB color model

#9C88D8 color RGB value is (156,136,216).

RGB: (156,136,216) (61%, 53%, 85%)

RGB channels and saturation

R 156 of 255 = 61%
G 136 of 255 = 53%
B 216 of 255 = 85%

156
136
216

R + G + B ~ 66%. #9C88D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 136 + 216 = 508 (100%)
R 156 of 508 ~ 30.71%
G 136 of 508 ~ 26.77%
B 216 of 508 ~ 42.52'%

%30.71
%26.77
%42.52

CMYK color model

#9C88D8 color CMYK value is (28,37,0,15).

  • cyan value is 27.78%
  • magenta value is 37.04%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (28,37,0,15)
C28M37Y0K15 (28%, 37%, 0%, 15%)
(0.28 / 0.37 / 0.00 / 0.15)

CMYK percentages

%27.78
%37.04
%0
%15.29

Codes

Color #9C88D8 in popluar color models

9C 88 D8
RGB 156 136 216
HSL 255° 50.63% 69.02%
HSB/HSV 255° 37.04% 84.71%
CMYK 27.78% 37.04% 0.00%
15.29%

Color #9C88D8 in popluar number systems.

HEX 9C 88 D8
Decimal 156 136 216
Binary 10011100 10001000 11011000
Octal 234 210 330

Shades and tints

Shades of #9C88D8

#9C88D8
(156,136,216)
#8E7CC5
(142,124,197)
#8070B2
(128,112,178)
#72649F
(114,100,159)
#64588C
(100,88,140)
#564C79
(86,76,121)
#484066
(72,64,102)
#3A3453
(58,52,83)
#2C2840
(44,40,64)
#1E1C2D
(30,28,45)
#10101A
(16,16,26)
#000000
(0,0,0)

Tints of #9C88D8

#9C88D8
(156,136,216)
#A592DB
(165,146,219)
#AE9CDE
(174,156,222)
#B7A6E1
(183,166,225)
#C0B0E4
(192,176,228)
#C9BAE7
(201,186,231)
#D2C4EA
(210,196,234)
#DBCEED
(219,206,237)
#E4D8F0
(228,216,240)
#EDE2F3
(237,226,243)
#F6ECF6
(246,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9C88D8; }

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

This text font color is #9C88D8.

Background Color

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

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

This div background color is #9C88D8.

Border color

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

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

This div border color is #9C88D8.

Opacity

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

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

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

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

This text has shadow with #9C88D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9C88D8.

Preview

Color preview on black background

This text has color #9C88D8 on black background.


Color preview on white background

This text has color #9C88D8 on white background.


Black color preview on #9C88D8 background

This text has black color on #9C88D8 background.


White color preview on #9C88D8 background

This text has white color on #9C88D8 background.


Related colors

Complementary color

Complementary color for #hex is #637727.


I love getcolorcode.com

Triadic colors

1 #D89C88 and #88D89C with #9C88D8 are triadic colors.

2 #D8889C and #889CD8 with #9C88D8 are triadic colors.