COLOR #869CD7

HEX: #869CD7
RGB: (134,156,215)

Color info

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

RGB color model

#869CD7 color RGB value is (134,156,215).

  • red value is 134;
  • green value is 156;
  • blue value is 215.
RGB:
(134,156,215)
(53%,61%,84%)

RGB channels and saturation

R 134 of 255 = 53%
G 156 of 255 = 61%
B 215 of 255 = 84%

134
156
215

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

Portions of RGB colors in percentages

R + G + B =
134 + 156 + 215 = 505 (100%)
R 134 of 505 ~ 26.53%
G 156 of 505 ~ 30.89%
B 215 of 505 ~ 42.57%

%26.53
%30.89
%42.57

CMYK color model

#869CD7 color CMYK value is (38,27,0,16).

  • cyan value is 37.67%
  • magenta value is 27.44%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(38,27,0,16)
C38M27Y0K16 
(38%,27%,0%,16%)
(0.38/0.27/0.00/0.16)	

CMYK percentages

%37.67
%27.44
%0
%15.69

Codes

Color #869CD7 in popluar color models

869CD7
RGB134156215
HSL224°50.31%68.43%
HSB/HSV224°37.67%84.31%
CMYK37.67%27.44%0.00%
15.69%

Color #869CD7 in popluar number systems.

HEX869CD7
Decimal134156215
Binary100001101001110011010111
Octal206234327

Shades and tints

Shades of #869CD7

#869CD7
(134,156,215)
#7A8EC4
(122,142,196)
#6E80B1
(110,128,177)
#62729E
(98,114,158)
#56648B
(86,100,139)
#4A5678
(74,86,120)
#3E4865
(62,72,101)
#323A52
(50,58,82)
#262C3F
(38,44,63)
#1A1E2C
(26,30,44)
#0E1019
(14,16,25)
#000000
(0,0,0)

Tints of #869CD7

#869CD7
(134,156,215)
#91A5DA
(145,165,218)
#9CAEDD
(156,174,221)
#A7B7E0
(167,183,224)
#B2C0E3
(178,192,227)
#BDC9E6
(189,201,230)
#C8D2E9
(200,210,233)
#D3DBEC
(211,219,236)
#DEE4EF
(222,228,239)
#E9EDF2
(233,237,242)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #869CD7 color. Also use rgb(134,156,215) instead hex code.

Text Font Color

.myTextColor { color: #869CD7; }

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

This text font color is #869CD7.


Background Color

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

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

This div background color is #869CD7.


Border color

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

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

This div border color is #869CD7.


Opacity

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

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

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

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

This text has shadow with #869CD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #869CD7 on black background.


Color preview on white background

This text has color #869CD7 on white background.



Black color preview on #869CD7 background

This text has black color on #869CD7 background.


White color preview on #869CD7 background

This text has white color on #869CD7 background.