COLOR #887AC4

HEX: #887AC4
RGB: (136,122,196)

Color info

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

RGB color model

#887AC4 color RGB value is (136,122,196).

  • red value is 136;
  • green value is 122;
  • blue value is 196.
RGB:
(136,122,196)
(53%,48%,77%)

RGB channels and saturation

R 136 of 255 = 53%
G 122 of 255 = 48%
B 196 of 255 = 77%

136
122
196

R + G + B ~ 59%. #887AC4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 122 + 196 = 454 (100%)
R 136 of 454 ~ 29.96%
G 122 of 454 ~ 26.87%
B 196 of 454 ~ 43.17%

%29.96
%26.87
%43.17

CMYK color model

#887AC4 color CMYK value is (31,38,0,23).

  • cyan value is 30.61%
  • magenta value is 37.76%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(31,38,0,23)
C31M38Y0K23 
(31%,38%,0%,23%)
(0.31/0.38/0.00/0.23)	

CMYK percentages

%30.61
%37.76
%0
%23.14

Codes

Color #887AC4 in popluar color models

887AC4
RGB136122196
HSL251°38.54%62.35%
HSB/HSV251°37.76%76.86%
CMYK30.61%37.76%0.00%
23.14%

Color #887AC4 in popluar number systems.

HEX887AC4
Decimal136122196
Binary10001000111101011000100
Octal210172304

Shades and tints

Shades of #887AC4

#887AC4
(136,122,196)
#7C6FB3
(124,111,179)
#7064A2
(112,100,162)
#645991
(100,89,145)
#584E80
(88,78,128)
#4C436F
(76,67,111)
#40385E
(64,56,94)
#342D4D
(52,45,77)
#28223C
(40,34,60)
#1C172B
(28,23,43)
#100C1A
(16,12,26)
#000000
(0,0,0)

Tints of #887AC4

#887AC4
(136,122,196)
#9286C9
(146,134,201)
#9C92CE
(156,146,206)
#A69ED3
(166,158,211)
#B0AAD8
(176,170,216)
#BAB6DD
(186,182,221)
#C4C2E2
(196,194,226)
#CECEE7
(206,206,231)
#D8DAEC
(216,218,236)
#E2E6F1
(226,230,241)
#ECF2F6
(236,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887AC4; }

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

This text font color is #887AC4.


Background Color

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

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

This div background color is #887AC4.


Border color

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

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

This div border color is #887AC4.


Opacity

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

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

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

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

This text has shadow with #887AC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887AC4 on black background.


Color preview on white background

This text has color #887AC4 on white background.



Black color preview on #887AC4 background

This text has black color on #887AC4 background.


White color preview on #887AC4 background

This text has white color on #887AC4 background.