COLOR #818AB6

HEX: #818AB6
RGB: (129,138,182)

Color info

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

RGB color model

#818AB6 color RGB value is (129,138,182).

  • red value is 129;
  • green value is 138;
  • blue value is 182.
RGB:
(129,138,182)
(51%,54%,71%)

RGB channels and saturation

R 129 of 255 = 51%
G 138 of 255 = 54%
B 182 of 255 = 71%

129
138
182

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

Portions of RGB colors in percentages

R + G + B =
129 + 138 + 182 = 449 (100%)
R 129 of 449 ~ 28.73%
G 138 of 449 ~ 30.73%
B 182 of 449 ~ 40.53%

%28.73
%30.73
%40.53

CMYK color model

#818AB6 color CMYK value is (29,24,0,29).

  • cyan value is 29.12%
  • magenta value is 24.18%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(29,24,0,29)
C29M24Y0K29 
(29%,24%,0%,29%)
(0.29/0.24/0.00/0.29)	

CMYK percentages

%29.12
%24.18
%0
%28.63

Codes

Color #818AB6 in popluar color models

818AB6
RGB129138182
HSL230°26.63%60.98%
HSB/HSV230°29.12%71.37%
CMYK29.12%24.18%0.00%
28.63%

Color #818AB6 in popluar number systems.

HEX818AB6
Decimal129138182
Binary100000011000101010110110
Octal201212266

Shades and tints

Shades of #818AB6

#818AB6
(129,138,182)
#767EA6
(118,126,166)
#6B7296
(107,114,150)
#606686
(96,102,134)
#555A76
(85,90,118)
#4A4E66
(74,78,102)
#3F4256
(63,66,86)
#343646
(52,54,70)
#292A36
(41,42,54)
#1E1E26
(30,30,38)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #818AB6

#818AB6
(129,138,182)
#8C94BC
(140,148,188)
#979EC2
(151,158,194)
#A2A8C8
(162,168,200)
#ADB2CE
(173,178,206)
#B8BCD4
(184,188,212)
#C3C6DA
(195,198,218)
#CED0E0
(206,208,224)
#D9DAE6
(217,218,230)
#E4E4EC
(228,228,236)
#EFEEF2
(239,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818AB6 color. Also use rgb(129,138,182) instead hex code.

Text Font Color

.myTextColor { color: #818AB6; }

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

This text font color is #818AB6.


Background Color

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

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

This div background color is #818AB6.


Border color

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

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

This div border color is #818AB6.


Opacity

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

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

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

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

This text has shadow with #818AB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #818AB6 on black background.


Color preview on white background

This text has color #818AB6 on white background.



Black color preview on #818AB6 background

This text has black color on #818AB6 background.


White color preview on #818AB6 background

This text has white color on #818AB6 background.