COLOR #869ED4

HEX: #869ED4
RGB: (134,158,212)

Color info

#869ED4 contains mainly green and blue colors. Web safe color of #869ED4 is #9999CC (or #99C).

RGB color model

#869ED4 color RGB value is (134,158,212).

  • red value is 134;
  • green value is 158;
  • blue value is 212.
RGB:
(134,158,212)
(53%,62%,83%)

RGB channels and saturation

R 134 of 255 = 53%
G 158 of 255 = 62%
B 212 of 255 = 83%

134
158
212

R + G + B ~ 66%. #869ED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 158 + 212 = 504 (100%)
R 134 of 504 ~ 26.59%
G 158 of 504 ~ 31.35%
B 212 of 504 ~ 42.06%

%26.59
%31.35
%42.06

CMYK color model

#869ED4 color CMYK value is (37,25,0,17).

  • cyan value is 36.79%
  • magenta value is 25.47%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(37,25,0,17)
C37M25Y0K17 
(37%,25%,0%,17%)
(0.37/0.25/0.00/0.17)	

CMYK percentages

%36.79
%25.47
%0
%16.86

Codes

Color #869ED4 in popluar color models

869ED4
RGB134158212
HSL222°47.56%67.84%
HSB/HSV222°36.79%83.14%
CMYK36.79%25.47%0.00%
16.86%

Color #869ED4 in popluar number systems.

HEX869ED4
Decimal134158212
Binary100001101001111011010100
Octal206236324

Shades and tints

Shades of #869ED4

#869ED4
(134,158,212)
#7A90C1
(122,144,193)
#6E82AE
(110,130,174)
#62749B
(98,116,155)
#566688
(86,102,136)
#4A5875
(74,88,117)
#3E4A62
(62,74,98)
#323C4F
(50,60,79)
#262E3C
(38,46,60)
#1A2029
(26,32,41)
#0E1216
(14,18,22)
#000000
(0,0,0)

Tints of #869ED4

#869ED4
(134,158,212)
#91A6D7
(145,166,215)
#9CAEDA
(156,174,218)
#A7B6DD
(167,182,221)
#B2BEE0
(178,190,224)
#BDC6E3
(189,198,227)
#C8CEE6
(200,206,230)
#D3D6E9
(211,214,233)
#DEDEEC
(222,222,236)
#E9E6EF
(233,230,239)
#F4EEF2
(244,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #869ED4 color. Also use rgb(134,158,212) instead hex code.

Text Font Color

.myTextColor { color: #869ED4; }

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

This text font color is #869ED4.


Background Color

.myBgColor { background-color: #869ED4; }

<div style="background-color:#869ED4">Inner text</div>

This div background color is #869ED4.


Border color

.myBorderColor { border: 1px solid #869ED4; }

<div style="border:3px solid #869ED4">Div</div>

This div border color is #869ED4.


Opacity

.myOpacity80 { color: #869ED4; opacity: 0.8; }

<p style="color:#869ED4;opacity:0.8;">80%</p>

Text with #869ED4 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 #869ED4;}

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

This text has shadow with #869ED4 color.

.textShadow {text-shadow: 3px 3px 1px #869ED4, 3px 3px 1px red;}

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

This text has shadow with #869ED4 primary color and red secondary color.


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

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

This text has shadow with #869ED4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #869ED4 on black background.


Color preview on white background

This text has color #869ED4 on white background.



Black color preview on #869ED4 background

This text has black color on #869ED4 background.


White color preview on #869ED4 background

This text has white color on #869ED4 background.