COLOR #818CB9

HEX: #818CB9 RGB: (129,140,185)

Color info

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

RGB color model

#818CB9 color RGB value is (129,140,185).

RGB: (129,140,185) (51%, 55%, 73%)

RGB channels and saturation

R 129 of 255 = 51%
G 140 of 255 = 55%
B 185 of 255 = 73%

129
140
185

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

Portions of RGB colors in percentages

R + G + B = 129 + 140 + 185 = 454 (100%)
R 129 of 454 ~ 28.41%
G 140 of 454 ~ 30.84%
B 185 of 454 ~ 40.75'%

%28.41
%30.84
%40.75

CMYK color model

#818CB9 color CMYK value is (30,24,0,27).

  • cyan value is 30.27%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (30,24,0,27)
C30M24Y0K27 (30%, 24%, 0%, 27%)
(0.30 / 0.24 / 0.00 / 0.27)

CMYK percentages

%30.27
%24.32
%0
%27.45

Codes

Color #818CB9 in popluar color models

81 8C B9
RGB 129 140 185
HSL 228° 28.57% 61.57%
HSB/HSV 228° 30.27% 72.55%
CMYK 30.27% 24.32% 0.00%
27.45%

Color #818CB9 in popluar number systems.

HEX 81 8C B9
Decimal 129 140 185
Binary 10000001 10001100 10111001
Octal 201 214 271

Shades and tints

Shades of #818CB9

#818CB9
(129,140,185)
#7680A9
(118,128,169)
#6B7499
(107,116,153)
#606889
(96,104,137)
#555C79
(85,92,121)
#4A5069
(74,80,105)
#3F4459
(63,68,89)
#343849
(52,56,73)
#292C39
(41,44,57)
#1E2029
(30,32,41)
#131419
(19,20,25)
#000000
(0,0,0)

Tints of #818CB9

#818CB9
(129,140,185)
#8C96BF
(140,150,191)
#97A0C5
(151,160,197)
#A2AACB
(162,170,203)
#ADB4D1
(173,180,209)
#B8BED7
(184,190,215)
#C3C8DD
(195,200,221)
#CED2E3
(206,210,227)
#D9DCE9
(217,220,233)
#E4E6EF
(228,230,239)
#EFF0F5
(239,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #818CB9 color. Also use rgb(129,140,185) instead hex code.

Text Font Color

.myTextColor { color: #818CB9; }

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

This text font color is #818CB9.

Background Color

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

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

This div background color is #818CB9.

Border color

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

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

This div border color is #818CB9.

Opacity

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

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

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

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

This text has shadow with #818CB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818CB9.

Preview

Color preview on black background

This text has color #818CB9 on black background.


Color preview on white background

This text has color #818CB9 on white background.


Black color preview on #818CB9 background

This text has black color on #818CB9 background.


White color preview on #818CB9 background

This text has white color on #818CB9 background.


Related colors

Complementary color

Complementary color for #hex is #7E7346.


I love getcolorcode.com

Triadic colors

1 #B9818C and #8CB981 with #818CB9 are triadic colors.

2 #B98C81 and #8C81B9 with #818CB9 are triadic colors.