COLOR #878AE3

HEX: #878AE3
RGB: (135,138,227)

Color info

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

RGB color model

#878AE3 color RGB value is (135,138,227).

  • red value is 135;
  • green value is 138;
  • blue value is 227.
RGB:
(135,138,227)
(53%,54%,89%)

RGB channels and saturation

R 135 of 255 = 53%
G 138 of 255 = 54%
B 227 of 255 = 89%

135
138
227

R + G + B ~ 65%. #878AE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 138 + 227 = 500 (100%)
R 135 of 500 ~ 27%
G 138 of 500 ~ 27.6%
B 227 of 500 ~ 45.4%

%27
%27.6
%45.4

CMYK color model

#878AE3 color CMYK value is (41,39,0,11).

  • cyan value is 40.53%
  • magenta value is 39.21%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(41,39,0,11)
C41M39Y0K11 
(41%,39%,0%,11%)
(0.41/0.39/0.00/0.11)	

CMYK percentages

%40.53
%39.21
%0
%10.98

Codes

Color #878AE3 in popluar color models

878AE3
RGB135138227
HSL238°62.16%70.98%
HSB/HSV238°40.53%89.02%
CMYK40.53%39.21%0.00%
10.98%

Color #878AE3 in popluar number systems.

HEX878AE3
Decimal135138227
Binary100001111000101011100011
Octal207212343

Shades and tints

Shades of #878AE3

#878AE3
(135,138,227)
#7B7ECF
(123,126,207)
#6F72BB
(111,114,187)
#6366A7
(99,102,167)
#575A93
(87,90,147)
#4B4E7F
(75,78,127)
#3F426B
(63,66,107)
#333657
(51,54,87)
#272A43
(39,42,67)
#1B1E2F
(27,30,47)
#0F121B
(15,18,27)
#000000
(0,0,0)

Tints of #878AE3

#878AE3
(135,138,227)
#9194E5
(145,148,229)
#9B9EE7
(155,158,231)
#A5A8E9
(165,168,233)
#AFB2EB
(175,178,235)
#B9BCED
(185,188,237)
#C3C6EF
(195,198,239)
#CDD0F1
(205,208,241)
#D7DAF3
(215,218,243)
#E1E4F5
(225,228,245)
#EBEEF7
(235,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #878AE3 color. Also use rgb(135,138,227) instead hex code.

Text Font Color

.myTextColor { color: #878AE3; }

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

This text font color is #878AE3.


Background Color

.myBgColor { background-color: #878AE3; }

<div style="background-color:#878AE3">Inner text</div>

This div background color is #878AE3.


Border color

.myBorderColor { border: 1px solid #878AE3; }

<div style="border:3px solid #878AE3">Div</div>

This div border color is #878AE3.


Opacity

.myOpacity80 { color: #878AE3; opacity: 0.8; }

<p style="color:#878AE3;opacity:0.8;">80%</p>

Text with #878AE3 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 #878AE3;}

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

This text has shadow with #878AE3 color.

.textShadow {text-shadow: 3px 3px 1px #878AE3, 3px 3px 1px red;}

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

This text has shadow with #878AE3 primary color and red secondary color.


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

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

This text has shadow with #878AE3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #878AE3 on black background.


Color preview on white background

This text has color #878AE3 on white background.



Black color preview on #878AE3 background

This text has black color on #878AE3 background.


White color preview on #878AE3 background

This text has white color on #878AE3 background.