COLOR #868ABC

HEX: #868ABC
RGB: (134,138,188)

Color info

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

RGB color model

#868ABC color RGB value is (134,138,188).

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

RGB channels and saturation

R 134 of 255 = 53%
G 138 of 255 = 54%
B 188 of 255 = 74%

134
138
188

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

Portions of RGB colors in percentages

R + G + B =
134 + 138 + 188 = 460 (100%)
R 134 of 460 ~ 29.13%
G 138 of 460 ~ 30%
B 188 of 460 ~ 40.87%

%29.13
%30
%40.87

CMYK color model

#868ABC color CMYK value is (29,27,0,26).

  • cyan value is 28.72%
  • magenta value is 26.60%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (29,27,0,26) C29M27Y0K26 (29%,27%,0%,26%) (0.29/0.27/0.00/0.26)

CMYK percentages

%28.72
%26.6
%0
%26.27

Codes

Color #868ABC in popluar color models

868ABC
RGB134138188
HSL236°28.72%63.14%
HSB/HSV236°28.72%73.73%
CMYK28.72%26.60%0.00%
26.27%

Color #868ABC in popluar number systems.

HEX868ABC
Decimal134138188
Binary100001101000101010111100
Octal206212274

Shades and tints

Shades of #868ABC

#868ABC
(134,138,188)
#7A7EAB
(122,126,171)
#6E729A
(110,114,154)
#626689
(98,102,137)
#565A78
(86,90,120)
#4A4E67
(74,78,103)
#3E4256
(62,66,86)
#323645
(50,54,69)
#262A34
(38,42,52)
#1A1E23
(26,30,35)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #868ABC

#868ABC
(134,138,188)
#9194C2
(145,148,194)
#9C9EC8
(156,158,200)
#A7A8CE
(167,168,206)
#B2B2D4
(178,178,212)
#BDBCDA
(189,188,218)
#C8C6E0
(200,198,224)
#D3D0E6
(211,208,230)
#DEDAEC
(222,218,236)
#E9E4F2
(233,228,242)
#F4EEF8
(244,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868ABC; }

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

This text font color is #868ABC.


Background Color

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

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

This div background color is #868ABC.


Border color

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

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

This div border color is #868ABC.


Opacity

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

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

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

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

This text has shadow with #868ABC color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #868ABC on black background.


Color preview on white background

This text has color #868ABC on white background.



Black color preview on #868ABC background

This text has black color on #868ABC background.


White color preview on #868ABC background

This text has white color on #868ABC background.