COLOR #9887DA

HEX: #9887DA RGB: (152,135,218)

Color info

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

RGB color model

#9887DA color RGB value is (152,135,218).

RGB: (152,135,218) (60%, 53%, 85%)

RGB channels and saturation

R 152 of 255 = 60%
G 135 of 255 = 53%
B 218 of 255 = 85%

152
135
218

R + G + B ~ 66%. #9887DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 135 + 218 = 505 (100%)
R 152 of 505 ~ 30.1%
G 135 of 505 ~ 26.73%
B 218 of 505 ~ 43.17'%

%30.1
%26.73
%43.17

CMYK color model

#9887DA color CMYK value is (30,38,0,15).

  • cyan value is 30.28%
  • magenta value is 38.07%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (30,38,0,15)
C30M38Y0K15 (30%, 38%, 0%, 15%)
(0.30 / 0.38 / 0.00 / 0.15)

CMYK percentages

%30.28
%38.07
%0
%14.51

Codes

Color #9887DA in popluar color models

98 87 DA
RGB 152 135 218
HSL 252° 52.87% 69.22%
HSB/HSV 252° 38.07% 85.49%
CMYK 30.28% 38.07% 0.00%
14.51%

Color #9887DA in popluar number systems.

HEX 98 87 DA
Decimal 152 135 218
Binary 10011000 10000111 11011010
Octal 230 207 332

Shades and tints

Shades of #9887DA

#9887DA
(152,135,218)
#8B7BC7
(139,123,199)
#7E6FB4
(126,111,180)
#7163A1
(113,99,161)
#64578E
(100,87,142)
#574B7B
(87,75,123)
#4A3F68
(74,63,104)
#3D3355
(61,51,85)
#302742
(48,39,66)
#231B2F
(35,27,47)
#160F1C
(22,15,28)
#000000
(0,0,0)

Tints of #9887DA

#9887DA
(152,135,218)
#A191DD
(161,145,221)
#AA9BE0
(170,155,224)
#B3A5E3
(179,165,227)
#BCAFE6
(188,175,230)
#C5B9E9
(197,185,233)
#CEC3EC
(206,195,236)
#D7CDEF
(215,205,239)
#E0D7F2
(224,215,242)
#E9E1F5
(233,225,245)
#F2EBF8
(242,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9887DA color. Also use rgb(152,135,218) instead hex code.

Text Font Color

.myTextColor { color: #9887DA; }

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

This text font color is #9887DA.

Background Color

.myBgColor { background-color: #9887DA; }

<div style="background-color:#9887DA">Inner text</div>

This div background color is #9887DA.

Border color

.myBorderColor { border: 1px solid #9887DA; }

<div style="border:3px solid #9887DA">Div</div>

This div border color is #9887DA.

Opacity

.myOpacity80 { color: #9887DA; opacity: 0.8; }

<p style="color:#9887DA;opacity:0.8;">80%</p>

Text with #9887DA 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 #9887DA;}

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

This text has shadow with #9887DA color.


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

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

This text has shadow with #9887DA primary color and red secondary color.


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

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

This text has shadow with #9887DA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9887DA.

Preview

Color preview on black background

This text has color #9887DA on black background.


Color preview on white background

This text has color #9887DA on white background.


Black color preview on #9887DA background

This text has black color on #9887DA background.


White color preview on #9887DA background

This text has white color on #9887DA background.


Related colors

Complementary color

Complementary color for #hex is #677825.


I love getcolorcode.com

Triadic colors

1 #DA9887 and #87DA98 with #9887DA are triadic colors.

2 #DA8798 and #8798DA with #9887DA are triadic colors.