COLOR #868DD8

HEX: #868DD8
RGB: (134,141,216)

Color info

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

RGB color model

#868DD8 color RGB value is (134,141,216).

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

RGB channels and saturation

R 134 of 255 = 53%
G 141 of 255 = 55%
B 216 of 255 = 85%

134
141
216

R + G + B ~ 64%. #868DD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 141 + 216 = 491 (100%)
R 134 of 491 ~ 27.29%
G 141 of 491 ~ 28.72%
B 216 of 491 ~ 43.99%

%27.29
%28.72
%43.99

CMYK color model

#868DD8 color CMYK value is (38,35,0,15).

  • cyan value is 37.96%
  • magenta value is 34.72%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(38,35,0,15)
C38M35Y0K15 
(38%,35%,0%,15%)
(0.38/0.35/0.00/0.15)	

CMYK percentages

%37.96
%34.72
%0
%15.29

Codes

Color #868DD8 in popluar color models

868DD8
RGB134141216
HSL235°51.25%68.63%
HSB/HSV235°37.96%84.71%
CMYK37.96%34.72%0.00%
15.29%

Color #868DD8 in popluar number systems.

HEX868DD8
Decimal134141216
Binary100001101000110111011000
Octal206215330

Shades and tints

Shades of #868DD8

#868DD8
(134,141,216)
#7A81C5
(122,129,197)
#6E75B2
(110,117,178)
#62699F
(98,105,159)
#565D8C
(86,93,140)
#4A5179
(74,81,121)
#3E4566
(62,69,102)
#323953
(50,57,83)
#262D40
(38,45,64)
#1A212D
(26,33,45)
#0E151A
(14,21,26)
#000000
(0,0,0)

Tints of #868DD8

#868DD8
(134,141,216)
#9197DB
(145,151,219)
#9CA1DE
(156,161,222)
#A7ABE1
(167,171,225)
#B2B5E4
(178,181,228)
#BDBFE7
(189,191,231)
#C8C9EA
(200,201,234)
#D3D3ED
(211,211,237)
#DEDDF0
(222,221,240)
#E9E7F3
(233,231,243)
#F4F1F6
(244,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #868DD8; }

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

This text font color is #868DD8.


Background Color

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

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

This div background color is #868DD8.


Border color

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

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

This div border color is #868DD8.


Opacity

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

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

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

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

This text has shadow with #868DD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #868DD8 on black background.


Color preview on white background

This text has color #868DD8 on white background.



Black color preview on #868DD8 background

This text has black color on #868DD8 background.


White color preview on #868DD8 background

This text has white color on #868DD8 background.