COLOR #818EB4

HEX: #818EB4
RGB: (129,142,180)

Color info

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

RGB color model

#818EB4 color RGB value is (129,142,180).

  • red value is 129;
  • green value is 142;
  • blue value is 180.
RGB:
(129,142,180)
(51%,56%,71%)

RGB channels and saturation

R 129 of 255 = 51%
G 142 of 255 = 56%
B 180 of 255 = 71%

129
142
180

R + G + B ~ 59%. #818EB4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 142 + 180 = 451 (100%)
R 129 of 451 ~ 28.6%
G 142 of 451 ~ 31.49%
B 180 of 451 ~ 39.91%

%28.6
%31.49
%39.91

CMYK color model

#818EB4 color CMYK value is (28,21,0,29).

  • cyan value is 28.33%
  • magenta value is 21.11%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(28,21,0,29)
C28M21Y0K29 
(28%,21%,0%,29%)
(0.28/0.21/0.00/0.29)	

CMYK percentages

%28.33
%21.11
%0
%29.41

Codes

Color #818EB4 in popluar color models

818EB4
RGB129142180
HSL225°25.37%60.59%
HSB/HSV225°28.33%70.59%
CMYK28.33%21.11%0.00%
29.41%

Color #818EB4 in popluar number systems.

HEX818EB4
Decimal129142180
Binary100000011000111010110100
Octal201216264

Shades and tints

Shades of #818EB4

#818EB4
(129,142,180)
#7682A4
(118,130,164)
#6B7694
(107,118,148)
#606A84
(96,106,132)
#555E74
(85,94,116)
#4A5264
(74,82,100)
#3F4654
(63,70,84)
#343A44
(52,58,68)
#292E34
(41,46,52)
#1E2224
(30,34,36)
#131614
(19,22,20)
#000000
(0,0,0)

Tints of #818EB4

#818EB4
(129,142,180)
#8C98BA
(140,152,186)
#97A2C0
(151,162,192)
#A2ACC6
(162,172,198)
#ADB6CC
(173,182,204)
#B8C0D2
(184,192,210)
#C3CAD8
(195,202,216)
#CED4DE
(206,212,222)
#D9DEE4
(217,222,228)
#E4E8EA
(228,232,234)
#EFF2F0
(239,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818EB4 color. Also use rgb(129,142,180) instead hex code.

Text Font Color

.myTextColor { color: #818EB4; }

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

This text font color is #818EB4.


Background Color

.myBgColor { background-color: #818EB4; }

<div style="background-color:#818EB4">Inner text</div>

This div background color is #818EB4.


Border color

.myBorderColor { border: 1px solid #818EB4; }

<div style="border:3px solid #818EB4">Div</div>

This div border color is #818EB4.


Opacity

.myOpacity80 { color: #818EB4; opacity: 0.8; }

<p style="color:#818EB4;opacity:0.8;">80%</p>

Text with #818EB4 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 #818EB4;}

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

This text has shadow with #818EB4 color.

.textShadow {text-shadow: 3px 3px 1px #818EB4, 3px 3px 1px red;}

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

This text has shadow with #818EB4 primary color and red secondary color.


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

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

This text has shadow with #818EB4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818EB4 on black background.


Color preview on white background

This text has color #818EB4 on white background.



Black color preview on #818EB4 background

This text has black color on #818EB4 background.


White color preview on #818EB4 background

This text has white color on #818EB4 background.