COLOR #869DCA

HEX: #869DCA
RGB: (134,157,202)

Color info

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

RGB color model

#869DCA color RGB value is (134,157,202).

  • red value is 134;
  • green value is 157;
  • blue value is 202.
RGB:
(134,157,202)
(53%,62%,79%)

RGB channels and saturation

R 134 of 255 = 53%
G 157 of 255 = 62%
B 202 of 255 = 79%

134
157
202

R + G + B ~ 65%. #869DCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 157 + 202 = 493 (100%)
R 134 of 493 ~ 27.18%
G 157 of 493 ~ 31.85%
B 202 of 493 ~ 40.97%

%27.18
%31.85
%40.97

CMYK color model

#869DCA color CMYK value is (34,22,0,21).

  • cyan value is 33.66%
  • magenta value is 22.28%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(34,22,0,21)
C34M22Y0K21 
(34%,22%,0%,21%)
(0.34/0.22/0.00/0.21)	

CMYK percentages

%33.66
%22.28
%0
%20.78

Codes

Color #869DCA in popluar color models

869DCA
RGB134157202
HSL220°39.08%65.88%
HSB/HSV220°33.66%79.22%
CMYK33.66%22.28%0.00%
20.78%

Color #869DCA in popluar number systems.

HEX869DCA
Decimal134157202
Binary100001101001110111001010
Octal206235312

Shades and tints

Shades of #869DCA

#869DCA
(134,157,202)
#7A8FB8
(122,143,184)
#6E81A6
(110,129,166)
#627394
(98,115,148)
#566582
(86,101,130)
#4A5770
(74,87,112)
#3E495E
(62,73,94)
#323B4C
(50,59,76)
#262D3A
(38,45,58)
#1A1F28
(26,31,40)
#0E1116
(14,17,22)
#000000
(0,0,0)

Tints of #869DCA

#869DCA
(134,157,202)
#91A5CE
(145,165,206)
#9CADD2
(156,173,210)
#A7B5D6
(167,181,214)
#B2BDDA
(178,189,218)
#BDC5DE
(189,197,222)
#C8CDE2
(200,205,226)
#D3D5E6
(211,213,230)
#DEDDEA
(222,221,234)
#E9E5EE
(233,229,238)
#F4EDF2
(244,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #869DCA color. Also use rgb(134,157,202) instead hex code.

Text Font Color

.myTextColor { color: #869DCA; }

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

This text font color is #869DCA.


Background Color

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

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

This div background color is #869DCA.


Border color

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

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

This div border color is #869DCA.


Opacity

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

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

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

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

This text has shadow with #869DCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #869DCA on black background.


Color preview on white background

This text has color #869DCA on white background.



Black color preview on #869DCA background

This text has black color on #869DCA background.


White color preview on #869DCA background

This text has white color on #869DCA background.