COLOR #9883C7

HEX: #9883C7 RGB: (152,131,199)

Color info

#9883C7 contains mainly red and blue colors. Web safe color of #9883C7 is #9999CC (or #99C).

RGB color model

#9883C7 color RGB value is (152,131,199).

RGB: (152,131,199) (60%, 51%, 78%)

RGB channels and saturation

R 152 of 255 = 60%
G 131 of 255 = 51%
B 199 of 255 = 78%

152
131
199

R + G + B ~ 63%. #9883C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 131 + 199 = 482 (100%)
R 152 of 482 ~ 31.54%
G 131 of 482 ~ 27.18%
B 199 of 482 ~ 41.29'%

%31.54
%27.18
%41.29

CMYK color model

#9883C7 color CMYK value is (24,34,0,22).

  • cyan value is 23.62%
  • magenta value is 34.17%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (24,34,0,22)
C24M34Y0K22 (24%, 34%, 0%, 22%)
(0.24 / 0.34 / 0.00 / 0.22)

CMYK percentages

%23.62
%34.17
%0
%21.96

Codes

Color #9883C7 in popluar color models

98 83 C7
RGB 152 131 199
HSL 259° 37.78% 64.71%
HSB/HSV 259° 34.17% 78.04%
CMYK 23.62% 34.17% 0.00%
21.96%

Color #9883C7 in popluar number systems.

HEX 98 83 C7
Decimal 152 131 199
Binary 10011000 10000011 11000111
Octal 230 203 307

Shades and tints

Shades of #9883C7

#9883C7
(152,131,199)
#8B78B5
(139,120,181)
#7E6DA3
(126,109,163)
#716291
(113,98,145)
#64577F
(100,87,127)
#574C6D
(87,76,109)
#4A415B
(74,65,91)
#3D3649
(61,54,73)
#302B37
(48,43,55)
#232025
(35,32,37)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #9883C7

#9883C7
(152,131,199)
#A18ECC
(161,142,204)
#AA99D1
(170,153,209)
#B3A4D6
(179,164,214)
#BCAFDB
(188,175,219)
#C5BAE0
(197,186,224)
#CEC5E5
(206,197,229)
#D7D0EA
(215,208,234)
#E0DBEF
(224,219,239)
#E9E6F4
(233,230,244)
#F2F1F9
(242,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9883C7 color. Also use rgb(152,131,199) instead hex code.

Text Font Color

.myTextColor { color: #9883C7; }

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

This text font color is #9883C7.

Background Color

.myBgColor { background-color: #9883C7; }

<div style="background-color:#9883C7">Inner text</div>

This div background color is #9883C7.

Border color

.myBorderColor { border: 1px solid #9883C7; }

<div style="border:3px solid #9883C7">Div</div>

This div border color is #9883C7.

Opacity

.myOpacity80 { color: #9883C7; opacity: 0.8; }

<p style="color:#9883C7;opacity:0.8;">80%</p>

Text with #9883C7 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 #9883C7;}

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

This text has shadow with #9883C7 color.


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

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

This text has shadow with #9883C7 primary color and red secondary color.


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

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

This text has shadow with #9883C7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9883C7.

Preview

Color preview on black background

This text has color #9883C7 on black background.


Color preview on white background

This text has color #9883C7 on white background.


Black color preview on #9883C7 background

This text has black color on #9883C7 background.


White color preview on #9883C7 background

This text has white color on #9883C7 background.


Related colors

Complementary color

Complementary color for #hex is #677C38.


I love getcolorcode.com

Triadic colors

1 #C79883 and #83C798 with #9883C7 are triadic colors.

2 #C78398 and #8398C7 with #9883C7 are triadic colors.