COLOR #868DC0

HEX: #868DC0
RGB: (134,141,192)

Color info

#868DC0 contains red, green and blue colors in about the same proportion. Web safe color of #868DC0 is #9999CC (or #99C).

RGB color model

#868DC0 color RGB value is (134,141,192).

  • red value is 134;
  • green value is 141;
  • blue value is 192.
RGB:
(134,141,192)
(53%,55%,75%)

RGB channels and saturation

R 134 of 255 = 53%
G 141 of 255 = 55%
B 192 of 255 = 75%

134
141
192

R + G + B ~ 61%. #868DC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 141 + 192 = 467 (100%)
R 134 of 467 ~ 28.69%
G 141 of 467 ~ 30.19%
B 192 of 467 ~ 41.11%

%28.69
%30.19
%41.11

CMYK color model

#868DC0 color CMYK value is (30,27,0,25).

  • cyan value is 30.21%
  • magenta value is 26.56%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(30,27,0,25)
C30M27Y0K25 
(30%,27%,0%,25%)
(0.30/0.27/0.00/0.25)	

CMYK percentages

%30.21
%26.56
%0
%24.71

Codes

Color #868DC0 in popluar color models

868DC0
RGB134141192
HSL233°31.52%63.92%
HSB/HSV233°30.21%75.29%
CMYK30.21%26.56%0.00%
24.71%

Color #868DC0 in popluar number systems.

HEX868DC0
Decimal134141192
Binary100001101000110111000000
Octal206215300

Shades and tints

Shades of #868DC0

#868DC0
(134,141,192)
#7A81AF
(122,129,175)
#6E759E
(110,117,158)
#62698D
(98,105,141)
#565D7C
(86,93,124)
#4A516B
(74,81,107)
#3E455A
(62,69,90)
#323949
(50,57,73)
#262D38
(38,45,56)
#1A2127
(26,33,39)
#0E1516
(14,21,22)
#000000
(0,0,0)

Tints of #868DC0

#868DC0
(134,141,192)
#9197C5
(145,151,197)
#9CA1CA
(156,161,202)
#A7ABCF
(167,171,207)
#B2B5D4
(178,181,212)
#BDBFD9
(189,191,217)
#C8C9DE
(200,201,222)
#D3D3E3
(211,211,227)
#DEDDE8
(222,221,232)
#E9E7ED
(233,231,237)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868DC0 color. Also use rgb(134,141,192) instead hex code.

Text Font Color

.myTextColor { color: #868DC0; }

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

This text font color is #868DC0.


Background Color

.myBgColor { background-color: #868DC0; }

<div style="background-color:#868DC0">Inner text</div>

This div background color is #868DC0.


Border color

.myBorderColor { border: 1px solid #868DC0; }

<div style="border:3px solid #868DC0">Div</div>

This div border color is #868DC0.


Opacity

.myOpacity80 { color: #868DC0; opacity: 0.8; }

<p style="color:#868DC0;opacity:0.8;">80%</p>

Text with #868DC0 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 #868DC0;}

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

This text has shadow with #868DC0 color.

.textShadow {text-shadow: 3px 3px 1px #868DC0, 3px 3px 1px red;}

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

This text has shadow with #868DC0 primary color and red secondary color.


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

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

This text has shadow with #868DC0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868DC0 on black background.


Color preview on white background

This text has color #868DC0 on white background.



Black color preview on #868DC0 background

This text has black color on #868DC0 background.


White color preview on #868DC0 background

This text has white color on #868DC0 background.