COLOR #818CB1

HEX: #818CB1 RGB: (129,140,177)

Color info

#818CB1 contains red, green and blue colors in about the same proportion. Web safe color of #818CB1 is #999999 (or #999).

RGB color model

#818CB1 color RGB value is (129,140,177).

RGB: (129,140,177) (51%, 55%, 69%)

RGB channels and saturation

R 129 of 255 = 51%
G 140 of 255 = 55%
B 177 of 255 = 69%

129
140
177

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

Portions of RGB colors in percentages

R + G + B = 129 + 140 + 177 = 446 (100%)
R 129 of 446 ~ 28.92%
G 140 of 446 ~ 31.39%
B 177 of 446 ~ 39.69'%

%28.92
%31.39
%39.69

CMYK color model

#818CB1 color CMYK value is (27,21,0,31).

  • cyan value is 27.12%
  • magenta value is 20.90%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (27,21,0,31)
C27M21Y0K31 (27%, 21%, 0%, 31%)
(0.27 / 0.21 / 0.00 / 0.31)

CMYK percentages

%27.12
%20.9
%0
%30.59

Codes

Color #818CB1 in popluar color models

81 8C B1
RGB 129 140 177
HSL 226° 23.53% 60.00%
HSB/HSV 226° 27.12% 69.41%
CMYK 27.12% 20.90% 0.00%
30.59%

Color #818CB1 in popluar number systems.

HEX 81 8C B1
Decimal 129 140 177
Binary 10000001 10001100 10110001
Octal 201 214 261

Shades and tints

Shades of #818CB1

#818CB1
(129,140,177)
#7680A1
(118,128,161)
#6B7491
(107,116,145)
#606881
(96,104,129)
#555C71
(85,92,113)
#4A5061
(74,80,97)
#3F4451
(63,68,81)
#343841
(52,56,65)
#292C31
(41,44,49)
#1E2021
(30,32,33)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #818CB1

#818CB1
(129,140,177)
#8C96B8
(140,150,184)
#97A0BF
(151,160,191)
#A2AAC6
(162,170,198)
#ADB4CD
(173,180,205)
#B8BED4
(184,190,212)
#C3C8DB
(195,200,219)
#CED2E2
(206,210,226)
#D9DCE9
(217,220,233)
#E4E6F0
(228,230,240)
#EFF0F7
(239,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #818CB1; }

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

This text font color is #818CB1.

Background Color

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

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

This div background color is #818CB1.

Border color

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

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

This div border color is #818CB1.

Opacity

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

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

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

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

This text has shadow with #818CB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #818CB1.

Preview

Color preview on black background

This text has color #818CB1 on black background.


Color preview on white background

This text has color #818CB1 on white background.


Black color preview on #818CB1 background

This text has black color on #818CB1 background.


White color preview on #818CB1 background

This text has white color on #818CB1 background.


Related colors

Complementary color

Complementary color for #hex is #7E734E.


I love getcolorcode.com

Triadic colors

1 #B1818C and #8CB181 with #818CB1 are triadic colors.

2 #B18C81 and #8C81B1 with #818CB1 are triadic colors.