COLOR #877DC3

HEX: #877DC3
RGB: (135,125,195)

Color info

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

RGB color model

#877DC3 color RGB value is (135,125,195).

  • red value is 135;
  • green value is 125;
  • blue value is 195.
RGB:
(135,125,195)
(53%,49%,76%)

RGB channels and saturation

R 135 of 255 = 53%
G 125 of 255 = 49%
B 195 of 255 = 76%

135
125
195

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

Portions of RGB colors in percentages

R + G + B =
135 + 125 + 195 = 455 (100%)
R 135 of 455 ~ 29.67%
G 125 of 455 ~ 27.47%
B 195 of 455 ~ 42.86%

%29.67
%27.47
%42.86

CMYK color model

#877DC3 color CMYK value is (31,36,0,24).

  • cyan value is 30.77%
  • magenta value is 35.90%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(31,36,0,24)
C31M36Y0K24 
(31%,36%,0%,24%)
(0.31/0.36/0.00/0.24)	

CMYK percentages

%30.77
%35.9
%0
%23.53

Codes

Color #877DC3 in popluar color models

877DC3
RGB135125195
HSL249°36.84%62.75%
HSB/HSV249°35.90%76.47%
CMYK30.77%35.90%0.00%
23.53%

Color #877DC3 in popluar number systems.

HEX877DC3
Decimal135125195
Binary10000111111110111000011
Octal207175303

Shades and tints

Shades of #877DC3

#877DC3
(135,125,195)
#7B72B2
(123,114,178)
#6F67A1
(111,103,161)
#635C90
(99,92,144)
#57517F
(87,81,127)
#4B466E
(75,70,110)
#3F3B5D
(63,59,93)
#33304C
(51,48,76)
#27253B
(39,37,59)
#1B1A2A
(27,26,42)
#0F0F19
(15,15,25)
#000000
(0,0,0)

Tints of #877DC3

#877DC3
(135,125,195)
#9188C8
(145,136,200)
#9B93CD
(155,147,205)
#A59ED2
(165,158,210)
#AFA9D7
(175,169,215)
#B9B4DC
(185,180,220)
#C3BFE1
(195,191,225)
#CDCAE6
(205,202,230)
#D7D5EB
(215,213,235)
#E1E0F0
(225,224,240)
#EBEBF5
(235,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #877DC3 color. Also use rgb(135,125,195) instead hex code.

Text Font Color

.myTextColor { color: #877DC3; }

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

This text font color is #877DC3.


Background Color

.myBgColor { background-color: #877DC3; }

<div style="background-color:#877DC3">Inner text</div>

This div background color is #877DC3.


Border color

.myBorderColor { border: 1px solid #877DC3; }

<div style="border:3px solid #877DC3">Div</div>

This div border color is #877DC3.


Opacity

.myOpacity80 { color: #877DC3; opacity: 0.8; }

<p style="color:#877DC3;opacity:0.8;">80%</p>

Text with #877DC3 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 #877DC3;}

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

This text has shadow with #877DC3 color.

.textShadow {text-shadow: 3px 3px 1px #877DC3, 3px 3px 1px red;}

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

This text has shadow with #877DC3 primary color and red secondary color.


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

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

This text has shadow with #877DC3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #877DC3 on black background.


Color preview on white background

This text has color #877DC3 on white background.



Black color preview on #877DC3 background

This text has black color on #877DC3 background.


White color preview on #877DC3 background

This text has white color on #877DC3 background.