COLOR #868ABD

HEX: #868ABD
RGB: (134,138,189)

Color info

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

RGB color model

#868ABD color RGB value is (134,138,189).

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

RGB channels and saturation

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

134
138
189

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

Portions of RGB colors in percentages

R + G + B =
134 + 138 + 189 = 461 (100%)
R 134 of 461 ~ 29.07%
G 138 of 461 ~ 29.93%
B 189 of 461 ~ 41%

%29.07
%29.93
%41

CMYK color model

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

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

CMYK percentages

%29.1
%26.98
%0
%25.88

Codes

Color #868ABD in popluar color models

868ABD
RGB134138189
HSL236°29.41%63.33%
HSB/HSV236°29.10%74.12%
CMYK29.10%26.98%0.00%
25.88%

Color #868ABD in popluar number systems.

HEX868ABD
Decimal134138189
Binary100001101000101010111101
Octal206212275

Shades and tints

Shades of #868ABD

#868ABD
(134,138,189)
#7A7EAC
(122,126,172)
#6E729B
(110,114,155)
#62668A
(98,102,138)
#565A79
(86,90,121)
#4A4E68
(74,78,104)
#3E4257
(62,66,87)
#323646
(50,54,70)
#262A35
(38,42,53)
#1A1E24
(26,30,36)
#0E1213
(14,18,19)
#000000
(0,0,0)

Tints of #868ABD

#868ABD
(134,138,189)
#9194C3
(145,148,195)
#9C9EC9
(156,158,201)
#A7A8CF
(167,168,207)
#B2B2D5
(178,178,213)
#BDBCDB
(189,188,219)
#C8C6E1
(200,198,225)
#D3D0E7
(211,208,231)
#DEDAED
(222,218,237)
#E9E4F3
(233,228,243)
#F4EEF9
(244,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868ABD; }

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

This text font color is #868ABD.


Background Color

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

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

This div background color is #868ABD.


Border color

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

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

This div border color is #868ABD.


Opacity

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

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

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

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

This text has shadow with #868ABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868ABD on black background.


Color preview on white background

This text has color #868ABD on white background.



Black color preview on #868ABD background

This text has black color on #868ABD background.


White color preview on #868ABD background

This text has white color on #868ABD background.