COLOR #868ABB

HEX: #868ABB
RGB: (134,138,187)

Color info

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

RGB color model

#868ABB color RGB value is (134,138,187).

  • red value is 134;
  • green value is 138;
  • blue value is 187.
RGB:
(134,138,187)
(53%,54%,73%)

RGB channels and saturation

R 134 of 255 = 53%
G 138 of 255 = 54%
B 187 of 255 = 73%

134
138
187

R + G + B ~ 60%. #868ABB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
134 + 138 + 187 = 459 (100%)
R 134 of 459 ~ 29.19%
G 138 of 459 ~ 30.07%
B 187 of 459 ~ 40.74%

%29.19
%30.07
%40.74

CMYK color model

#868ABB color CMYK value is (28,26,0,27).

  • cyan value is 28.34%
  • magenta value is 26.20%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(28,26,0,27)
C28M26Y0K27 
(28%,26%,0%,27%)
(0.28/0.26/0.00/0.27)	

CMYK percentages

%28.34
%26.2
%0
%26.67

Codes

Color #868ABB in popluar color models

868ABB
RGB134138187
HSL235°28.04%62.94%
HSB/HSV235°28.34%73.33%
CMYK28.34%26.20%0.00%
26.67%

Color #868ABB in popluar number systems.

HEX868ABB
Decimal134138187
Binary100001101000101010111011
Octal206212273

Shades and tints

Shades of #868ABB

#868ABB
(134,138,187)
#7A7EAA
(122,126,170)
#6E7299
(110,114,153)
#626688
(98,102,136)
#565A77
(86,90,119)
#4A4E66
(74,78,102)
#3E4255
(62,66,85)
#323644
(50,54,68)
#262A33
(38,42,51)
#1A1E22
(26,30,34)
#0E1211
(14,18,17)
#000000
(0,0,0)

Tints of #868ABB

#868ABB
(134,138,187)
#9194C1
(145,148,193)
#9C9EC7
(156,158,199)
#A7A8CD
(167,168,205)
#B2B2D3
(178,178,211)
#BDBCD9
(189,188,217)
#C8C6DF
(200,198,223)
#D3D0E5
(211,208,229)
#DEDAEB
(222,218,235)
#E9E4F1
(233,228,241)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #868ABB color. Also use rgb(134,138,187) instead hex code.

Text Font Color

.myTextColor { color: #868ABB; }

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

This text font color is #868ABB.


Background Color

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

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

This div background color is #868ABB.


Border color

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

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

This div border color is #868ABB.


Opacity

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

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

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

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

This text has shadow with #868ABB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868ABB on black background.


Color preview on white background

This text has color #868ABB on white background.



Black color preview on #868ABB background

This text has black color on #868ABB background.


White color preview on #868ABB background

This text has white color on #868ABB background.