COLOR #887AD3

HEX: #887AD3 RGB: (136,122,211)

Color info

#887AD3 contains mainly blue color. Web safe color of #887AD3 is #9966CC (or #96C).

RGB color model

#887AD3 color RGB value is (136,122,211).

RGB: (136,122,211) (53%, 48%, 83%)

RGB channels and saturation

R 136 of 255 = 53%
G 122 of 255 = 48%
B 211 of 255 = 83%

136
122
211

R + G + B ~ 61%. #887AD3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 136 + 122 + 211 = 469 (100%)
R 136 of 469 ~ 29%
G 122 of 469 ~ 26.01%
B 211 of 469 ~ 44.99'%

%29
%26.01
%44.99

CMYK color model

#887AD3 color CMYK value is (36,42,0,17).

  • cyan value is 35.55%
  • magenta value is 42.18%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (36,42,0,17)
C36M42Y0K17 (36%, 42%, 0%, 17%)
(0.36 / 0.42 / 0.00 / 0.17)

CMYK percentages

%35.55
%42.18
%0
%17.25

Codes

Color #887AD3 in popluar color models

88 7A D3
RGB 136 122 211
HSL 249° 50.28% 65.29%
HSB/HSV 249° 42.18% 82.75%
CMYK 35.55% 42.18% 0.00%
17.25%

Color #887AD3 in popluar number systems.

HEX 88 7A D3
Decimal 136 122 211
Binary 10001000 1111010 11010011
Octal 210 172 323

Shades and tints

Shades of #887AD3

#887AD3
(136,122,211)
#7C6FC0
(124,111,192)
#7064AD
(112,100,173)
#64599A
(100,89,154)
#584E87
(88,78,135)
#4C4374
(76,67,116)
#403861
(64,56,97)
#342D4E
(52,45,78)
#28223B
(40,34,59)
#1C1728
(28,23,40)
#100C15
(16,12,21)
#000000
(0,0,0)

Tints of #887AD3

#887AD3
(136,122,211)
#9286D7
(146,134,215)
#9C92DB
(156,146,219)
#A69EDF
(166,158,223)
#B0AAE3
(176,170,227)
#BAB6E7
(186,182,231)
#C4C2EB
(196,194,235)
#CECEEF
(206,206,239)
#D8DAF3
(216,218,243)
#E2E6F7
(226,230,247)
#ECF2FB
(236,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887AD3 color. Also use rgb(136,122,211) instead hex code.

Text Font Color

.myTextColor { color: #887AD3; }

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

This text font color is #887AD3.

Background Color

.myBgColor { background-color: #887AD3; }

<div style="background-color:#887AD3">Inner text</div>

This div background color is #887AD3.

Border color

.myBorderColor { border: 1px solid #887AD3; }

<div style="border:3px solid #887AD3">Div</div>

This div border color is #887AD3.

Opacity

.myOpacity80 { color: #887AD3; opacity: 0.8; }

<p style="color:#887AD3;opacity:0.8;">80%</p>

Text with #887AD3 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 #887AD3;}

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

This text has shadow with #887AD3 color.


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

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

This text has shadow with #887AD3 primary color and red secondary color.


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

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

This text has shadow with #887AD3 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #887AD3.

Preview

Color preview on black background

This text has color #887AD3 on black background.


Color preview on white background

This text has color #887AD3 on white background.


Black color preview on #887AD3 background

This text has black color on #887AD3 background.


White color preview on #887AD3 background

This text has white color on #887AD3 background.


Related colors

Complementary color

Complementary color for #hex is #77852C.


I love getcolorcode.com

Triadic colors

1 #D3887A and #7AD388 with #887AD3 are triadic colors.

2 #D37A88 and #7A88D3 with #887AD3 are triadic colors.