COLOR #868FCB

HEX: #868FCB
RGB: (134,143,203)

Color info

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

RGB color model

#868FCB color RGB value is (134,143,203).

  • red value is 134;
  • green value is 143;
  • blue value is 203.
RGB:
(134,143,203)
(53%,56%,80%)

RGB channels and saturation

R 134 of 255 = 53%
G 143 of 255 = 56%
B 203 of 255 = 80%

134
143
203

R + G + B ~ 63%. #868FCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 143 + 203 = 480 (100%)
R 134 of 480 ~ 27.92%
G 143 of 480 ~ 29.79%
B 203 of 480 ~ 42.29%

%27.92
%29.79
%42.29

CMYK color model

#868FCB color CMYK value is (34,30,0,20).

  • cyan value is 33.99%
  • magenta value is 29.56%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(34,30,0,20)
C34M30Y0K20 
(34%,30%,0%,20%)
(0.34/0.30/0.00/0.20)	

CMYK percentages

%33.99
%29.56
%0
%20.39

Codes

Color #868FCB in popluar color models

868FCB
RGB134143203
HSL232°39.88%66.08%
HSB/HSV232°33.99%79.61%
CMYK33.99%29.56%0.00%
20.39%

Color #868FCB in popluar number systems.

HEX868FCB
Decimal134143203
Binary100001101000111111001011
Octal206217313

Shades and tints

Shades of #868FCB

#868FCB
(134,143,203)
#7A82B9
(122,130,185)
#6E75A7
(110,117,167)
#626895
(98,104,149)
#565B83
(86,91,131)
#4A4E71
(74,78,113)
#3E415F
(62,65,95)
#32344D
(50,52,77)
#26273B
(38,39,59)
#1A1A29
(26,26,41)
#0E0D17
(14,13,23)
#000000
(0,0,0)

Tints of #868FCB

#868FCB
(134,143,203)
#9199CF
(145,153,207)
#9CA3D3
(156,163,211)
#A7ADD7
(167,173,215)
#B2B7DB
(178,183,219)
#BDC1DF
(189,193,223)
#C8CBE3
(200,203,227)
#D3D5E7
(211,213,231)
#DEDFEB
(222,223,235)
#E9E9EF
(233,233,239)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868FCB color. Also use rgb(134,143,203) instead hex code.

Text Font Color

.myTextColor { color: #868FCB; }

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

This text font color is #868FCB.


Background Color

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

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

This div background color is #868FCB.


Border color

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

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

This div border color is #868FCB.


Opacity

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

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

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

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

This text has shadow with #868FCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868FCB on black background.


Color preview on white background

This text has color #868FCB on white background.



Black color preview on #868FCB background

This text has black color on #868FCB background.


White color preview on #868FCB background

This text has white color on #868FCB background.