COLOR #869AB4

HEX: #869AB4
RGB: (134,154,180)

Color info

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

RGB color model

#869AB4 color RGB value is (134,154,180).

  • red value is 134;
  • green value is 154;
  • blue value is 180.
RGB:
(134,154,180)
(53%,60%,71%)

RGB channels and saturation

R 134 of 255 = 53%
G 154 of 255 = 60%
B 180 of 255 = 71%

134
154
180

R + G + B ~ 61%. #869AB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 154 + 180 = 468 (100%)
R 134 of 468 ~ 28.63%
G 154 of 468 ~ 32.91%
B 180 of 468 ~ 38.46%

%28.63
%32.91
%38.46

CMYK color model

#869AB4 color CMYK value is (26,14,0,29).

  • cyan value is 25.56%
  • magenta value is 14.44%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(26,14,0,29)
C26M14Y0K29 
(26%,14%,0%,29%)
(0.26/0.14/0.00/0.29)	

CMYK percentages

%25.56
%14.44
%0
%29.41

Codes

Color #869AB4 in popluar color models

869AB4
RGB134154180
HSL214°23.47%61.57%
HSB/HSV214°25.56%70.59%
CMYK25.56%14.44%0.00%
29.41%

Color #869AB4 in popluar number systems.

HEX869AB4
Decimal134154180
Binary100001101001101010110100
Octal206232264

Shades and tints

Shades of #869AB4

#869AB4
(134,154,180)
#7A8CA4
(122,140,164)
#6E7E94
(110,126,148)
#627084
(98,112,132)
#566274
(86,98,116)
#4A5464
(74,84,100)
#3E4654
(62,70,84)
#323844
(50,56,68)
#262A34
(38,42,52)
#1A1C24
(26,28,36)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #869AB4

#869AB4
(134,154,180)
#91A3BA
(145,163,186)
#9CACC0
(156,172,192)
#A7B5C6
(167,181,198)
#B2BECC
(178,190,204)
#BDC7D2
(189,199,210)
#C8D0D8
(200,208,216)
#D3D9DE
(211,217,222)
#DEE2E4
(222,226,228)
#E9EBEA
(233,235,234)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #869AB4 color. Also use rgb(134,154,180) instead hex code.

Text Font Color

.myTextColor { color: #869AB4; }

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

This text font color is #869AB4.


Background Color

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

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

This div background color is #869AB4.


Border color

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

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

This div border color is #869AB4.


Opacity

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

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

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

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

This text has shadow with #869AB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #869AB4 on black background.


Color preview on white background

This text has color #869AB4 on white background.



Black color preview on #869AB4 background

This text has black color on #869AB4 background.


White color preview on #869AB4 background

This text has white color on #869AB4 background.